Shades of Jungle Mist #BAC3C2
Tints of Jungle Mist #BAC3C2
RGB
CMYK
RGB Variations
Color information
#BAC3C2 (or 0xBAC3C2) is known color: Jungle Mist. HEX triplet: BA, C3 and C2. RGB value is (186,195,194). Sum of RGB (Red+Green+Blue) = 186+195+194=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3C2 is #453C3D. Grayscale: #C0C0C0. Windows color (decimal): -4537406 or 12764090. OLE color: 12764090.
HSL color Cylindrical-coordinate representation of color #BAC3C2: hue angle of 173.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAC3C2 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 195 | 194 | - |
CMYK | 0.05 | 0 | 0.01 | 0.24 |
HSL | 173.33º | 0.07% | 0.75% | - |
HSV(B) | 173.33º | 0.05% | 0.76% | - |
XYZ | 49.5 | 53.36 | 58.73 | - |
YUV | 192.2 | 129.02 | 123.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 195 | 194 | 0.05 | 0 | 0.01 | 0.24 | 173.33 | 0.07 | 0.75 |
Hex | BA | C3 | C2 | 5 | 0 | 1 | 18 | AD | 7 | 4B |
Octal | 272 | 303 | 302 | 5 | 0 | 1 | 30 | 255 | 7 | 113 |
Binary | 10111010 | 11000011 | 11000010 | 101 | 0 | 1 | 11000 | 10101101 | 111 | 1001011 |
Color Harmonies of #BAC3C2
Complementary color
Monochromatic Colors of #BAC3C2
Black with #BAC3C2
Text Example
Text Example
White with #BAC3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3C2; }
p { color: rgb(186,195,194); }
H1.HeaderClassName
{
color: #BAC3C2;
}
.AnyTagClassName
{
color: #BAC3C2;
}
</style>
background-color css
<style>
a { background-color: #BAC3C2; }
a { background-color: rgb(186,195,194); }
div.DivClassName
{
background-color: #BAC3C2;
}
.BgClassName
{
background-color: #BAC3C2;
}
</style>
border-color css
<style>
span { border-color: #BAC3C2; }
span { border-color: rgb(186,195,194); }
td.TdClassName
{
border-color: #BAC3C2;
}
.TagClassName
{
border-color: #BAC3C2;
}
</style>