Shades of Jet Stream #B0D8C9
Tints of Jet Stream #B0D8C9
RGB
CMYK
RGB Variations
Color information
#B0D8C9 (or 0xB0D8C9) is known color: Jet Stream. HEX triplet: B0, D8 and C9. RGB value is (176,216,201). Sum of RGB (Red+Green+Blue) = 176+216+201=593 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.68% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8C9 is #4F2736. Grayscale: #CACACA. Windows color (decimal): -5187383 or 13228208. OLE color: 13228208.
HSL color Cylindrical-coordinate representation of color #B0D8C9: hue angle of 157.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8C9 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 201 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.15 |
| HSL | 157.5º | 0.34% | 0.77% | - |
| HSV(B) | 157.5º | 0.19% | 0.85% | - |
| XYZ | 53 | 62.56 | 64.54 | - |
| YUV | 202.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 201 | 0.19 | 0 | 0.07 | 0.15 | 157.5 | 0.34 | 0.77 |
| Hex | B0 | D8 | C9 | 13 | 0 | 7 | F | 9E | 22 | 4D |
| Octal | 260 | 330 | 311 | 23 | 0 | 7 | 17 | 236 | 42 | 115 |
| Binary | 10110000 | 11011000 | 11001001 | 10011 | 0 | 111 | 1111 | 10011110 | 100010 | 1001101 |
Color Harmonies of #B0D8C9
Complementary color
Monochromatic Colors of #B0D8C9
Black with #B0D8C9
Text Example
Text Example
White with #B0D8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D8C9; }
p { color: rgb(176,216,201); }
H1.HeaderClassName
{
color: #B0D8C9;
}
.AnyTagClassName
{
color: #B0D8C9;
}
</style>
background-color css
<style>
a { background-color: #B0D8C9; }
a { background-color: rgb(176,216,201); }
div.DivClassName
{
background-color: #B0D8C9;
}
.BgClassName
{
background-color: #B0D8C9;
}
</style>
border-color css
<style>
span { border-color: #B0D8C9; }
span { border-color: rgb(176,216,201); }
td.TdClassName
{
border-color: #B0D8C9;
}
.TagClassName
{
border-color: #B0D8C9;
}
</style>