Shades of Perano #AAB0E1
Tints of Perano #AAB0E1
RGB
CMYK
RGB Variations
Color information
#AAB0E1 (or 0xAAB0E1) is known color: Perano. HEX triplet: AA, B0 and E1. RGB value is (170,176,225). Sum of RGB (Red+Green+Blue) = 170+176+225=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAB0E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0E1 is #554F1E. Grayscale: #B3B3B3. Windows color (decimal): -5590815 or 14790826. OLE color: 14790826.
HSL color Cylindrical-coordinate representation of color #AAB0E1: hue angle of 233.45º 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 #AAB0E1 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 176 | 225 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.12 |
| HSL | 233.45º | 0.48% | 0.77% | - |
| HSV(B) | 233.45º | 0.24% | 0.88% | - |
| XYZ | 45.69 | 45.03 | 77.52 | - |
| YUV | 179.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 225 | 0.24 | 0.22 | 0 | 0.12 | 233.45 | 0.48 | 0.77 |
| Hex | AA | B0 | E1 | 18 | 16 | 0 | C | E9 | 30 | 4D |
| Octal | 252 | 260 | 341 | 30 | 26 | 0 | 14 | 351 | 60 | 115 |
| Binary | 10101010 | 10110000 | 11100001 | 11000 | 10110 | 0 | 1100 | 11101001 | 110000 | 1001101 |
Color Harmonies of #AAB0E1
Complementary color
Monochromatic Colors of #AAB0E1
Black with #AAB0E1
Text Example
Text Example
White with #AAB0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0E1; }
p { color: rgb(170,176,225); }
H1.HeaderClassName
{
color: #AAB0E1;
}
.AnyTagClassName
{
color: #AAB0E1;
}
</style>
background-color css
<style>
a { background-color: #AAB0E1; }
a { background-color: rgb(170,176,225); }
div.DivClassName
{
background-color: #AAB0E1;
}
.BgClassName
{
background-color: #AAB0E1;
}
</style>
border-color css
<style>
span { border-color: #AAB0E1; }
span { border-color: rgb(170,176,225); }
td.TdClassName
{
border-color: #AAB0E1;
}
.TagClassName
{
border-color: #AAB0E1;
}
</style>