Shades of Jet Stream #B0DBC8
Tints of Jet Stream #B0DBC8
RGB
CMYK
RGB Variations
Color information
#B0DBC8 (or 0xB0DBC8) is known color: Jet Stream. HEX triplet: B0, DB and C8. RGB value is (176,219,200). Sum of RGB (Red+Green+Blue) = 176+219+200=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBC8 is #4F2437. Grayscale: #CCCCCC. Windows color (decimal): -5186616 or 13163440. OLE color: 13163440.
HSL color Cylindrical-coordinate representation of color #B0DBC8: hue angle of 153.49º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBC8 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 200 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.14 |
| HSL | 153.49º | 0.37% | 0.77% | - |
| HSV(B) | 153.49º | 0.2% | 0.86% | - |
| XYZ | 53.66 | 64.06 | 64.18 | - |
| YUV | 203.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 200 | 0.20 | 0 | 0.09 | 0.14 | 153.49 | 0.37 | 0.77 |
| Hex | B0 | DB | C8 | 14 | 0 | 9 | E | 99 | 25 | 4D |
| Octal | 260 | 333 | 310 | 24 | 0 | 11 | 16 | 231 | 45 | 115 |
| Binary | 10110000 | 11011011 | 11001000 | 10100 | 0 | 1001 | 1110 | 10011001 | 100101 | 1001101 |
Color Harmonies of #B0DBC8
Complementary color
Monochromatic Colors of #B0DBC8
Black with #B0DBC8
Text Example
Text Example
White with #B0DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBC8; }
p { color: rgb(176,219,200); }
H1.HeaderClassName
{
color: #B0DBC8;
}
.AnyTagClassName
{
color: #B0DBC8;
}
</style>
background-color css
<style>
a { background-color: #B0DBC8; }
a { background-color: rgb(176,219,200); }
div.DivClassName
{
background-color: #B0DBC8;
}
.BgClassName
{
background-color: #B0DBC8;
}
</style>
border-color css
<style>
span { border-color: #B0DBC8; }
span { border-color: rgb(176,219,200); }
td.TdClassName
{
border-color: #B0DBC8;
}
.TagClassName
{
border-color: #B0DBC8;
}
</style>