Shades of Jet Stream #B9D3CE
Tints of Jet Stream #B9D3CE
RGB
CMYK
RGB Variations
Color information
#B9D3CE (or 0xB9D3CE) is known color: Jet Stream. HEX triplet: B9, D3 and CE. RGB value is (185,211,206). Sum of RGB (Red+Green+Blue) = 185+211+206=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D3CE is #462C31. Grayscale: #CACACA. Windows color (decimal): -4598834 or 13554617. OLE color: 13554617.
HSL color Cylindrical-coordinate representation of color #B9D3CE: hue angle of 168.46º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9D3CE is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 211 | 206 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.17 |
| HSL | 168.46º | 0.23% | 0.78% | - |
| HSV(B) | 168.46º | 0.12% | 0.83% | - |
| XYZ | 54.44 | 61.36 | 67.37 | - |
| YUV | 202.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 206 | 0.12 | 0 | 0.02 | 0.17 | 168.46 | 0.23 | 0.78 |
| Hex | B9 | D3 | CE | C | 0 | 2 | 11 | A8 | 17 | 4E |
| Octal | 271 | 323 | 316 | 14 | 0 | 2 | 21 | 250 | 27 | 116 |
| Binary | 10111001 | 11010011 | 11001110 | 1100 | 0 | 10 | 10001 | 10101000 | 10111 | 1001110 |
Color Harmonies of #B9D3CE
Complementary color
Monochromatic Colors of #B9D3CE
Black with #B9D3CE
Text Example
Text Example
White with #B9D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D3CE; }
p { color: rgb(185,211,206); }
H1.HeaderClassName
{
color: #B9D3CE;
}
.AnyTagClassName
{
color: #B9D3CE;
}
</style>
background-color css
<style>
a { background-color: #B9D3CE; }
a { background-color: rgb(185,211,206); }
div.DivClassName
{
background-color: #B9D3CE;
}
.BgClassName
{
background-color: #B9D3CE;
}
</style>
border-color css
<style>
span { border-color: #B9D3CE; }
span { border-color: rgb(185,211,206); }
td.TdClassName
{
border-color: #B9D3CE;
}
.TagClassName
{
border-color: #B9D3CE;
}
</style>