Shades of Perano #AAB3E1
Tints of Perano #AAB3E1
RGB
CMYK
RGB Variations
Color information
#AAB3E1 (or 0xAAB3E1) is known color: Perano. HEX triplet: AA, B3 and E1. RGB value is (170,179,225). Sum of RGB (Red+Green+Blue) = 170+179+225=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAB3E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3E1 is #554C1E. Grayscale: #B5B5B5. Windows color (decimal): -5590047 or 14791594. OLE color: 14791594.
HSL color Cylindrical-coordinate representation of color #AAB3E1: hue angle of 230.18º 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 #AAB3E1 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 179 | 225 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.12 |
| HSL | 230.18º | 0.48% | 0.77% | - |
| HSV(B) | 230.18º | 0.24% | 0.88% | - |
| XYZ | 46.29 | 46.22 | 77.72 | - |
| YUV | 181.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 225 | 0.24 | 0.20 | 0 | 0.12 | 230.18 | 0.48 | 0.77 |
| Hex | AA | B3 | E1 | 18 | 14 | 0 | C | E6 | 30 | 4D |
| Octal | 252 | 263 | 341 | 30 | 24 | 0 | 14 | 346 | 60 | 115 |
| Binary | 10101010 | 10110011 | 11100001 | 11000 | 10100 | 0 | 1100 | 11100110 | 110000 | 1001101 |
Color Harmonies of #AAB3E1
Complementary color
Monochromatic Colors of #AAB3E1
Black with #AAB3E1
Text Example
Text Example
White with #AAB3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3E1; }
p { color: rgb(170,179,225); }
H1.HeaderClassName
{
color: #AAB3E1;
}
.AnyTagClassName
{
color: #AAB3E1;
}
</style>
background-color css
<style>
a { background-color: #AAB3E1; }
a { background-color: rgb(170,179,225); }
div.DivClassName
{
background-color: #AAB3E1;
}
.BgClassName
{
background-color: #AAB3E1;
}
</style>
border-color css
<style>
span { border-color: #AAB3E1; }
span { border-color: rgb(170,179,225); }
td.TdClassName
{
border-color: #AAB3E1;
}
.TagClassName
{
border-color: #AAB3E1;
}
</style>