Shades of Perano #AAB5E0
Tints of Perano #AAB5E0
RGB
CMYK
RGB Variations
Color information
#AAB5E0 (or 0xAAB5E0) is known color: Perano. HEX triplet: AA, B5 and E0. RGB value is (170,181,224). Sum of RGB (Red+Green+Blue) = 170+181+224=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAB5E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5E0 is #554A1F. Grayscale: #B6B6B6. Windows color (decimal): -5589536 or 14726570. OLE color: 14726570.
HSL color Cylindrical-coordinate representation of color #AAB5E0: hue angle of 227.78º degrees, saturation: 0.47, 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 #AAB5E0 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 181 | 224 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.12 |
| HSL | 227.78º | 0.47% | 0.77% | - |
| HSV(B) | 227.78º | 0.24% | 0.88% | - |
| XYZ | 46.56 | 46.98 | 77.13 | - |
| YUV | 182.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 224 | 0.24 | 0.19 | 0 | 0.12 | 227.78 | 0.47 | 0.77 |
| Hex | AA | B5 | E0 | 18 | 13 | 0 | C | E4 | 2F | 4D |
| Octal | 252 | 265 | 340 | 30 | 23 | 0 | 14 | 344 | 57 | 115 |
| Binary | 10101010 | 10110101 | 11100000 | 11000 | 10011 | 0 | 1100 | 11100100 | 101111 | 1001101 |
Color Harmonies of #AAB5E0
Complementary color
Monochromatic Colors of #AAB5E0
Black with #AAB5E0
Text Example
Text Example
White with #AAB5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5E0; }
p { color: rgb(170,181,224); }
H1.HeaderClassName
{
color: #AAB5E0;
}
.AnyTagClassName
{
color: #AAB5E0;
}
</style>
background-color css
<style>
a { background-color: #AAB5E0; }
a { background-color: rgb(170,181,224); }
div.DivClassName
{
background-color: #AAB5E0;
}
.BgClassName
{
background-color: #AAB5E0;
}
</style>
border-color css
<style>
span { border-color: #AAB5E0; }
span { border-color: rgb(170,181,224); }
td.TdClassName
{
border-color: #AAB5E0;
}
.TagClassName
{
border-color: #AAB5E0;
}
</style>