Shades of Jungle Mist #ADBFC1
Tints of Jungle Mist #ADBFC1
RGB
CMYK
RGB Variations
Color information
#ADBFC1 (or 0xADBFC1) is known color: Jungle Mist. HEX triplet: AD, BF and C1. RGB value is (173,191,193). Sum of RGB (Red+Green+Blue) = 173+191+193=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADBFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFC1 is #52403E. Grayscale: #B9B9B9. Windows color (decimal): -5390399 or 12697517. OLE color: 12697517.
HSL color Cylindrical-coordinate representation of color #ADBFC1: hue angle of 186º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBFC1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 191 | 193 | - |
| CMYK | 0.10 | 0.01 | 0 | 0.24 |
| HSL | 186º | 0.14% | 0.72% | - |
| HSV(B) | 186º | 0.1% | 0.76% | - |
| XYZ | 45.49 | 50 | 57.7 | - |
| YUV | 185.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 193 | 0.10 | 0.01 | 0 | 0.24 | 186 | 0.14 | 0.72 |
| Hex | AD | BF | C1 | A | 1 | 0 | 18 | BA | E | 48 |
| Octal | 255 | 277 | 301 | 12 | 1 | 0 | 30 | 272 | 16 | 110 |
| Binary | 10101101 | 10111111 | 11000001 | 1010 | 1 | 0 | 11000 | 10111010 | 1110 | 1001000 |
Color Harmonies of #ADBFC1
Complementary color
Monochromatic Colors of #ADBFC1
Black with #ADBFC1
Text Example
Text Example
White with #ADBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFC1; }
p { color: rgb(173,191,193); }
H1.HeaderClassName
{
color: #ADBFC1;
}
.AnyTagClassName
{
color: #ADBFC1;
}
</style>
background-color css
<style>
a { background-color: #ADBFC1; }
a { background-color: rgb(173,191,193); }
div.DivClassName
{
background-color: #ADBFC1;
}
.BgClassName
{
background-color: #ADBFC1;
}
</style>
border-color css
<style>
span { border-color: #ADBFC1; }
span { border-color: rgb(173,191,193); }
td.TdClassName
{
border-color: #ADBFC1;
}
.TagClassName
{
border-color: #ADBFC1;
}
</style>