Shades of Jet Stream #B9D8C7
Tints of Jet Stream #B9D8C7
RGB
CMYK
RGB Variations
Color information
#B9D8C7 (or 0xB9D8C7) is known color: Jet Stream. HEX triplet: B9, D8 and C7. RGB value is (185,216,199). Sum of RGB (Red+Green+Blue) = 185+216+199=600 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.83% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8C7 is #462738. Grayscale: #CCCCCC. Windows color (decimal): -4597561 or 13097145. OLE color: 13097145.
HSL color Cylindrical-coordinate representation of color #B9D8C7: hue angle of 147.1º 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 #B9D8C7 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 199 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.15 |
| HSL | 147.1º | 0.28% | 0.79% | - |
| HSV(B) | 147.1º | 0.14% | 0.85% | - |
| XYZ | 54.87 | 63.55 | 63.41 | - |
| YUV | 204.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 199 | 0.14 | 0 | 0.08 | 0.15 | 147.1 | 0.28 | 0.79 |
| Hex | B9 | D8 | C7 | E | 0 | 8 | F | 93 | 1C | 4F |
| Octal | 271 | 330 | 307 | 16 | 0 | 10 | 17 | 223 | 34 | 117 |
| Binary | 10111001 | 11011000 | 11000111 | 1110 | 0 | 1000 | 1111 | 10010011 | 11100 | 1001111 |
Color Harmonies of #B9D8C7
Complementary color
Monochromatic Colors of #B9D8C7
Black with #B9D8C7
Text Example
Text Example
White with #B9D8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D8C7; }
p { color: rgb(185,216,199); }
H1.HeaderClassName
{
color: #B9D8C7;
}
.AnyTagClassName
{
color: #B9D8C7;
}
</style>
background-color css
<style>
a { background-color: #B9D8C7; }
a { background-color: rgb(185,216,199); }
div.DivClassName
{
background-color: #B9D8C7;
}
.BgClassName
{
background-color: #B9D8C7;
}
</style>
border-color css
<style>
span { border-color: #B9D8C7; }
span { border-color: rgb(185,216,199); }
td.TdClassName
{
border-color: #B9D8C7;
}
.TagClassName
{
border-color: #B9D8C7;
}
</style>