Shades of Jungle Mist #BAC0C0
Tints of Jungle Mist #BAC0C0
RGB
CMYK
RGB Variations
Color information
#BAC0C0 (or 0xBAC0C0) is known color: Jungle Mist. HEX triplet: BA, C0 and C0. RGB value is (186,192,192). Sum of RGB (Red+Green+Blue) = 186+192+192=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #BAC0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0C0 is #453F3F. Grayscale: #BEBEBE. Windows color (decimal): -4538176 or 12632250. OLE color: 12632250.
HSL color Cylindrical-coordinate representation of color #BAC0C0: hue angle of 180º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BAC0C0 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 192 | - |
| CMYK | 0.03 | 0 | 0 | 0.25 |
| HSL | 180º | 0.05% | 0.74% | - |
| HSV(B) | 180º | 0.03% | 0.75% | - |
| XYZ | 48.61 | 51.94 | 57.33 | - |
| YUV | 190.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 192 | 0.03 | 0 | 0 | 0.25 | 180 | 0.05 | 0.74 |
| Hex | BA | C0 | C0 | 3 | 0 | 0 | 19 | B4 | 5 | 4A |
| Octal | 272 | 300 | 300 | 3 | 0 | 0 | 31 | 264 | 5 | 112 |
| Binary | 10111010 | 11000000 | 11000000 | 11 | 0 | 0 | 11001 | 10110100 | 101 | 1001010 |
Color Harmonies of #BAC0C0
Complementary color
Monochromatic Colors of #BAC0C0
Black with #BAC0C0
Text Example
Text Example
White with #BAC0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0C0; }
p { color: rgb(186,192,192); }
H1.HeaderClassName
{
color: #BAC0C0;
}
.AnyTagClassName
{
color: #BAC0C0;
}
</style>
background-color css
<style>
a { background-color: #BAC0C0; }
a { background-color: rgb(186,192,192); }
div.DivClassName
{
background-color: #BAC0C0;
}
.BgClassName
{
background-color: #BAC0C0;
}
</style>
border-color css
<style>
span { border-color: #BAC0C0; }
span { border-color: rgb(186,192,192); }
td.TdClassName
{
border-color: #BAC0C0;
}
.TagClassName
{
border-color: #BAC0C0;
}
</style>