Shades of Jet Stream #B0D2C8
Tints of Jet Stream #B0D2C8
RGB
CMYK
RGB Variations
Color information
#B0D2C8 (or 0xB0D2C8) is known color: Jet Stream. HEX triplet: B0, D2 and C8. RGB value is (176,210,200). Sum of RGB (Red+Green+Blue) = 176+210+200=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D2C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D2C8 is #4F2D37. Grayscale: #C6C6C6. Windows color (decimal): -5188920 or 13161136. OLE color: 13161136.
HSL color Cylindrical-coordinate representation of color #B0D2C8: hue angle of 162.35º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0D2C8 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 200 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.18 |
| HSL | 162.35º | 0.27% | 0.76% | - |
| HSV(B) | 162.35º | 0.16% | 0.82% | - |
| XYZ | 51.38 | 59.49 | 63.42 | - |
| YUV | 198.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 200 | 0.16 | 0 | 0.05 | 0.18 | 162.35 | 0.27 | 0.76 |
| Hex | B0 | D2 | C8 | 10 | 0 | 5 | 12 | A2 | 1B | 4C |
| Octal | 260 | 322 | 310 | 20 | 0 | 5 | 22 | 242 | 33 | 114 |
| Binary | 10110000 | 11010010 | 11001000 | 10000 | 0 | 101 | 10010 | 10100010 | 11011 | 1001100 |
Color Harmonies of #B0D2C8
Complementary color
Monochromatic Colors of #B0D2C8
Black with #B0D2C8
Text Example
Text Example
White with #B0D2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D2C8; }
p { color: rgb(176,210,200); }
H1.HeaderClassName
{
color: #B0D2C8;
}
.AnyTagClassName
{
color: #B0D2C8;
}
</style>
background-color css
<style>
a { background-color: #B0D2C8; }
a { background-color: rgb(176,210,200); }
div.DivClassName
{
background-color: #B0D2C8;
}
.BgClassName
{
background-color: #B0D2C8;
}
</style>
border-color css
<style>
span { border-color: #B0D2C8; }
span { border-color: rgb(176,210,200); }
td.TdClassName
{
border-color: #B0D2C8;
}
.TagClassName
{
border-color: #B0D2C8;
}
</style>