Shades of Jungle Mist #ADBCBD
Tints of Jungle Mist #ADBCBD
RGB
CMYK
RGB Variations
Color information
#ADBCBD (or 0xADBCBD) is known color: Jungle Mist. HEX triplet: AD, BC and BD. RGB value is (173,188,189). Sum of RGB (Red+Green+Blue) = 173+188+189=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 189 - color contains mainly: blue. Hex color #ADBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCBD is #524342. Grayscale: #B7B7B7. Windows color (decimal): -5391171 or 12434605. OLE color: 12434605.
HSL color Cylindrical-coordinate representation of color #ADBCBD: hue angle of 183.75º 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 #ADBCBD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 189 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.26 |
| HSL | 183.75º | 0.11% | 0.71% | - |
| HSV(B) | 183.75º | 0.08% | 0.74% | - |
| XYZ | 44.4 | 48.52 | 55.17 | - |
| YUV | 183.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 189 | 0.08 | 0.01 | 0 | 0.26 | 183.75 | 0.11 | 0.71 |
| Hex | AD | BC | BD | 8 | 1 | 0 | 1A | B8 | B | 47 |
| Octal | 255 | 274 | 275 | 10 | 1 | 0 | 32 | 270 | 13 | 107 |
| Binary | 10101101 | 10111100 | 10111101 | 1000 | 1 | 0 | 11010 | 10111000 | 1011 | 1000111 |
Color Harmonies of #ADBCBD
Complementary color
Monochromatic Colors of #ADBCBD
Black with #ADBCBD
Text Example
Text Example
White with #ADBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCBD; }
p { color: rgb(173,188,189); }
H1.HeaderClassName
{
color: #ADBCBD;
}
.AnyTagClassName
{
color: #ADBCBD;
}
</style>
background-color css
<style>
a { background-color: #ADBCBD; }
a { background-color: rgb(173,188,189); }
div.DivClassName
{
background-color: #ADBCBD;
}
.BgClassName
{
background-color: #ADBCBD;
}
</style>
border-color css
<style>
span { border-color: #ADBCBD; }
span { border-color: rgb(173,188,189); }
td.TdClassName
{
border-color: #ADBCBD;
}
.TagClassName
{
border-color: #ADBCBD;
}
</style>