What is hex #B9F2FF color?

 
The hex code #B9F2FF is also know by an other name that is Diamond.
This color is composed of 185% red, 242% green and 255% blue. So we can say that the RGB value is (185,242,255)
You need to use it for a printer? The CMYK colors code equivalent of hex #B9F2FF is C:27 M:5 Y:0, K:0) .
In the HSV/HSB scale, #B9F2FF has a hue of 191°, 27% saturation and a brightness value of 100%.
If you want to know all about the hex #B9F2FF, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #B9F2FF (complementary, analogous, triadic, tetradic...).

Hex #B9F2FF Color Codes & Equivalents

Color Name [Diamond]
RGB Values (185,242,255)
CMYK Values (27%, 5%, 0%, 0%)
HSV/HSB Values (191°, 27%, 100%)
Closest Web Safe
#CCFFFF
Inverse Color
#460d00
Closest Pantone®
290 C
Closest RAL
RAL 9016 [Traffic white]
Complementary Color
#ffc6b9

#B9F2FF Converted to Grayscale Codes

Average
#e3e3e3
Lightness (Desaturation)
#dcdcdc
Weighted (BT601)
#e2e2e2
Luma (BT709)
#e7e7e7

Hex #B9F2FF Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #B9F2FF is #ffc6b9. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #B9F2FF you will find #ffc6b9. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#B9F2FF #ffc6b9

Analogous Palette

The analogous color scheme of #B9F2FF is composed with colors #B9FFE9 and #B9CFFF. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #B9F2FF with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#B9FFE9 #B9F2FF #B9CFFF

Split-Complementary Palette

The split-complementary color scheme of #B9F2FF is composed with colors #FFE9B9 and #FFB9CF. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#B9F2FF #FFE9B9 #FFB9CF

Triadic Palette

The triadic color scheme of #B9F2FF is composed with colors #F2FFB9 and #FFB9F2. They are located to the right and left of your main color #B9F2FF with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#B9F2FF #F2FFB9 #FFB9F2

Tetradic Palette

The tetradic color scheme of #B9F2FF is composed with colors #FFB9F2, #FFC6B9 and #B9FFC6 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#B9F2FF #FFB9F2 #FFC6B9 #B9FFC6

Square Palette

The square color scheme of #B9F2FF is composed with colors #E9B9FF, #FFC6B9 and #CFFFB9 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#B9F2FF #E9B9FF #FFC6B9 #CFFFB9

Tints, Tones & Shades of Hex #B9F2FF

Tints

Tints are created by adding white, resulting in lighter shades of #B9F2FF.

#B9F2FF #CDF5FF #E1F9FF #F6FDFF #FFFFFF #FFFFFF #FFFFFF #FFFFFF

Tones

Tones are made by mixing with gray, softening the original color.

#B9F2FF #BCEFFB #BFEDF8 #C3EBF4 #C6E9F1 #CAE7ED #CDE5EA #D1E2E6

Shades

Shades result from adding black, creating darker variations.

#B9F2FF #A4EEFF #90EAFF #7BE6FF #67E2FF #53DFFF #3EDBFF #2AD7FF

Hex #B9F2FF in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #B9F2FF
Java new Color(185,242,255);
Python Color(#B9F2FF)
.NET Color.FromArgb(255, 185,242,255);
Swift / iOS UIColor(red: 0.73, green: 0.95, blue: 1, alpha: 1)
Kotlin / Android Color.rgb(185, 242, 255)