Shades of Jungle Mist #BAC9CC
Tints of Jungle Mist #BAC9CC
RGB
CMYK
RGB Variations
Color information
#BAC9CC (or 0xBAC9CC) is known color: Jungle Mist. HEX triplet: BA, C9 and CC. RGB value is (186,201,204). Sum of RGB (Red+Green+Blue) = 186+201+204=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAC9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9CC is #453633. Grayscale: #C4C4C4. Windows color (decimal): -4535860 or 13420986. OLE color: 13420986.
HSL color Cylindrical-coordinate representation of color #BAC9CC: hue angle of 190º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC9CC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 201 | 204 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.2 |
| HSL | 190º | 0.15% | 0.76% | - |
| HSV(B) | 190º | 0.09% | 0.8% | - |
| XYZ | 52.04 | 56.57 | 65.3 | - |
| YUV | 196.86 | 132.03 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 204 | 0.09 | 0.01 | 0 | 0.2 | 190 | 0.15 | 0.76 |
| Hex | BA | C9 | CC | 9 | 1 | 0 | 14 | BE | F | 4C |
| Octal | 272 | 311 | 314 | 11 | 1 | 0 | 24 | 276 | 17 | 114 |
| Binary | 10111010 | 11001001 | 11001100 | 1001 | 1 | 0 | 10100 | 10111110 | 1111 | 1001100 |
Color Harmonies of #BAC9CC
Complementary color
Monochromatic Colors of #BAC9CC
Black with #BAC9CC
Text Example
Text Example
White with #BAC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9CC; }
p { color: rgb(186,201,204); }
H1.HeaderClassName
{
color: #BAC9CC;
}
.AnyTagClassName
{
color: #BAC9CC;
}
</style>
background-color css
<style>
a { background-color: #BAC9CC; }
a { background-color: rgb(186,201,204); }
div.DivClassName
{
background-color: #BAC9CC;
}
.BgClassName
{
background-color: #BAC9CC;
}
</style>
border-color css
<style>
span { border-color: #BAC9CC; }
span { border-color: rgb(186,201,204); }
td.TdClassName
{
border-color: #BAC9CC;
}
.TagClassName
{
border-color: #BAC9CC;
}
</style>