Shades of Jungle Mist #AABFC1
Tints of Jungle Mist #AABFC1
RGB
CMYK
RGB Variations
Color information
#AABFC1 (or 0xAABFC1) is known color: Jungle Mist. HEX triplet: AA, BF and C1. RGB value is (170,191,193). Sum of RGB (Red+Green+Blue) = 170+191+193=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #AABFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFC1 is #55403E. Grayscale: #B8B8B8. Windows color (decimal): -5587007 or 12697514. OLE color: 12697514.
HSL color Cylindrical-coordinate representation of color #AABFC1: hue angle of 185.22º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABFC1 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 191 | 193 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.24 |
| HSL | 185.22º | 0.16% | 0.71% | - |
| HSV(B) | 185.22º | 0.12% | 0.76% | - |
| XYZ | 44.83 | 49.66 | 57.67 | - |
| YUV | 184.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 193 | 0.12 | 0.01 | 0 | 0.24 | 185.22 | 0.16 | 0.71 |
| Hex | AA | BF | C1 | C | 1 | 0 | 18 | B9 | 10 | 47 |
| Octal | 252 | 277 | 301 | 14 | 1 | 0 | 30 | 271 | 20 | 107 |
| Binary | 10101010 | 10111111 | 11000001 | 1100 | 1 | 0 | 11000 | 10111001 | 10000 | 1000111 |
Color Harmonies of #AABFC1
Complementary color
Monochromatic Colors of #AABFC1
Black with #AABFC1
Text Example
Text Example
White with #AABFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFC1; }
p { color: rgb(170,191,193); }
H1.HeaderClassName
{
color: #AABFC1;
}
.AnyTagClassName
{
color: #AABFC1;
}
</style>
background-color css
<style>
a { background-color: #AABFC1; }
a { background-color: rgb(170,191,193); }
div.DivClassName
{
background-color: #AABFC1;
}
.BgClassName
{
background-color: #AABFC1;
}
</style>
border-color css
<style>
span { border-color: #AABFC1; }
span { border-color: rgb(170,191,193); }
td.TdClassName
{
border-color: #AABFC1;
}
.TagClassName
{
border-color: #AABFC1;
}
</style>