Shades of Jet Stream #B9D9CE
Tints of Jet Stream #B9D9CE
RGB
CMYK
RGB Variations
Color information
#B9D9CE (or 0xB9D9CE) is known color: Jet Stream. HEX triplet: B9, D9 and CE. RGB value is (185,217,206). Sum of RGB (Red+Green+Blue) = 185+217+206=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D9CE is #462631. Grayscale: #CECECE. Windows color (decimal): -4597298 or 13556153. OLE color: 13556153.
HSL color Cylindrical-coordinate representation of color #B9D9CE: hue angle of 159.38º degrees, saturation: 0.3, 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 #B9D9CE is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 217 | 206 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.15 |
| HSL | 159.38º | 0.3% | 0.79% | - |
| HSV(B) | 159.38º | 0.15% | 0.85% | - |
| XYZ | 55.96 | 64.4 | 67.87 | - |
| YUV | 206.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 217 | 206 | 0.15 | 0 | 0.05 | 0.15 | 159.38 | 0.3 | 0.79 |
| Hex | B9 | D9 | CE | F | 0 | 5 | F | 9F | 1E | 4F |
| Octal | 271 | 331 | 316 | 17 | 0 | 5 | 17 | 237 | 36 | 117 |
| Binary | 10111001 | 11011001 | 11001110 | 1111 | 0 | 101 | 1111 | 10011111 | 11110 | 1001111 |
Color Harmonies of #B9D9CE
Complementary color
Monochromatic Colors of #B9D9CE
Black with #B9D9CE
Text Example
Text Example
White with #B9D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D9CE; }
p { color: rgb(185,217,206); }
H1.HeaderClassName
{
color: #B9D9CE;
}
.AnyTagClassName
{
color: #B9D9CE;
}
</style>
background-color css
<style>
a { background-color: #B9D9CE; }
a { background-color: rgb(185,217,206); }
div.DivClassName
{
background-color: #B9D9CE;
}
.BgClassName
{
background-color: #B9D9CE;
}
</style>
border-color css
<style>
span { border-color: #B9D9CE; }
span { border-color: rgb(185,217,206); }
td.TdClassName
{
border-color: #B9D9CE;
}
.TagClassName
{
border-color: #B9D9CE;
}
</style>