Shades of Jet Stream #B0DBC5
Tints of Jet Stream #B0DBC5
RGB
CMYK
RGB Variations
Color information
#B0DBC5 (or 0xB0DBC5) is known color: Jet Stream. HEX triplet: B0, DB and C5. RGB value is (176,219,197). Sum of RGB (Red+Green+Blue) = 176+219+197=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBC5 is #4F243A. Grayscale: #CBCBCB. Windows color (decimal): -5186619 or 12966832. OLE color: 12966832.
HSL color Cylindrical-coordinate representation of color #B0DBC5: hue angle of 149.3º 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 #B0DBC5 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 197 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.14 |
| HSL | 149.3º | 0.37% | 0.77% | - |
| HSV(B) | 149.3º | 0.2% | 0.86% | - |
| XYZ | 53.31 | 63.92 | 62.35 | - |
| YUV | 203.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 197 | 0.20 | 0 | 0.10 | 0.14 | 149.3 | 0.37 | 0.77 |
| Hex | B0 | DB | C5 | 14 | 0 | A | E | 95 | 25 | 4D |
| Octal | 260 | 333 | 305 | 24 | 0 | 12 | 16 | 225 | 45 | 115 |
| Binary | 10110000 | 11011011 | 11000101 | 10100 | 0 | 1010 | 1110 | 10010101 | 100101 | 1001101 |
Color Harmonies of #B0DBC5
Complementary color
Monochromatic Colors of #B0DBC5
Black with #B0DBC5
Text Example
Text Example
White with #B0DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBC5; }
p { color: rgb(176,219,197); }
H1.HeaderClassName
{
color: #B0DBC5;
}
.AnyTagClassName
{
color: #B0DBC5;
}
</style>
background-color css
<style>
a { background-color: #B0DBC5; }
a { background-color: rgb(176,219,197); }
div.DivClassName
{
background-color: #B0DBC5;
}
.BgClassName
{
background-color: #B0DBC5;
}
</style>
border-color css
<style>
span { border-color: #B0DBC5; }
span { border-color: rgb(176,219,197); }
td.TdClassName
{
border-color: #B0DBC5;
}
.TagClassName
{
border-color: #B0DBC5;
}
</style>