Shades of Jungle Mist #ADBDBE
Tints of Jungle Mist #ADBDBE
RGB
CMYK
RGB Variations
Color information
#ADBDBE (or 0xADBDBE) is known color: Jungle Mist. HEX triplet: AD, BD and BE. RGB value is (173,189,190). Sum of RGB (Red+Green+Blue) = 173+189+190=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADBDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDBE is #524241. Grayscale: #B8B8B8. Windows color (decimal): -5390914 or 12500397. OLE color: 12500397.
HSL color Cylindrical-coordinate representation of color #ADBDBE: hue angle of 183.53º 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 #ADBDBE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 173 | 189 | 190 | - |
CMYK | 0.09 | 0.01 | 0 | 0.25 |
HSL | 183.53º | 0.12% | 0.71% | - |
HSV(B) | 183.53º | 0.09% | 0.75% | - |
XYZ | 44.73 | 49 | 55.82 | - |
YUV | 184.33 | 131.2 | 119.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 189 | 190 | 0.09 | 0.01 | 0 | 0.25 | 183.53 | 0.12 | 0.71 |
Hex | AD | BD | BE | 9 | 1 | 0 | 19 | B8 | C | 47 |
Octal | 255 | 275 | 276 | 11 | 1 | 0 | 31 | 270 | 14 | 107 |
Binary | 10101101 | 10111101 | 10111110 | 1001 | 1 | 0 | 11001 | 10111000 | 1100 | 1000111 |
Color Harmonies of #ADBDBE
Complementary color
Monochromatic Colors of #ADBDBE
Black with #ADBDBE
Text Example
Text Example
White with #ADBDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDBE; }
p { color: rgb(173,189,190); }
H1.HeaderClassName
{
color: #ADBDBE;
}
.AnyTagClassName
{
color: #ADBDBE;
}
</style>
background-color css
<style>
a { background-color: #ADBDBE; }
a { background-color: rgb(173,189,190); }
div.DivClassName
{
background-color: #ADBDBE;
}
.BgClassName
{
background-color: #ADBDBE;
}
</style>
border-color css
<style>
span { border-color: #ADBDBE; }
span { border-color: rgb(173,189,190); }
td.TdClassName
{
border-color: #ADBDBE;
}
.TagClassName
{
border-color: #ADBDBE;
}
</style>