Shades of Jet Stream #B0DACA
Tints of Jet Stream #B0DACA
RGB
CMYK
RGB Variations
Color information
#B0DACA (or 0xB0DACA) is known color: Jet Stream. HEX triplet: B0, DA and CA. RGB value is (176,218,202). Sum of RGB (Red+Green+Blue) = 176+218+202=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DACA is #4F2535. Grayscale: #CBCBCB. Windows color (decimal): -5186870 or 13294256. OLE color: 13294256.
HSL color Cylindrical-coordinate representation of color #B0DACA: hue angle of 157.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0DACA is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 202 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.15 |
| HSL | 157.14º | 0.36% | 0.77% | - |
| HSV(B) | 157.14º | 0.19% | 0.85% | - |
| XYZ | 53.64 | 63.64 | 65.33 | - |
| YUV | 203.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 202 | 0.19 | 0 | 0.07 | 0.15 | 157.14 | 0.36 | 0.77 |
| Hex | B0 | DA | CA | 13 | 0 | 7 | F | 9D | 24 | 4D |
| Octal | 260 | 332 | 312 | 23 | 0 | 7 | 17 | 235 | 44 | 115 |
| Binary | 10110000 | 11011010 | 11001010 | 10011 | 0 | 111 | 1111 | 10011101 | 100100 | 1001101 |
Color Harmonies of #B0DACA
Complementary color
Monochromatic Colors of #B0DACA
Black with #B0DACA
Text Example
Text Example
White with #B0DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DACA; }
p { color: rgb(176,218,202); }
H1.HeaderClassName
{
color: #B0DACA;
}
.AnyTagClassName
{
color: #B0DACA;
}
</style>
background-color css
<style>
a { background-color: #B0DACA; }
a { background-color: rgb(176,218,202); }
div.DivClassName
{
background-color: #B0DACA;
}
.BgClassName
{
background-color: #B0DACA;
}
</style>
border-color css
<style>
span { border-color: #B0DACA; }
span { border-color: rgb(176,218,202); }
td.TdClassName
{
border-color: #B0DACA;
}
.TagClassName
{
border-color: #B0DACA;
}
</style>