Shades of Jet Stream #B0DBC7
Tints of Jet Stream #B0DBC7
RGB
CMYK
RGB Variations
Color information
#B0DBC7 (or 0xB0DBC7) is known color: Jet Stream. HEX triplet: B0, DB and C7. RGB value is (176,219,199). Sum of RGB (Red+Green+Blue) = 176+219+199=594 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.63% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBC7 is #4F2438. Grayscale: #CBCBCB. Windows color (decimal): -5186617 or 13097904. OLE color: 13097904.
HSL color Cylindrical-coordinate representation of color #B0DBC7: hue angle of 152.09º 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 #B0DBC7 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 199 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.14 |
| HSL | 152.09º | 0.37% | 0.77% | - |
| HSV(B) | 152.09º | 0.2% | 0.86% | - |
| XYZ | 53.54 | 64.02 | 63.57 | - |
| YUV | 203.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 199 | 0.20 | 0 | 0.09 | 0.14 | 152.09 | 0.37 | 0.77 |
| Hex | B0 | DB | C7 | 14 | 0 | 9 | E | 98 | 25 | 4D |
| Octal | 260 | 333 | 307 | 24 | 0 | 11 | 16 | 230 | 45 | 115 |
| Binary | 10110000 | 11011011 | 11000111 | 10100 | 0 | 1001 | 1110 | 10011000 | 100101 | 1001101 |
Color Harmonies of #B0DBC7
Complementary color
Monochromatic Colors of #B0DBC7
Black with #B0DBC7
Text Example
Text Example
White with #B0DBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBC7; }
p { color: rgb(176,219,199); }
H1.HeaderClassName
{
color: #B0DBC7;
}
.AnyTagClassName
{
color: #B0DBC7;
}
</style>
background-color css
<style>
a { background-color: #B0DBC7; }
a { background-color: rgb(176,219,199); }
div.DivClassName
{
background-color: #B0DBC7;
}
.BgClassName
{
background-color: #B0DBC7;
}
</style>
border-color css
<style>
span { border-color: #B0DBC7; }
span { border-color: rgb(176,219,199); }
td.TdClassName
{
border-color: #B0DBC7;
}
.TagClassName
{
border-color: #B0DBC7;
}
</style>