Shades of Jungle Mist #BACCCE
Tints of Jungle Mist #BACCCE
RGB
CMYK
RGB Variations
Color information
#BACCCE (or 0xBACCCE) is known color: Jungle Mist. HEX triplet: BA, CC and CE. RGB value is (186,204,206). Sum of RGB (Red+Green+Blue) = 186+204+206=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #BACCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCCE is #453331. Grayscale: #C6C6C6. Windows color (decimal): -4535090 or 13552826. OLE color: 13552826.
HSL color Cylindrical-coordinate representation of color #BACCCE: hue angle of 186º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACCCE is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 204 | 206 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.19 |
| HSL | 186º | 0.17% | 0.77% | - |
| HSV(B) | 186º | 0.1% | 0.81% | - |
| XYZ | 52.98 | 58.08 | 66.81 | - |
| YUV | 198.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 206 | 0.10 | 0.01 | 0 | 0.19 | 186 | 0.17 | 0.77 |
| Hex | BA | CC | CE | A | 1 | 0 | 13 | BA | 11 | 4D |
| Octal | 272 | 314 | 316 | 12 | 1 | 0 | 23 | 272 | 21 | 115 |
| Binary | 10111010 | 11001100 | 11001110 | 1010 | 1 | 0 | 10011 | 10111010 | 10001 | 1001101 |
Color Harmonies of #BACCCE
Complementary color
Monochromatic Colors of #BACCCE
Black with #BACCCE
Text Example
Text Example
White with #BACCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCCE; }
p { color: rgb(186,204,206); }
H1.HeaderClassName
{
color: #BACCCE;
}
.AnyTagClassName
{
color: #BACCCE;
}
</style>
background-color css
<style>
a { background-color: #BACCCE; }
a { background-color: rgb(186,204,206); }
div.DivClassName
{
background-color: #BACCCE;
}
.BgClassName
{
background-color: #BACCCE;
}
</style>
border-color css
<style>
span { border-color: #BACCCE; }
span { border-color: rgb(186,204,206); }
td.TdClassName
{
border-color: #BACCCE;
}
.TagClassName
{
border-color: #BACCCE;
}
</style>