Shades of Perano #AABAE1
Tints of Perano #AABAE1
RGB
CMYK
RGB Variations
Color information
#AABAE1 (or 0xAABAE1) is known color: Perano. HEX triplet: AA, BA and E1. RGB value is (170,186,225). Sum of RGB (Red+Green+Blue) = 170+186+225=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #AABAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAE1 is #55451E. Grayscale: #B9B9B9. Windows color (decimal): -5588255 or 14793386. OLE color: 14793386.
HSL color Cylindrical-coordinate representation of color #AABAE1: hue angle of 222.55º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABAE1 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 186 | 225 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.12 |
| HSL | 222.55º | 0.48% | 0.77% | - |
| HSV(B) | 222.55º | 0.24% | 0.88% | - |
| XYZ | 47.73 | 49.1 | 78.2 | - |
| YUV | 185.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 225 | 0.24 | 0.17 | 0 | 0.12 | 222.55 | 0.48 | 0.77 |
| Hex | AA | BA | E1 | 18 | 11 | 0 | C | DF | 30 | 4D |
| Octal | 252 | 272 | 341 | 30 | 21 | 0 | 14 | 337 | 60 | 115 |
| Binary | 10101010 | 10111010 | 11100001 | 11000 | 10001 | 0 | 1100 | 11011111 | 110000 | 1001101 |
Color Harmonies of #AABAE1
Complementary color
Monochromatic Colors of #AABAE1
Black with #AABAE1
Text Example
Text Example
White with #AABAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAE1; }
p { color: rgb(170,186,225); }
H1.HeaderClassName
{
color: #AABAE1;
}
.AnyTagClassName
{
color: #AABAE1;
}
</style>
background-color css
<style>
a { background-color: #AABAE1; }
a { background-color: rgb(170,186,225); }
div.DivClassName
{
background-color: #AABAE1;
}
.BgClassName
{
background-color: #AABAE1;
}
</style>
border-color css
<style>
span { border-color: #AABAE1; }
span { border-color: rgb(170,186,225); }
td.TdClassName
{
border-color: #AABAE1;
}
.TagClassName
{
border-color: #AABAE1;
}
</style>