Shades of Jungle Mist #ADBBBA
Tints of Jungle Mist #ADBBBA
RGB
CMYK
RGB Variations
Color information
#ADBBBA (or 0xADBBBA) is known color: Jungle Mist. HEX triplet: AD, BB and BA. RGB value is (173,187,186). Sum of RGB (Red+Green+Blue) = 173+187+186=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBBA is #524445. Grayscale: #B6B6B6. Windows color (decimal): -5391430 or 12237741. OLE color: 12237741.
HSL color Cylindrical-coordinate representation of color #ADBBBA: hue angle of 175.71º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBBBA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 186 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.27 |
| HSL | 175.71º | 0.09% | 0.71% | - |
| HSV(B) | 175.71º | 0.07% | 0.73% | - |
| XYZ | 43.87 | 47.97 | 53.4 | - |
| YUV | 182.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 186 | 0.07 | 0 | 0.01 | 0.27 | 175.71 | 0.09 | 0.71 |
| Hex | AD | BB | BA | 7 | 0 | 1 | 1B | B0 | 9 | 47 |
| Octal | 255 | 273 | 272 | 7 | 0 | 1 | 33 | 260 | 11 | 107 |
| Binary | 10101101 | 10111011 | 10111010 | 111 | 0 | 1 | 11011 | 10110000 | 1001 | 1000111 |
Color Harmonies of #ADBBBA
Complementary color
Monochromatic Colors of #ADBBBA
Black with #ADBBBA
Text Example
Text Example
White with #ADBBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBBA; }
p { color: rgb(173,187,186); }
H1.HeaderClassName
{
color: #ADBBBA;
}
.AnyTagClassName
{
color: #ADBBBA;
}
</style>
background-color css
<style>
a { background-color: #ADBBBA; }
a { background-color: rgb(173,187,186); }
div.DivClassName
{
background-color: #ADBBBA;
}
.BgClassName
{
background-color: #ADBBBA;
}
</style>
border-color css
<style>
span { border-color: #ADBBBA; }
span { border-color: rgb(173,187,186); }
td.TdClassName
{
border-color: #ADBBBA;
}
.TagClassName
{
border-color: #ADBBBA;
}
</style>