Shades of Jungle Mist #AABDBE
Tints of Jungle Mist #AABDBE
RGB
CMYK
RGB Variations
Color information
#AABDBE (or 0xAABDBE) is known color: Jungle Mist. HEX triplet: AA, BD and BE. RGB value is (170,189,190). Sum of RGB (Red+Green+Blue) = 170+189+190=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #AABDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDBE is #554241. Grayscale: #B7B7B7. Windows color (decimal): -5587522 or 12500394. OLE color: 12500394.
HSL color Cylindrical-coordinate representation of color #AABDBE: hue angle of 183º degrees, saturation: 0.13, 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 #AABDBE is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 189 | 190 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.25 |
| HSL | 183º | 0.13% | 0.71% | - |
| HSV(B) | 183º | 0.11% | 0.75% | - |
| XYZ | 44.07 | 48.66 | 55.78 | - |
| YUV | 183.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 190 | 0.11 | 0.01 | 0 | 0.25 | 183 | 0.13 | 0.71 |
| Hex | AA | BD | BE | B | 1 | 0 | 19 | B7 | D | 47 |
| Octal | 252 | 275 | 276 | 13 | 1 | 0 | 31 | 267 | 15 | 107 |
| Binary | 10101010 | 10111101 | 10111110 | 1011 | 1 | 0 | 11001 | 10110111 | 1101 | 1000111 |
Color Harmonies of #AABDBE
Complementary color
Monochromatic Colors of #AABDBE
Black with #AABDBE
Text Example
Text Example
White with #AABDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDBE; }
p { color: rgb(170,189,190); }
H1.HeaderClassName
{
color: #AABDBE;
}
.AnyTagClassName
{
color: #AABDBE;
}
</style>
background-color css
<style>
a { background-color: #AABDBE; }
a { background-color: rgb(170,189,190); }
div.DivClassName
{
background-color: #AABDBE;
}
.BgClassName
{
background-color: #AABDBE;
}
</style>
border-color css
<style>
span { border-color: #AABDBE; }
span { border-color: rgb(170,189,190); }
td.TdClassName
{
border-color: #AABDBE;
}
.TagClassName
{
border-color: #AABDBE;
}
</style>