Shades of Jungle Mist #AABFBD
Tints of Jungle Mist #AABFBD
RGB
CMYK
RGB Variations
Color information
#AABFBD (or 0xAABFBD) is known color: Jungle Mist. HEX triplet: AA, BF and BD. RGB value is (170,191,189). Sum of RGB (Red+Green+Blue) = 170+191+189=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFBD is #554042. Grayscale: #B8B8B8. Windows color (decimal): -5587011 or 12435370. OLE color: 12435370.
HSL color Cylindrical-coordinate representation of color #AABFBD: hue angle of 174.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABFBD is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 189 | - |
| CMYK | 0.11 | 0 | 0.01 | 0.25 |
| HSL | 174.29º | 0.14% | 0.71% | - |
| HSV(B) | 174.29º | 0.11% | 0.75% | - |
| XYZ | 44.39 | 49.48 | 55.36 | - |
| YUV | 184.49 | 130.54 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 189 | 0.11 | 0 | 0.01 | 0.25 | 174.29 | 0.14 | 0.71 |
| Hex | AA | BF | BD | B | 0 | 1 | 19 | AE | E | 47 |
| Octal | 252 | 277 | 275 | 13 | 0 | 1 | 31 | 256 | 16 | 107 |
| Binary | 10101010 | 10111111 | 10111101 | 1011 | 0 | 1 | 11001 | 10101110 | 1110 | 1000111 |
Color Harmonies of #AABFBD
Complementary color
Monochromatic Colors of #AABFBD
Black with #AABFBD
Text Example
Text Example
White with #AABFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFBD; }
p { color: rgb(170,191,189); }
H1.HeaderClassName
{
color: #AABFBD;
}
.AnyTagClassName
{
color: #AABFBD;
}
</style>
background-color css
<style>
a { background-color: #AABFBD; }
a { background-color: rgb(170,191,189); }
div.DivClassName
{
background-color: #AABFBD;
}
.BgClassName
{
background-color: #AABFBD;
}
</style>
border-color css
<style>
span { border-color: #AABFBD; }
span { border-color: rgb(170,191,189); }
td.TdClassName
{
border-color: #AABFBD;
}
.TagClassName
{
border-color: #AABFBD;
}
</style>