Shades of Jungle Mist #BACBC9
Tints of Jungle Mist #BACBC9
RGB
CMYK
RGB Variations
Color information
#BACBC9 (or 0xBACBC9) is known color: Jungle Mist. HEX triplet: BA, CB and C9. RGB value is (186,203,201). Sum of RGB (Red+Green+Blue) = 186+203+201=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBC9 is #453436. Grayscale: #C5C5C5. Windows color (decimal): -4535351 or 13224890. OLE color: 13224890.
HSL color Cylindrical-coordinate representation of color #BACBC9: hue angle of 172.94º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACBC9 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 201 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.20 |
| HSL | 172.94º | 0.14% | 0.76% | - |
| HSV(B) | 172.94º | 0.08% | 0.8% | - |
| XYZ | 52.15 | 57.37 | 63.58 | - |
| YUV | 197.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 201 | 0.08 | 0 | 0.01 | 0.20 | 172.94 | 0.14 | 0.76 |
| Hex | BA | CB | C9 | 8 | 0 | 1 | 14 | AD | E | 4C |
| Octal | 272 | 313 | 311 | 10 | 0 | 1 | 24 | 255 | 16 | 114 |
| Binary | 10111010 | 11001011 | 11001001 | 1000 | 0 | 1 | 10100 | 10101101 | 1110 | 1001100 |
Color Harmonies of #BACBC9
Complementary color
Monochromatic Colors of #BACBC9
Black with #BACBC9
Text Example
Text Example
White with #BACBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBC9; }
p { color: rgb(186,203,201); }
H1.HeaderClassName
{
color: #BACBC9;
}
.AnyTagClassName
{
color: #BACBC9;
}
</style>
background-color css
<style>
a { background-color: #BACBC9; }
a { background-color: rgb(186,203,201); }
div.DivClassName
{
background-color: #BACBC9;
}
.BgClassName
{
background-color: #BACBC9;
}
</style>
border-color css
<style>
span { border-color: #BACBC9; }
span { border-color: rgb(186,203,201); }
td.TdClassName
{
border-color: #BACBC9;
}
.TagClassName
{
border-color: #BACBC9;
}
</style>