Shades of Jet Stream #B2DBC9
Tints of Jet Stream #B2DBC9
RGB
CMYK
RGB Variations
Color information
#B2DBC9 (or 0xB2DBC9) is known color: Jet Stream. HEX triplet: B2, DB and C9. RGB value is (178,219,201). Sum of RGB (Red+Green+Blue) = 178+219+201=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 201 (78.91% from 255 or 33.61% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBC9 is #4D2436. Grayscale: #CCCCCC. Windows color (decimal): -5055543 or 13228978. OLE color: 13228978.
HSL color Cylindrical-coordinate representation of color #B2DBC9: hue angle of 153.66º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DBC9 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 201 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.14 |
| HSL | 153.66º | 0.36% | 0.78% | - |
| HSV(B) | 153.66º | 0.19% | 0.86% | - |
| XYZ | 54.23 | 64.35 | 64.82 | - |
| YUV | 204.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 201 | 0.19 | 0 | 0.08 | 0.14 | 153.66 | 0.36 | 0.78 |
| Hex | B2 | DB | C9 | 13 | 0 | 8 | E | 9A | 24 | 4E |
| Octal | 262 | 333 | 311 | 23 | 0 | 10 | 16 | 232 | 44 | 116 |
| Binary | 10110010 | 11011011 | 11001001 | 10011 | 0 | 1000 | 1110 | 10011010 | 100100 | 1001110 |
Color Harmonies of #B2DBC9
Complementary color
Monochromatic Colors of #B2DBC9
Black with #B2DBC9
Text Example
Text Example
White with #B2DBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DBC9; }
p { color: rgb(178,219,201); }
H1.HeaderClassName
{
color: #B2DBC9;
}
.AnyTagClassName
{
color: #B2DBC9;
}
</style>
background-color css
<style>
a { background-color: #B2DBC9; }
a { background-color: rgb(178,219,201); }
div.DivClassName
{
background-color: #B2DBC9;
}
.BgClassName
{
background-color: #B2DBC9;
}
</style>
border-color css
<style>
span { border-color: #B2DBC9; }
span { border-color: rgb(178,219,201); }
td.TdClassName
{
border-color: #B2DBC9;
}
.TagClassName
{
border-color: #B2DBC9;
}
</style>