Shades of Jungle Mist #BAC2C2
Tints of Jungle Mist #BAC2C2
RGB
CMYK
RGB Variations
Color information
#BAC2C2 (or 0xBAC2C2) is known color: Jungle Mist. HEX triplet: BA, C2 and C2. RGB value is (186,194,194). Sum of RGB (Red+Green+Blue) = 186+194+194=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 194 - color contains mainly: green, blue. Hex color #BAC2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC2C2 is #453D3D. Grayscale: #BFBFBF. Windows color (decimal): -4537662 or 12763834. OLE color: 12763834.
HSL color Cylindrical-coordinate representation of color #BAC2C2: hue angle of 180º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAC2C2 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 194 | 194 | - |
| CMYK | 0.04 | 0 | 0 | 0.24 |
| HSL | 180º | 0.06% | 0.75% | - |
| HSV(B) | 180º | 0.04% | 0.76% | - |
| XYZ | 49.28 | 52.92 | 58.66 | - |
| YUV | 191.61 | 129.35 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 194 | 194 | 0.04 | 0 | 0 | 0.24 | 180 | 0.06 | 0.75 |
| Hex | BA | C2 | C2 | 4 | 0 | 0 | 18 | B4 | 6 | 4B |
| Octal | 272 | 302 | 302 | 4 | 0 | 0 | 30 | 264 | 6 | 113 |
| Binary | 10111010 | 11000010 | 11000010 | 100 | 0 | 0 | 11000 | 10110100 | 110 | 1001011 |
Color Harmonies of #BAC2C2
Complementary color
Monochromatic Colors of #BAC2C2
Black with #BAC2C2
Text Example
Text Example
White with #BAC2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC2C2; }
p { color: rgb(186,194,194); }
H1.HeaderClassName
{
color: #BAC2C2;
}
.AnyTagClassName
{
color: #BAC2C2;
}
</style>
background-color css
<style>
a { background-color: #BAC2C2; }
a { background-color: rgb(186,194,194); }
div.DivClassName
{
background-color: #BAC2C2;
}
.BgClassName
{
background-color: #BAC2C2;
}
</style>
border-color css
<style>
span { border-color: #BAC2C2; }
span { border-color: rgb(186,194,194); }
td.TdClassName
{
border-color: #BAC2C2;
}
.TagClassName
{
border-color: #BAC2C2;
}
</style>