Shades of Jungle Mist #BAC0C1
Tints of Jungle Mist #BAC0C1
RGB
CMYK
RGB Variations
Color information
#BAC0C1 (or 0xBAC0C1) is known color: Jungle Mist. HEX triplet: BA, C0 and C1. RGB value is (186,192,193). Sum of RGB (Red+Green+Blue) = 186+192+193=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 193 - color contains mainly: blue. Hex color #BAC0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0C1 is #453F3E. Grayscale: #BEBEBE. Windows color (decimal): -4538175 or 12697786. OLE color: 12697786.
HSL color Cylindrical-coordinate representation of color #BAC0C1: hue angle of 188.57º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAC0C1 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 192 | 193 | - |
CMYK | 0.04 | 0.01 | 0 | 0.24 |
HSL | 188.57º | 0.05% | 0.74% | - |
HSV(B) | 188.57º | 0.04% | 0.76% | - |
XYZ | 48.72 | 51.99 | 57.92 | - |
YUV | 190.32 | 129.51 | 124.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 192 | 193 | 0.04 | 0.01 | 0 | 0.24 | 188.57 | 0.05 | 0.74 |
Hex | BA | C0 | C1 | 4 | 1 | 0 | 18 | BD | 5 | 4A |
Octal | 272 | 300 | 301 | 4 | 1 | 0 | 30 | 275 | 5 | 112 |
Binary | 10111010 | 11000000 | 11000001 | 100 | 1 | 0 | 11000 | 10111101 | 101 | 1001010 |
Color Harmonies of #BAC0C1
Complementary color
Monochromatic Colors of #BAC0C1
Black with #BAC0C1
Text Example
Text Example
White with #BAC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0C1; }
p { color: rgb(186,192,193); }
H1.HeaderClassName
{
color: #BAC0C1;
}
.AnyTagClassName
{
color: #BAC0C1;
}
</style>
background-color css
<style>
a { background-color: #BAC0C1; }
a { background-color: rgb(186,192,193); }
div.DivClassName
{
background-color: #BAC0C1;
}
.BgClassName
{
background-color: #BAC0C1;
}
</style>
border-color css
<style>
span { border-color: #BAC0C1; }
span { border-color: rgb(186,192,193); }
td.TdClassName
{
border-color: #BAC0C1;
}
.TagClassName
{
border-color: #BAC0C1;
}
</style>