Shades of Jet Stream #B2DBC6
Tints of Jet Stream #B2DBC6
RGB
CMYK
RGB Variations
Color information
#B2DBC6 (or 0xB2DBC6) is known color: Jet Stream. HEX triplet: B2, DB and C6. RGB value is (178,219,198). Sum of RGB (Red+Green+Blue) = 178+219+198=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBC6 is #4D2439. Grayscale: #CCCCCC. Windows color (decimal): -5055546 or 13032370. OLE color: 13032370.
HSL color Cylindrical-coordinate representation of color #B2DBC6: hue angle of 149.27º 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 #B2DBC6 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 198 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.14 |
| HSL | 149.27º | 0.36% | 0.78% | - |
| HSV(B) | 149.27º | 0.19% | 0.86% | - |
| XYZ | 53.88 | 64.21 | 62.98 | - |
| YUV | 204.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 198 | 0.19 | 0 | 0.10 | 0.14 | 149.27 | 0.36 | 0.78 |
| Hex | B2 | DB | C6 | 13 | 0 | A | E | 95 | 24 | 4E |
| Octal | 262 | 333 | 306 | 23 | 0 | 12 | 16 | 225 | 44 | 116 |
| Binary | 10110010 | 11011011 | 11000110 | 10011 | 0 | 1010 | 1110 | 10010101 | 100100 | 1001110 |
Color Harmonies of #B2DBC6
Complementary color
Monochromatic Colors of #B2DBC6
Black with #B2DBC6
Text Example
Text Example
White with #B2DBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DBC6; }
p { color: rgb(178,219,198); }
H1.HeaderClassName
{
color: #B2DBC6;
}
.AnyTagClassName
{
color: #B2DBC6;
}
</style>
background-color css
<style>
a { background-color: #B2DBC6; }
a { background-color: rgb(178,219,198); }
div.DivClassName
{
background-color: #B2DBC6;
}
.BgClassName
{
background-color: #B2DBC6;
}
</style>
border-color css
<style>
span { border-color: #B2DBC6; }
span { border-color: rgb(178,219,198); }
td.TdClassName
{
border-color: #B2DBC6;
}
.TagClassName
{
border-color: #B2DBC6;
}
</style>