Shades of Jet Stream #B9D5CE
Tints of Jet Stream #B9D5CE
RGB
CMYK
RGB Variations
Color information
#B9D5CE (or 0xB9D5CE) is known color: Jet Stream. HEX triplet: B9, D5 and CE. RGB value is (185,213,206). Sum of RGB (Red+Green+Blue) = 185+213+206=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #B9D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D5CE is #462A31. Grayscale: #CBCBCB. Windows color (decimal): -4598322 or 13555129. OLE color: 13555129.
HSL color Cylindrical-coordinate representation of color #B9D5CE: hue angle of 165º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9D5CE is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 213 | 206 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.16 |
| HSL | 165º | 0.25% | 0.78% | - |
| HSV(B) | 165º | 0.13% | 0.84% | - |
| XYZ | 54.94 | 62.36 | 67.53 | - |
| YUV | 203.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 213 | 206 | 0.13 | 0 | 0.03 | 0.16 | 165 | 0.25 | 0.78 |
| Hex | B9 | D5 | CE | D | 0 | 3 | 10 | A5 | 19 | 4E |
| Octal | 271 | 325 | 316 | 15 | 0 | 3 | 20 | 245 | 31 | 116 |
| Binary | 10111001 | 11010101 | 11001110 | 1101 | 0 | 11 | 10000 | 10100101 | 11001 | 1001110 |
Color Harmonies of #B9D5CE
Complementary color
Monochromatic Colors of #B9D5CE
Black with #B9D5CE
Text Example
Text Example
White with #B9D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D5CE; }
p { color: rgb(185,213,206); }
H1.HeaderClassName
{
color: #B9D5CE;
}
.AnyTagClassName
{
color: #B9D5CE;
}
</style>
background-color css
<style>
a { background-color: #B9D5CE; }
a { background-color: rgb(185,213,206); }
div.DivClassName
{
background-color: #B9D5CE;
}
.BgClassName
{
background-color: #B9D5CE;
}
</style>
border-color css
<style>
span { border-color: #B9D5CE; }
span { border-color: rgb(185,213,206); }
td.TdClassName
{
border-color: #B9D5CE;
}
.TagClassName
{
border-color: #B9D5CE;
}
</style>