Shades of Jungle Mist #BAC7CA
Tints of Jungle Mist #BAC7CA
RGB
CMYK
RGB Variations
Color information
#BAC7CA (or 0xBAC7CA) is known color: Jungle Mist. HEX triplet: BA, C7 and CA. RGB value is (186,199,202). Sum of RGB (Red+Green+Blue) = 186+199+202=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC7CA is #453835. Grayscale: #C3C3C3. Windows color (decimal): -4536374 or 13289402. OLE color: 13289402.
HSL color Cylindrical-coordinate representation of color #BAC7CA: hue angle of 191.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 #BAC7CA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 199 | 202 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.21 |
| HSL | 191.25º | 0.13% | 0.76% | - |
| HSV(B) | 191.25º | 0.08% | 0.79% | - |
| XYZ | 51.33 | 55.55 | 63.89 | - |
| YUV | 195.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 202 | 0.08 | 0.01 | 0 | 0.21 | 191.25 | 0.13 | 0.76 |
| Hex | BA | C7 | CA | 8 | 1 | 0 | 15 | BF | D | 4C |
| Octal | 272 | 307 | 312 | 10 | 1 | 0 | 25 | 277 | 15 | 114 |
| Binary | 10111010 | 11000111 | 11001010 | 1000 | 1 | 0 | 10101 | 10111111 | 1101 | 1001100 |
Color Harmonies of #BAC7CA
Complementary color
Monochromatic Colors of #BAC7CA
Black with #BAC7CA
Text Example
Text Example
White with #BAC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC7CA; }
p { color: rgb(186,199,202); }
H1.HeaderClassName
{
color: #BAC7CA;
}
.AnyTagClassName
{
color: #BAC7CA;
}
</style>
background-color css
<style>
a { background-color: #BAC7CA; }
a { background-color: rgb(186,199,202); }
div.DivClassName
{
background-color: #BAC7CA;
}
.BgClassName
{
background-color: #BAC7CA;
}
</style>
border-color css
<style>
span { border-color: #BAC7CA; }
span { border-color: rgb(186,199,202); }
td.TdClassName
{
border-color: #BAC7CA;
}
.TagClassName
{
border-color: #BAC7CA;
}
</style>