Shades of Jet Stream #B9D4CE
Tints of Jet Stream #B9D4CE
RGB
CMYK
RGB Variations
Color information
#B9D4CE (or 0xB9D4CE) is known color: Jet Stream. HEX triplet: B9, D4 and CE. RGB value is (185,212,206). Sum of RGB (Red+Green+Blue) = 185+212+206=603 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.68% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 212 - color contains mainly: green. Hex color #B9D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D4CE is #462B31. Grayscale: #CBCBCB. Windows color (decimal): -4598578 or 13554873. OLE color: 13554873.
HSL color Cylindrical-coordinate representation of color #B9D4CE: hue angle of 166.67º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9D4CE is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 212 | 206 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.17 |
| HSL | 166.67º | 0.24% | 0.78% | - |
| HSV(B) | 166.67º | 0.13% | 0.83% | - |
| XYZ | 54.69 | 61.86 | 67.45 | - |
| YUV | 203.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 212 | 206 | 0.13 | 0 | 0.03 | 0.17 | 166.67 | 0.24 | 0.78 |
| Hex | B9 | D4 | CE | D | 0 | 3 | 11 | A7 | 18 | 4E |
| Octal | 271 | 324 | 316 | 15 | 0 | 3 | 21 | 247 | 30 | 116 |
| Binary | 10111001 | 11010100 | 11001110 | 1101 | 0 | 11 | 10001 | 10100111 | 11000 | 1001110 |
Color Harmonies of #B9D4CE
Complementary color
Monochromatic Colors of #B9D4CE
Black with #B9D4CE
Text Example
Text Example
White with #B9D4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D4CE; }
p { color: rgb(185,212,206); }
H1.HeaderClassName
{
color: #B9D4CE;
}
.AnyTagClassName
{
color: #B9D4CE;
}
</style>
background-color css
<style>
a { background-color: #B9D4CE; }
a { background-color: rgb(185,212,206); }
div.DivClassName
{
background-color: #B9D4CE;
}
.BgClassName
{
background-color: #B9D4CE;
}
</style>
border-color css
<style>
span { border-color: #B9D4CE; }
span { border-color: rgb(185,212,206); }
td.TdClassName
{
border-color: #B9D4CE;
}
.TagClassName
{
border-color: #B9D4CE;
}
</style>