Shades of Jet Stream #B2DCC7
Tints of Jet Stream #B2DCC7
RGB
CMYK
RGB Variations
Color information
#B2DCC7 (or 0xB2DCC7) is known color: Jet Stream. HEX triplet: B2, DC and C7. RGB value is (178,220,199). Sum of RGB (Red+Green+Blue) = 178+220+199=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCC7 is #4D2338. Grayscale: #CDCDCD. Windows color (decimal): -5055289 or 13098162. OLE color: 13098162.
HSL color Cylindrical-coordinate representation of color #B2DCC7: hue angle of 150º 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 #B2DCC7 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 199 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.14 |
| HSL | 150º | 0.38% | 0.78% | - |
| HSV(B) | 150º | 0.19% | 0.86% | - |
| XYZ | 54.26 | 64.77 | 63.68 | - |
| YUV | 205.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 199 | 0.19 | 0 | 0.10 | 0.14 | 150 | 0.38 | 0.78 |
| Hex | B2 | DC | C7 | 13 | 0 | A | E | 96 | 26 | 4E |
| Octal | 262 | 334 | 307 | 23 | 0 | 12 | 16 | 226 | 46 | 116 |
| Binary | 10110010 | 11011100 | 11000111 | 10011 | 0 | 1010 | 1110 | 10010110 | 100110 | 1001110 |
Color Harmonies of #B2DCC7
Complementary color
Monochromatic Colors of #B2DCC7
Black with #B2DCC7
Text Example
Text Example
White with #B2DCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCC7; }
p { color: rgb(178,220,199); }
H1.HeaderClassName
{
color: #B2DCC7;
}
.AnyTagClassName
{
color: #B2DCC7;
}
</style>
background-color css
<style>
a { background-color: #B2DCC7; }
a { background-color: rgb(178,220,199); }
div.DivClassName
{
background-color: #B2DCC7;
}
.BgClassName
{
background-color: #B2DCC7;
}
</style>
border-color css
<style>
span { border-color: #B2DCC7; }
span { border-color: rgb(178,220,199); }
td.TdClassName
{
border-color: #B2DCC7;
}
.TagClassName
{
border-color: #B2DCC7;
}
</style>