Shades of Jet Stream #B2DCC8
Tints of Jet Stream #B2DCC8
RGB
CMYK
RGB Variations
Color information
#B2DCC8 (or 0xB2DCC8) is known color: Jet Stream. HEX triplet: B2, DC and C8. RGB value is (178,220,200). Sum of RGB (Red+Green+Blue) = 178+220+200=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCC8 is #4D2337. Grayscale: #CDCDCD. Windows color (decimal): -5055288 or 13163698. OLE color: 13163698.
HSL color Cylindrical-coordinate representation of color #B2DCC8: hue angle of 151.43º degrees, saturation: 0.38, 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 #B2DCC8 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 200 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.14 |
| HSL | 151.43º | 0.38% | 0.78% | - |
| HSV(B) | 151.43º | 0.19% | 0.86% | - |
| XYZ | 54.38 | 64.82 | 64.29 | - |
| YUV | 205.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 200 | 0.19 | 0 | 0.09 | 0.14 | 151.43 | 0.38 | 0.78 |
| Hex | B2 | DC | C8 | 13 | 0 | 9 | E | 97 | 26 | 4E |
| Octal | 262 | 334 | 310 | 23 | 0 | 11 | 16 | 227 | 46 | 116 |
| Binary | 10110010 | 11011100 | 11001000 | 10011 | 0 | 1001 | 1110 | 10010111 | 100110 | 1001110 |
Color Harmonies of #B2DCC8
Complementary color
Monochromatic Colors of #B2DCC8
Black with #B2DCC8
Text Example
Text Example
White with #B2DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCC8; }
p { color: rgb(178,220,200); }
H1.HeaderClassName
{
color: #B2DCC8;
}
.AnyTagClassName
{
color: #B2DCC8;
}
</style>
background-color css
<style>
a { background-color: #B2DCC8; }
a { background-color: rgb(178,220,200); }
div.DivClassName
{
background-color: #B2DCC8;
}
.BgClassName
{
background-color: #B2DCC8;
}
</style>
border-color css
<style>
span { border-color: #B2DCC8; }
span { border-color: rgb(178,220,200); }
td.TdClassName
{
border-color: #B2DCC8;
}
.TagClassName
{
border-color: #B2DCC8;
}
</style>