Shades of Jungle Mist #A2BFC0
Tints of Jungle Mist #A2BFC0
RGB
CMYK
RGB Variations
Color information
#A2BFC0 (or 0xA2BFC0) is known color: Jungle Mist. HEX triplet: A2, BF and C0. RGB value is (162,191,192). Sum of RGB (Red+Green+Blue) = 162+191+192=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #A2BFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BFC0 is #5D403F. Grayscale: #B6B6B6. Windows color (decimal): -6111296 or 12631970. OLE color: 12631970.
HSL color Cylindrical-coordinate representation of color #A2BFC0: hue angle of 182º 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 #A2BFC0 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 191 | 192 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.25 |
| HSL | 182º | 0.19% | 0.69% | - |
| HSV(B) | 182º | 0.16% | 0.75% | - |
| XYZ | 43.05 | 48.75 | 57.01 | - |
| YUV | 182.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 191 | 192 | 0.16 | 0.01 | 0 | 0.25 | 182 | 0.19 | 0.69 |
| Hex | A2 | BF | C0 | 10 | 1 | 0 | 19 | B6 | 13 | 45 |
| Octal | 242 | 277 | 300 | 20 | 1 | 0 | 31 | 266 | 23 | 105 |
| Binary | 10100010 | 10111111 | 11000000 | 10000 | 1 | 0 | 11001 | 10110110 | 10011 | 1000101 |
Color Harmonies of #A2BFC0
Complementary color
Monochromatic Colors of #A2BFC0
Black with #A2BFC0
Text Example
Text Example
White with #A2BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BFC0; }
p { color: rgb(162,191,192); }
H1.HeaderClassName
{
color: #A2BFC0;
}
.AnyTagClassName
{
color: #A2BFC0;
}
</style>
background-color css
<style>
a { background-color: #A2BFC0; }
a { background-color: rgb(162,191,192); }
div.DivClassName
{
background-color: #A2BFC0;
}
.BgClassName
{
background-color: #A2BFC0;
}
</style>
border-color css
<style>
span { border-color: #A2BFC0; }
span { border-color: rgb(162,191,192); }
td.TdClassName
{
border-color: #A2BFC0;
}
.TagClassName
{
border-color: #A2BFC0;
}
</style>