Shades of Jungle Mist #ADBDBF
Tints of Jungle Mist #ADBDBF
RGB
CMYK
RGB Variations
Color information
#ADBDBF (or 0xADBDBF) is known color: Jungle Mist. HEX triplet: AD, BD and BF. RGB value is (173,189,191). Sum of RGB (Red+Green+Blue) = 173+189+191=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADBDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDBF is #524240. Grayscale: #B8B8B8. Windows color (decimal): -5390913 or 12565933. OLE color: 12565933.
HSL color Cylindrical-coordinate representation of color #ADBDBF: hue angle of 186.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBDBF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 173 | 189 | 191 | - |
CMYK | 0.09 | 0.01 | 0 | 0.25 |
HSL | 186.67º | 0.12% | 0.71% | - |
HSV(B) | 186.67º | 0.09% | 0.75% | - |
XYZ | 44.84 | 49.04 | 56.39 | - |
YUV | 184.44 | 131.7 | 119.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 191 | 0.09 | 0.01 | 0 | 0.25 | 186.67 | 0.12 | 0.71 |
Hex | AD | BD | BF | 9 | 1 | 0 | 19 | BB | C | 47 |
Octal | 255 | 275 | 277 | 11 | 1 | 0 | 31 | 273 | 14 | 107 |
Binary | 10101101 | 10111101 | 10111111 | 1001 | 1 | 0 | 11001 | 10111011 | 1100 | 1000111 |
Color Harmonies of #ADBDBF
Complementary color
Monochromatic Colors of #ADBDBF
Black with #ADBDBF
Text Example
Text Example
White with #ADBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDBF; }
p { color: rgb(173,189,191); }
H1.HeaderClassName
{
color: #ADBDBF;
}
.AnyTagClassName
{
color: #ADBDBF;
}
</style>
background-color css
<style>
a { background-color: #ADBDBF; }
a { background-color: rgb(173,189,191); }
div.DivClassName
{
background-color: #ADBDBF;
}
.BgClassName
{
background-color: #ADBDBF;
}
</style>
border-color css
<style>
span { border-color: #ADBDBF; }
span { border-color: rgb(173,189,191); }
td.TdClassName
{
border-color: #ADBDBF;
}
.TagClassName
{
border-color: #ADBDBF;
}
</style>