Shades of Jet Stream #B9D6C7
Tints of Jet Stream #B9D6C7
RGB
CMYK
RGB Variations
Color information
#B9D6C7 (or 0xB9D6C7) is known color: Jet Stream. HEX triplet: B9, D6 and C7. RGB value is (185,214,199). Sum of RGB (Red+Green+Blue) = 185+214+199=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D6C7 is #462938. Grayscale: #CBCBCB. Windows color (decimal): -4598073 or 13096633. OLE color: 13096633.
HSL color Cylindrical-coordinate representation of color #B9D6C7: hue angle of 148.97º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D6C7 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 214 | 199 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.16 |
| HSL | 148.97º | 0.26% | 0.78% | - |
| HSV(B) | 148.97º | 0.14% | 0.84% | - |
| XYZ | 54.36 | 62.53 | 63.24 | - |
| YUV | 203.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 214 | 199 | 0.14 | 0 | 0.07 | 0.16 | 148.97 | 0.26 | 0.78 |
| Hex | B9 | D6 | C7 | E | 0 | 7 | 10 | 95 | 1A | 4E |
| Octal | 271 | 326 | 307 | 16 | 0 | 7 | 20 | 225 | 32 | 116 |
| Binary | 10111001 | 11010110 | 11000111 | 1110 | 0 | 111 | 10000 | 10010101 | 11010 | 1001110 |
Color Harmonies of #B9D6C7
Complementary color
Monochromatic Colors of #B9D6C7
Black with #B9D6C7
Text Example
Text Example
White with #B9D6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D6C7; }
p { color: rgb(185,214,199); }
H1.HeaderClassName
{
color: #B9D6C7;
}
.AnyTagClassName
{
color: #B9D6C7;
}
</style>
background-color css
<style>
a { background-color: #B9D6C7; }
a { background-color: rgb(185,214,199); }
div.DivClassName
{
background-color: #B9D6C7;
}
.BgClassName
{
background-color: #B9D6C7;
}
</style>
border-color css
<style>
span { border-color: #B9D6C7; }
span { border-color: rgb(185,214,199); }
td.TdClassName
{
border-color: #B9D6C7;
}
.TagClassName
{
border-color: #B9D6C7;
}
</style>