Shades of Jungle Mist #B2C3C2
Tints of Jungle Mist #B2C3C2
RGB
CMYK
RGB Variations
Color information
#B2C3C2 (or 0xB2C3C2) is known color: Jungle Mist. HEX triplet: B2, C3 and C2. RGB value is (178,195,194). Sum of RGB (Red+Green+Blue) = 178+195+194=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C3C2 is #4D3C3D. Grayscale: #BDBDBD. Windows color (decimal): -5061694 or 12764082. OLE color: 12764082.
HSL color Cylindrical-coordinate representation of color #B2C3C2: hue angle of 176.47º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C3C2 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 194 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.24 |
| HSL | 176.47º | 0.12% | 0.73% | - |
| HSV(B) | 176.47º | 0.09% | 0.76% | - |
| XYZ | 47.61 | 52.39 | 58.64 | - |
| YUV | 189.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 194 | 0.09 | 0 | 0.01 | 0.24 | 176.47 | 0.12 | 0.73 |
| Hex | B2 | C3 | C2 | 9 | 0 | 1 | 18 | B0 | C | 49 |
| Octal | 262 | 303 | 302 | 11 | 0 | 1 | 30 | 260 | 14 | 111 |
| Binary | 10110010 | 11000011 | 11000010 | 1001 | 0 | 1 | 11000 | 10110000 | 1100 | 1001001 |
Color Harmonies of #B2C3C2
Complementary color
Monochromatic Colors of #B2C3C2
Black with #B2C3C2
Text Example
Text Example
White with #B2C3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C3C2; }
p { color: rgb(178,195,194); }
H1.HeaderClassName
{
color: #B2C3C2;
}
.AnyTagClassName
{
color: #B2C3C2;
}
</style>
background-color css
<style>
a { background-color: #B2C3C2; }
a { background-color: rgb(178,195,194); }
div.DivClassName
{
background-color: #B2C3C2;
}
.BgClassName
{
background-color: #B2C3C2;
}
</style>
border-color css
<style>
span { border-color: #B2C3C2; }
span { border-color: rgb(178,195,194); }
td.TdClassName
{
border-color: #B2C3C2;
}
.TagClassName
{
border-color: #B2C3C2;
}
</style>