Shades of Jungle Mist #AABEBF
Tints of Jungle Mist #AABEBF
RGB
CMYK
RGB Variations
Color information
#AABEBF (or 0xAABEBF) is known color: Jungle Mist. HEX triplet: AA, BE and BF. RGB value is (170,190,191). Sum of RGB (Red+Green+Blue) = 170+190+191=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 191 - color contains mainly: blue. Hex color #AABEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEBF is #554140. Grayscale: #B8B8B8. Windows color (decimal): -5587265 or 12566186. OLE color: 12566186.
HSL color Cylindrical-coordinate representation of color #AABEBF: hue angle of 182.86º 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 #AABEBF is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 191 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.25 |
| HSL | 182.86º | 0.14% | 0.71% | - |
| HSV(B) | 182.86º | 0.11% | 0.75% | - |
| XYZ | 44.39 | 49.13 | 56.43 | - |
| YUV | 184.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 191 | 0.11 | 0.01 | 0 | 0.25 | 182.86 | 0.14 | 0.71 |
| Hex | AA | BE | BF | B | 1 | 0 | 19 | B7 | E | 47 |
| Octal | 252 | 276 | 277 | 13 | 1 | 0 | 31 | 267 | 16 | 107 |
| Binary | 10101010 | 10111110 | 10111111 | 1011 | 1 | 0 | 11001 | 10110111 | 1110 | 1000111 |
Color Harmonies of #AABEBF
Complementary color
Monochromatic Colors of #AABEBF
Black with #AABEBF
Text Example
Text Example
White with #AABEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEBF; }
p { color: rgb(170,190,191); }
H1.HeaderClassName
{
color: #AABEBF;
}
.AnyTagClassName
{
color: #AABEBF;
}
</style>
background-color css
<style>
a { background-color: #AABEBF; }
a { background-color: rgb(170,190,191); }
div.DivClassName
{
background-color: #AABEBF;
}
.BgClassName
{
background-color: #AABEBF;
}
</style>
border-color css
<style>
span { border-color: #AABEBF; }
span { border-color: rgb(170,190,191); }
td.TdClassName
{
border-color: #AABEBF;
}
.TagClassName
{
border-color: #AABEBF;
}
</style>