Shades of Jet Stream #B2DACA
Tints of Jet Stream #B2DACA
RGB
CMYK
RGB Variations
Color information
#B2DACA (or 0xB2DACA) is known color: Jet Stream. HEX triplet: B2, DA and CA. RGB value is (178,218,202). Sum of RGB (Red+Green+Blue) = 178+218+202=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DACA is #4D2535. Grayscale: #CCCCCC. Windows color (decimal): -5055798 or 13294258. OLE color: 13294258.
HSL color Cylindrical-coordinate representation of color #B2DACA: hue angle of 156º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2DACA is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 202 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.15 |
| HSL | 156º | 0.35% | 0.78% | - |
| HSV(B) | 156º | 0.18% | 0.85% | - |
| XYZ | 54.09 | 63.87 | 65.35 | - |
| YUV | 204.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 202 | 0.18 | 0 | 0.07 | 0.15 | 156 | 0.35 | 0.78 |
| Hex | B2 | DA | CA | 12 | 0 | 7 | F | 9C | 23 | 4E |
| Octal | 262 | 332 | 312 | 22 | 0 | 7 | 17 | 234 | 43 | 116 |
| Binary | 10110010 | 11011010 | 11001010 | 10010 | 0 | 111 | 1111 | 10011100 | 100011 | 1001110 |
Color Harmonies of #B2DACA
Complementary color
Monochromatic Colors of #B2DACA
Black with #B2DACA
Text Example
Text Example
White with #B2DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DACA; }
p { color: rgb(178,218,202); }
H1.HeaderClassName
{
color: #B2DACA;
}
.AnyTagClassName
{
color: #B2DACA;
}
</style>
background-color css
<style>
a { background-color: #B2DACA; }
a { background-color: rgb(178,218,202); }
div.DivClassName
{
background-color: #B2DACA;
}
.BgClassName
{
background-color: #B2DACA;
}
</style>
border-color css
<style>
span { border-color: #B2DACA; }
span { border-color: rgb(178,218,202); }
td.TdClassName
{
border-color: #B2DACA;
}
.TagClassName
{
border-color: #B2DACA;
}
</style>