Shades of Jet Stream #B0DBCA
Tints of Jet Stream #B0DBCA
RGB
CMYK
RGB Variations
Color information
#B0DBCA (or 0xB0DBCA) is known color: Jet Stream. HEX triplet: B0, DB and CA. RGB value is (176,219,202). Sum of RGB (Red+Green+Blue) = 176+219+202=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBCA is #4F2435. Grayscale: #CCCCCC. Windows color (decimal): -5186614 or 13294512. OLE color: 13294512.
HSL color Cylindrical-coordinate representation of color #B0DBCA: hue angle of 156.28º 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 #B0DBCA is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 202 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.14 |
| HSL | 156.28º | 0.37% | 0.77% | - |
| HSV(B) | 156.28º | 0.2% | 0.86% | - |
| XYZ | 53.9 | 64.16 | 65.42 | - |
| YUV | 204.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 202 | 0.20 | 0 | 0.08 | 0.14 | 156.28 | 0.37 | 0.77 |
| Hex | B0 | DB | CA | 14 | 0 | 8 | E | 9C | 25 | 4D |
| Octal | 260 | 333 | 312 | 24 | 0 | 10 | 16 | 234 | 45 | 115 |
| Binary | 10110000 | 11011011 | 11001010 | 10100 | 0 | 1000 | 1110 | 10011100 | 100101 | 1001101 |
Color Harmonies of #B0DBCA
Complementary color
Monochromatic Colors of #B0DBCA
Black with #B0DBCA
Text Example
Text Example
White with #B0DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBCA; }
p { color: rgb(176,219,202); }
H1.HeaderClassName
{
color: #B0DBCA;
}
.AnyTagClassName
{
color: #B0DBCA;
}
</style>
background-color css
<style>
a { background-color: #B0DBCA; }
a { background-color: rgb(176,219,202); }
div.DivClassName
{
background-color: #B0DBCA;
}
.BgClassName
{
background-color: #B0DBCA;
}
</style>
border-color css
<style>
span { border-color: #B0DBCA; }
span { border-color: rgb(176,219,202); }
td.TdClassName
{
border-color: #B0DBCA;
}
.TagClassName
{
border-color: #B0DBCA;
}
</style>