Shades of Jungle Mist #A2BBBB
Tints of Jungle Mist #A2BBBB
RGB
CMYK
RGB Variations
Color information
#A2BBBB (or 0xA2BBBB) is known color: Jungle Mist. HEX triplet: A2, BB and BB. RGB value is (162,187,187). Sum of RGB (Red+Green+Blue) = 162+187+187=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #A2BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BBBB is #5D4444. Grayscale: #B3B3B3. Windows color (decimal): -6112325 or 12303266. OLE color: 12303266.
HSL color Cylindrical-coordinate representation of color #A2BBBB: hue angle of 180º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BBBB is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 187 | - |
| CMYK | 0.13 | 0 | 0 | 0.27 |
| HSL | 180º | 0.16% | 0.68% | - |
| HSV(B) | 180º | 0.13% | 0.73% | - |
| XYZ | 41.64 | 46.81 | 53.85 | - |
| YUV | 179.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 187 | 0.13 | 0 | 0 | 0.27 | 180 | 0.16 | 0.68 |
| Hex | A2 | BB | BB | D | 0 | 0 | 1B | B4 | 10 | 44 |
| Octal | 242 | 273 | 273 | 15 | 0 | 0 | 33 | 264 | 20 | 104 |
| Binary | 10100010 | 10111011 | 10111011 | 1101 | 0 | 0 | 11011 | 10110100 | 10000 | 1000100 |
Color Harmonies of #A2BBBB
Complementary color
Monochromatic Colors of #A2BBBB
Black with #A2BBBB
Text Example
Text Example
White with #A2BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BBBB; }
p { color: rgb(162,187,187); }
H1.HeaderClassName
{
color: #A2BBBB;
}
.AnyTagClassName
{
color: #A2BBBB;
}
</style>
background-color css
<style>
a { background-color: #A2BBBB; }
a { background-color: rgb(162,187,187); }
div.DivClassName
{
background-color: #A2BBBB;
}
.BgClassName
{
background-color: #A2BBBB;
}
</style>
border-color css
<style>
span { border-color: #A2BBBB; }
span { border-color: rgb(162,187,187); }
td.TdClassName
{
border-color: #A2BBBB;
}
.TagClassName
{
border-color: #A2BBBB;
}
</style>