Shades of Jungle Mist #B2C1C0
Tints of Jungle Mist #B2C1C0
RGB
CMYK
RGB Variations
Color information
#B2C1C0 (or 0xB2C1C0) is known color: Jungle Mist. HEX triplet: B2, C1 and C0. RGB value is (178,193,192). Sum of RGB (Red+Green+Blue) = 178+193+192=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C1C0 is #4D3E3F. Grayscale: #BCBCBC. Windows color (decimal): -5062208 or 12632498. OLE color: 12632498.
HSL color Cylindrical-coordinate representation of color #B2C1C0: hue angle of 176º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2C1C0 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 192 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.24 |
| HSL | 176º | 0.11% | 0.73% | - |
| HSV(B) | 176º | 0.08% | 0.76% | - |
| XYZ | 46.94 | 51.41 | 57.32 | - |
| YUV | 188.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 192 | 0.08 | 0 | 0.01 | 0.24 | 176 | 0.11 | 0.73 |
| Hex | B2 | C1 | C0 | 8 | 0 | 1 | 18 | B0 | B | 49 |
| Octal | 262 | 301 | 300 | 10 | 0 | 1 | 30 | 260 | 13 | 111 |
| Binary | 10110010 | 11000001 | 11000000 | 1000 | 0 | 1 | 11000 | 10110000 | 1011 | 1001001 |
Color Harmonies of #B2C1C0
Complementary color
Monochromatic Colors of #B2C1C0
Black with #B2C1C0
Text Example
Text Example
White with #B2C1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C1C0; }
p { color: rgb(178,193,192); }
H1.HeaderClassName
{
color: #B2C1C0;
}
.AnyTagClassName
{
color: #B2C1C0;
}
</style>
background-color css
<style>
a { background-color: #B2C1C0; }
a { background-color: rgb(178,193,192); }
div.DivClassName
{
background-color: #B2C1C0;
}
.BgClassName
{
background-color: #B2C1C0;
}
</style>
border-color css
<style>
span { border-color: #B2C1C0; }
span { border-color: rgb(178,193,192); }
td.TdClassName
{
border-color: #B2C1C0;
}
.TagClassName
{
border-color: #B2C1C0;
}
</style>