Shades of Jet Stream #B9D8C8
Tints of Jet Stream #B9D8C8
RGB
CMYK
RGB Variations
Color information
#B9D8C8 (or 0xB9D8C8) is known color: Jet Stream. HEX triplet: B9, D8 and C8. RGB value is (185,216,200). Sum of RGB (Red+Green+Blue) = 185+216+200=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8C8 is #462737. Grayscale: #CCCCCC. Windows color (decimal): -4597560 or 13162681. OLE color: 13162681.
HSL color Cylindrical-coordinate representation of color #B9D8C8: hue angle of 149.03º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9D8C8 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 200 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.15 |
| HSL | 149.03º | 0.28% | 0.79% | - |
| HSV(B) | 149.03º | 0.14% | 0.85% | - |
| XYZ | 54.99 | 63.6 | 64.02 | - |
| YUV | 204.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 200 | 0.14 | 0 | 0.07 | 0.15 | 149.03 | 0.28 | 0.79 |
| Hex | B9 | D8 | C8 | E | 0 | 7 | F | 95 | 1C | 4F |
| Octal | 271 | 330 | 310 | 16 | 0 | 7 | 17 | 225 | 34 | 117 |
| Binary | 10111001 | 11011000 | 11001000 | 1110 | 0 | 111 | 1111 | 10010101 | 11100 | 1001111 |
Color Harmonies of #B9D8C8
Complementary color
Monochromatic Colors of #B9D8C8
Black with #B9D8C8
Text Example
Text Example
White with #B9D8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D8C8; }
p { color: rgb(185,216,200); }
H1.HeaderClassName
{
color: #B9D8C8;
}
.AnyTagClassName
{
color: #B9D8C8;
}
</style>
background-color css
<style>
a { background-color: #B9D8C8; }
a { background-color: rgb(185,216,200); }
div.DivClassName
{
background-color: #B9D8C8;
}
.BgClassName
{
background-color: #B9D8C8;
}
</style>
border-color css
<style>
span { border-color: #B9D8C8; }
span { border-color: rgb(185,216,200); }
td.TdClassName
{
border-color: #B9D8C8;
}
.TagClassName
{
border-color: #B9D8C8;
}
</style>