Shades of Jungle Mist #ADBDBC
Tints of Jungle Mist #ADBDBC
RGB
CMYK
RGB Variations
Color information
#ADBDBC (or 0xADBDBC) is known color: Jungle Mist. HEX triplet: AD, BD and BC. RGB value is (173,189,188). Sum of RGB (Red+Green+Blue) = 173+189+188=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDBC is #524243. Grayscale: #B8B8B8. Windows color (decimal): -5390916 or 12369325. OLE color: 12369325.
HSL color Cylindrical-coordinate representation of color #ADBDBC: hue angle of 176.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBDBC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 188 | - |
| CMYK | 0.08 | 0 | 0.01 | 0.26 |
| HSL | 176.25º | 0.11% | 0.71% | - |
| HSV(B) | 176.25º | 0.08% | 0.74% | - |
| XYZ | 44.51 | 48.91 | 54.67 | - |
| YUV | 184.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 188 | 0.08 | 0 | 0.01 | 0.26 | 176.25 | 0.11 | 0.71 |
| Hex | AD | BD | BC | 8 | 0 | 1 | 1A | B0 | B | 47 |
| Octal | 255 | 275 | 274 | 10 | 0 | 1 | 32 | 260 | 13 | 107 |
| Binary | 10101101 | 10111101 | 10111100 | 1000 | 0 | 1 | 11010 | 10110000 | 1011 | 1000111 |
Color Harmonies of #ADBDBC
Complementary color
Monochromatic Colors of #ADBDBC
Black with #ADBDBC
Text Example
Text Example
White with #ADBDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDBC; }
p { color: rgb(173,189,188); }
H1.HeaderClassName
{
color: #ADBDBC;
}
.AnyTagClassName
{
color: #ADBDBC;
}
</style>
background-color css
<style>
a { background-color: #ADBDBC; }
a { background-color: rgb(173,189,188); }
div.DivClassName
{
background-color: #ADBDBC;
}
.BgClassName
{
background-color: #ADBDBC;
}
</style>
border-color css
<style>
span { border-color: #ADBDBC; }
span { border-color: rgb(173,189,188); }
td.TdClassName
{
border-color: #ADBDBC;
}
.TagClassName
{
border-color: #ADBDBC;
}
</style>