Shades of Jet Stream #B0D8CA
Tints of Jet Stream #B0D8CA
RGB
CMYK
RGB Variations
Color information
#B0D8CA (or 0xB0D8CA) is known color: Jet Stream. HEX triplet: B0, D8 and CA. RGB value is (176,216,202). Sum of RGB (Red+Green+Blue) = 176+216+202=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8CA is #4F2735. Grayscale: #CACACA. Windows color (decimal): -5187382 or 13293744. OLE color: 13293744.
HSL color Cylindrical-coordinate representation of color #B0D8CA: hue angle of 159º 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 #B0D8CA is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 202 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.15 |
| HSL | 159º | 0.34% | 0.77% | - |
| HSV(B) | 159º | 0.19% | 0.85% | - |
| XYZ | 53.12 | 62.61 | 65.16 | - |
| YUV | 202.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 202 | 0.19 | 0 | 0.06 | 0.15 | 159 | 0.34 | 0.77 |
| Hex | B0 | D8 | CA | 13 | 0 | 6 | F | 9F | 22 | 4D |
| Octal | 260 | 330 | 312 | 23 | 0 | 6 | 17 | 237 | 42 | 115 |
| Binary | 10110000 | 11011000 | 11001010 | 10011 | 0 | 110 | 1111 | 10011111 | 100010 | 1001101 |
Color Harmonies of #B0D8CA
Complementary color
Monochromatic Colors of #B0D8CA
Black with #B0D8CA
Text Example
Text Example
White with #B0D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D8CA; }
p { color: rgb(176,216,202); }
H1.HeaderClassName
{
color: #B0D8CA;
}
.AnyTagClassName
{
color: #B0D8CA;
}
</style>
background-color css
<style>
a { background-color: #B0D8CA; }
a { background-color: rgb(176,216,202); }
div.DivClassName
{
background-color: #B0D8CA;
}
.BgClassName
{
background-color: #B0D8CA;
}
</style>
border-color css
<style>
span { border-color: #B0D8CA; }
span { border-color: rgb(176,216,202); }
td.TdClassName
{
border-color: #B0D8CA;
}
.TagClassName
{
border-color: #B0D8CA;
}
</style>