Shades of Jet Stream #B2DDC6
Tints of Jet Stream #B2DDC6
RGB
CMYK
RGB Variations
Color information
#B2DDC6 (or 0xB2DDC6) is known color: Jet Stream. HEX triplet: B2, DD and C6. RGB value is (178,221,198). Sum of RGB (Red+Green+Blue) = 178+221+198=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDC6 is #4D2239. Grayscale: #CDCDCD. Windows color (decimal): -5055034 or 13032882. OLE color: 13032882.
HSL color Cylindrical-coordinate representation of color #B2DDC6: hue angle of 147.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DDC6 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 198 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.13 |
| HSL | 147.91º | 0.39% | 0.78% | - |
| HSV(B) | 147.91º | 0.19% | 0.87% | - |
| XYZ | 54.41 | 65.26 | 63.15 | - |
| YUV | 205.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 198 | 0.19 | 0 | 0.10 | 0.13 | 147.91 | 0.39 | 0.78 |
| Hex | B2 | DD | C6 | 13 | 0 | A | D | 94 | 27 | 4E |
| Octal | 262 | 335 | 306 | 23 | 0 | 12 | 15 | 224 | 47 | 116 |
| Binary | 10110010 | 11011101 | 11000110 | 10011 | 0 | 1010 | 1101 | 10010100 | 100111 | 1001110 |
Color Harmonies of #B2DDC6
Complementary color
Monochromatic Colors of #B2DDC6
Black with #B2DDC6
Text Example
Text Example
White with #B2DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDC6; }
p { color: rgb(178,221,198); }
H1.HeaderClassName
{
color: #B2DDC6;
}
.AnyTagClassName
{
color: #B2DDC6;
}
</style>
background-color css
<style>
a { background-color: #B2DDC6; }
a { background-color: rgb(178,221,198); }
div.DivClassName
{
background-color: #B2DDC6;
}
.BgClassName
{
background-color: #B2DDC6;
}
</style>
border-color css
<style>
span { border-color: #B2DDC6; }
span { border-color: rgb(178,221,198); }
td.TdClassName
{
border-color: #B2DDC6;
}
.TagClassName
{
border-color: #B2DDC6;
}
</style>