Shades of Jet Stream #B9DACE
Tints of Jet Stream #B9DACE
RGB
CMYK
RGB Variations
Color information
#B9DACE (or 0xB9DACE) is known color: Jet Stream. HEX triplet: B9, DA and CE. RGB value is (185,218,206). Sum of RGB (Red+Green+Blue) = 185+218+206=609 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.38% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DACE is #462531. Grayscale: #CECECE. Windows color (decimal): -4597042 or 13556409. OLE color: 13556409.
HSL color Cylindrical-coordinate representation of color #B9DACE: hue angle of 158.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9DACE is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 185 | 218 | 206 | - |
CMYK | 0.15 | 0 | 0.06 | 0.15 |
HSL | 158.18º | 0.31% | 0.79% | - |
HSV(B) | 158.18º | 0.15% | 0.85% | - |
XYZ | 56.22 | 64.91 | 67.96 | - |
YUV | 206.77 | 127.57 | 112.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 218 | 206 | 0.15 | 0 | 0.06 | 0.15 | 158.18 | 0.31 | 0.79 |
Hex | B9 | DA | CE | F | 0 | 6 | F | 9E | 1F | 4F |
Octal | 271 | 332 | 316 | 17 | 0 | 6 | 17 | 236 | 37 | 117 |
Binary | 10111001 | 11011010 | 11001110 | 1111 | 0 | 110 | 1111 | 10011110 | 11111 | 1001111 |
Color Harmonies of #B9DACE
Complementary color
Monochromatic Colors of #B9DACE
Black with #B9DACE
Text Example
Text Example
White with #B9DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DACE; }
p { color: rgb(185,218,206); }
H1.HeaderClassName
{
color: #B9DACE;
}
.AnyTagClassName
{
color: #B9DACE;
}
</style>
background-color css
<style>
a { background-color: #B9DACE; }
a { background-color: rgb(185,218,206); }
div.DivClassName
{
background-color: #B9DACE;
}
.BgClassName
{
background-color: #B9DACE;
}
</style>
border-color css
<style>
span { border-color: #B9DACE; }
span { border-color: rgb(185,218,206); }
td.TdClassName
{
border-color: #B9DACE;
}
.TagClassName
{
border-color: #B9DACE;
}
</style>