Shades of Jungle Mist #BAC0BF
Tints of Jungle Mist #BAC0BF
RGB
CMYK
RGB Variations
Color information
#BAC0BF (or 0xBAC0BF) is known color: Jungle Mist. HEX triplet: BA, C0 and BF. RGB value is (186,192,191). Sum of RGB (Red+Green+Blue) = 186+192+191=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0BF is #453F40. Grayscale: #BEBEBE. Windows color (decimal): -4538177 or 12566714. OLE color: 12566714.
HSL color Cylindrical-coordinate representation of color #BAC0BF: hue angle of 170º 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 #BAC0BF is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 191 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.25 |
| HSL | 170º | 0.05% | 0.74% | - |
| HSV(B) | 170º | 0.03% | 0.75% | - |
| XYZ | 48.5 | 51.9 | 56.75 | - |
| YUV | 190.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 191 | 0.03 | 0 | 0.01 | 0.25 | 170 | 0.05 | 0.74 |
| Hex | BA | C0 | BF | 3 | 0 | 1 | 19 | AA | 5 | 4A |
| Octal | 272 | 300 | 277 | 3 | 0 | 1 | 31 | 252 | 5 | 112 |
| Binary | 10111010 | 11000000 | 10111111 | 11 | 0 | 1 | 11001 | 10101010 | 101 | 1001010 |
Color Harmonies of #BAC0BF
Complementary color
Monochromatic Colors of #BAC0BF
Black with #BAC0BF
Text Example
Text Example
White with #BAC0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC0BF; }
p { color: rgb(186,192,191); }
H1.HeaderClassName
{
color: #BAC0BF;
}
.AnyTagClassName
{
color: #BAC0BF;
}
</style>
background-color css
<style>
a { background-color: #BAC0BF; }
a { background-color: rgb(186,192,191); }
div.DivClassName
{
background-color: #BAC0BF;
}
.BgClassName
{
background-color: #BAC0BF;
}
</style>
border-color css
<style>
span { border-color: #BAC0BF; }
span { border-color: rgb(186,192,191); }
td.TdClassName
{
border-color: #BAC0BF;
}
.TagClassName
{
border-color: #BAC0BF;
}
</style>