Shades of Jungle Mist #BAC8CA
Tints of Jungle Mist #BAC8CA
RGB
CMYK
RGB Variations
Color information
#BAC8CA (or 0xBAC8CA) is known color: Jungle Mist. HEX triplet: BA, C8 and CA. RGB value is (186,200,202). Sum of RGB (Red+Green+Blue) = 186+200+202=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAC8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8CA is #453735. Grayscale: #C4C4C4. Windows color (decimal): -4536118 or 13289658. OLE color: 13289658.
HSL color Cylindrical-coordinate representation of color #BAC8CA: hue angle of 187.5º 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 #BAC8CA is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 200 | 202 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.21 |
| HSL | 187.5º | 0.13% | 0.76% | - |
| HSV(B) | 187.5º | 0.08% | 0.79% | - |
| XYZ | 51.56 | 56.01 | 63.97 | - |
| YUV | 196.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 202 | 0.08 | 0.01 | 0 | 0.21 | 187.5 | 0.13 | 0.76 |
| Hex | BA | C8 | CA | 8 | 1 | 0 | 15 | BC | D | 4C |
| Octal | 272 | 310 | 312 | 10 | 1 | 0 | 25 | 274 | 15 | 114 |
| Binary | 10111010 | 11001000 | 11001010 | 1000 | 1 | 0 | 10101 | 10111100 | 1101 | 1001100 |
Color Harmonies of #BAC8CA
Complementary color
Monochromatic Colors of #BAC8CA
Black with #BAC8CA
Text Example
Text Example
White with #BAC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC8CA; }
p { color: rgb(186,200,202); }
H1.HeaderClassName
{
color: #BAC8CA;
}
.AnyTagClassName
{
color: #BAC8CA;
}
</style>
background-color css
<style>
a { background-color: #BAC8CA; }
a { background-color: rgb(186,200,202); }
div.DivClassName
{
background-color: #BAC8CA;
}
.BgClassName
{
background-color: #BAC8CA;
}
</style>
border-color css
<style>
span { border-color: #BAC8CA; }
span { border-color: rgb(186,200,202); }
td.TdClassName
{
border-color: #BAC8CA;
}
.TagClassName
{
border-color: #BAC8CA;
}
</style>