Shades of Jet Stream #B2DDC9
Tints of Jet Stream #B2DDC9
RGB
CMYK
RGB Variations
Color information
#B2DDC9 (or 0xB2DDC9) is known color: Jet Stream. HEX triplet: B2, DD and C9. RGB value is (178,221,201). Sum of RGB (Red+Green+Blue) = 178+221+201=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 201 (78.91% from 255 or 33.5% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDC9 is #4D2236. Grayscale: #CDCDCD. Windows color (decimal): -5055031 or 13229490. OLE color: 13229490.
HSL color Cylindrical-coordinate representation of color #B2DDC9: hue angle of 152.09º 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 #B2DDC9 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 201 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.13 |
| HSL | 152.09º | 0.39% | 0.78% | - |
| HSV(B) | 152.09º | 0.19% | 0.87% | - |
| XYZ | 54.76 | 65.39 | 64.99 | - |
| YUV | 205.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 201 | 0.19 | 0 | 0.09 | 0.13 | 152.09 | 0.39 | 0.78 |
| Hex | B2 | DD | C9 | 13 | 0 | 9 | D | 98 | 27 | 4E |
| Octal | 262 | 335 | 311 | 23 | 0 | 11 | 15 | 230 | 47 | 116 |
| Binary | 10110010 | 11011101 | 11001001 | 10011 | 0 | 1001 | 1101 | 10011000 | 100111 | 1001110 |
Color Harmonies of #B2DDC9
Complementary color
Monochromatic Colors of #B2DDC9
Black with #B2DDC9
Text Example
Text Example
White with #B2DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDC9; }
p { color: rgb(178,221,201); }
H1.HeaderClassName
{
color: #B2DDC9;
}
.AnyTagClassName
{
color: #B2DDC9;
}
</style>
background-color css
<style>
a { background-color: #B2DDC9; }
a { background-color: rgb(178,221,201); }
div.DivClassName
{
background-color: #B2DDC9;
}
.BgClassName
{
background-color: #B2DDC9;
}
</style>
border-color css
<style>
span { border-color: #B2DDC9; }
span { border-color: rgb(178,221,201); }
td.TdClassName
{
border-color: #B2DDC9;
}
.TagClassName
{
border-color: #B2DDC9;
}
</style>