Shades of Jungle Mist #BACECD
Tints of Jungle Mist #BACECD
RGB
CMYK
RGB Variations
Color information
#BACECD (or 0xBACECD) is known color: Jungle Mist. HEX triplet: BA, CE and CD. RGB value is (186,206,205). Sum of RGB (Red+Green+Blue) = 186+206+205=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 206 - color contains mainly: green. Hex color #BACECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACECD is #453132. Grayscale: #C7C7C7. Windows color (decimal): -4534579 or 13487802. OLE color: 13487802.
HSL color Cylindrical-coordinate representation of color #BACECD: hue angle of 177º 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 #BACECD is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 205 | - |
| CMYK | 0.10 | 0 | 0.00 | 0.19 |
| HSL | 177º | 0.17% | 0.77% | - |
| HSV(B) | 177º | 0.1% | 0.81% | - |
| XYZ | 53.34 | 58.99 | 66.33 | - |
| YUV | 199.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 205 | 0.10 | 0 | 0.00 | 0.19 | 177 | 0.17 | 0.77 |
| Hex | BA | CE | CD | A | 0 | 0 | 13 | B1 | 11 | 4D |
| Octal | 272 | 316 | 315 | 12 | 0 | 0 | 23 | 261 | 21 | 115 |
| Binary | 10111010 | 11001110 | 11001101 | 1010 | 0 | 0 | 10011 | 10110001 | 10001 | 1001101 |
Color Harmonies of #BACECD
Complementary color
Monochromatic Colors of #BACECD
Black with #BACECD
Text Example
Text Example
White with #BACECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACECD; }
p { color: rgb(186,206,205); }
H1.HeaderClassName
{
color: #BACECD;
}
.AnyTagClassName
{
color: #BACECD;
}
</style>
background-color css
<style>
a { background-color: #BACECD; }
a { background-color: rgb(186,206,205); }
div.DivClassName
{
background-color: #BACECD;
}
.BgClassName
{
background-color: #BACECD;
}
</style>
border-color css
<style>
span { border-color: #BACECD; }
span { border-color: rgb(186,206,205); }
td.TdClassName
{
border-color: #BACECD;
}
.TagClassName
{
border-color: #BACECD;
}
</style>