Shades of Perano #AAB7E1
Tints of Perano #AAB7E1
RGB
CMYK
RGB Variations
Color information
#AAB7E1 (or 0xAAB7E1) is known color: Perano. HEX triplet: AA, B7 and E1. RGB value is (170,183,225). Sum of RGB (Red+Green+Blue) = 170+183+225=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAB7E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7E1 is #55481E. Grayscale: #B7B7B7. Windows color (decimal): -5589023 or 14792618. OLE color: 14792618.
HSL color Cylindrical-coordinate representation of color #AAB7E1: hue angle of 225.82º 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 #AAB7E1 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 183 | 225 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.12 |
| HSL | 225.82º | 0.48% | 0.77% | - |
| HSV(B) | 225.82º | 0.24% | 0.88% | - |
| XYZ | 47.1 | 47.85 | 77.99 | - |
| YUV | 183.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 225 | 0.24 | 0.19 | 0 | 0.12 | 225.82 | 0.48 | 0.77 |
| Hex | AA | B7 | E1 | 18 | 13 | 0 | C | E2 | 30 | 4D |
| Octal | 252 | 267 | 341 | 30 | 23 | 0 | 14 | 342 | 60 | 115 |
| Binary | 10101010 | 10110111 | 11100001 | 11000 | 10011 | 0 | 1100 | 11100010 | 110000 | 1001101 |
Color Harmonies of #AAB7E1
Complementary color
Monochromatic Colors of #AAB7E1
Black with #AAB7E1
Text Example
Text Example
White with #AAB7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7E1; }
p { color: rgb(170,183,225); }
H1.HeaderClassName
{
color: #AAB7E1;
}
.AnyTagClassName
{
color: #AAB7E1;
}
</style>
background-color css
<style>
a { background-color: #AAB7E1; }
a { background-color: rgb(170,183,225); }
div.DivClassName
{
background-color: #AAB7E1;
}
.BgClassName
{
background-color: #AAB7E1;
}
</style>
border-color css
<style>
span { border-color: #AAB7E1; }
span { border-color: rgb(170,183,225); }
td.TdClassName
{
border-color: #AAB7E1;
}
.TagClassName
{
border-color: #AAB7E1;
}
</style>