Shades of Jungle Mist #BACAC9
Tints of Jungle Mist #BACAC9
RGB
CMYK
RGB Variations
Color information
#BACAC9 (or 0xBACAC9) is known color: Jungle Mist. HEX triplet: BA, CA and C9. RGB value is (186,202,201). Sum of RGB (Red+Green+Blue) = 186+202+201=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #BACAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAC9 is #453536. Grayscale: #C5C5C5. Windows color (decimal): -4535607 or 13224634. OLE color: 13224634.
HSL color Cylindrical-coordinate representation of color #BACAC9: hue angle of 176.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BACAC9 is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 201 | - |
| CMYK | 0.08 | 0 | 0.00 | 0.21 |
| HSL | 176.25º | 0.13% | 0.76% | - |
| HSV(B) | 176.25º | 0.08% | 0.79% | - |
| XYZ | 51.91 | 56.9 | 63.5 | - |
| YUV | 197.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 201 | 0.08 | 0 | 0.00 | 0.21 | 176.25 | 0.13 | 0.76 |
| Hex | BA | CA | C9 | 8 | 0 | 0 | 15 | B0 | D | 4C |
| Octal | 272 | 312 | 311 | 10 | 0 | 0 | 25 | 260 | 15 | 114 |
| Binary | 10111010 | 11001010 | 11001001 | 1000 | 0 | 0 | 10101 | 10110000 | 1101 | 1001100 |
Color Harmonies of #BACAC9
Complementary color
Monochromatic Colors of #BACAC9
Black with #BACAC9
Text Example
Text Example
White with #BACAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAC9; }
p { color: rgb(186,202,201); }
H1.HeaderClassName
{
color: #BACAC9;
}
.AnyTagClassName
{
color: #BACAC9;
}
</style>
background-color css
<style>
a { background-color: #BACAC9; }
a { background-color: rgb(186,202,201); }
div.DivClassName
{
background-color: #BACAC9;
}
.BgClassName
{
background-color: #BACAC9;
}
</style>
border-color css
<style>
span { border-color: #BACAC9; }
span { border-color: rgb(186,202,201); }
td.TdClassName
{
border-color: #BACAC9;
}
.TagClassName
{
border-color: #BACAC9;
}
</style>