Shades of Jungle Mist #A2BEC0
Tints of Jungle Mist #A2BEC0
RGB
CMYK
RGB Variations
Color information
#A2BEC0 (or 0xA2BEC0) is known color: Jungle Mist. HEX triplet: A2, BE and C0. RGB value is (162,190,192). Sum of RGB (Red+Green+Blue) = 162+190+192=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #A2BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BEC0 is #5D413F. Grayscale: #B5B5B5. Windows color (decimal): -6111552 or 12631714. OLE color: 12631714.
HSL color Cylindrical-coordinate representation of color #A2BEC0: hue angle of 184º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2BEC0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 192 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.25 |
| HSL | 184º | 0.19% | 0.69% | - |
| HSV(B) | 184º | 0.16% | 0.75% | - |
| XYZ | 42.83 | 48.31 | 56.94 | - |
| YUV | 181.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 192 | 0.16 | 0.01 | 0 | 0.25 | 184 | 0.19 | 0.69 |
| Hex | A2 | BE | C0 | 10 | 1 | 0 | 19 | B8 | 13 | 45 |
| Octal | 242 | 276 | 300 | 20 | 1 | 0 | 31 | 270 | 23 | 105 |
| Binary | 10100010 | 10111110 | 11000000 | 10000 | 1 | 0 | 11001 | 10111000 | 10011 | 1000101 |
Color Harmonies of #A2BEC0
Complementary color
Monochromatic Colors of #A2BEC0
Black with #A2BEC0
Text Example
Text Example
White with #A2BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BEC0; }
p { color: rgb(162,190,192); }
H1.HeaderClassName
{
color: #A2BEC0;
}
.AnyTagClassName
{
color: #A2BEC0;
}
</style>
background-color css
<style>
a { background-color: #A2BEC0; }
a { background-color: rgb(162,190,192); }
div.DivClassName
{
background-color: #A2BEC0;
}
.BgClassName
{
background-color: #A2BEC0;
}
</style>
border-color css
<style>
span { border-color: #A2BEC0; }
span { border-color: rgb(162,190,192); }
td.TdClassName
{
border-color: #A2BEC0;
}
.TagClassName
{
border-color: #A2BEC0;
}
</style>