Shades of Perano #AAB5EC
Tints of Perano #AAB5EC
RGB
CMYK
RGB Variations
Color information
#AAB5EC (or 0xAAB5EC) is known color: Perano. HEX triplet: AA, B5 and EC. RGB value is (170,181,236). Sum of RGB (Red+Green+Blue) = 170+181+236=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAB5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5EC is #554A13. Grayscale: #B7B7B7. Windows color (decimal): -5589524 or 15513002. OLE color: 15513002.
HSL color Cylindrical-coordinate representation of color #AAB5EC: hue angle of 230º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB5EC is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 181 | 236 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.07 |
| HSL | 230º | 0.63% | 0.8% | - |
| HSV(B) | 230º | 0.28% | 0.93% | - |
| XYZ | 48.24 | 47.65 | 86.01 | - |
| YUV | 183.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 236 | 0.28 | 0.23 | 0 | 0.07 | 230 | 0.63 | 0.8 |
| Hex | AA | B5 | EC | 1C | 17 | 0 | 7 | E6 | 3F | 50 |
| Octal | 252 | 265 | 354 | 34 | 27 | 0 | 7 | 346 | 77 | 120 |
| Binary | 10101010 | 10110101 | 11101100 | 11100 | 10111 | 0 | 111 | 11100110 | 111111 | 1010000 |
Color Harmonies of #AAB5EC
Complementary color
Monochromatic Colors of #AAB5EC
Black with #AAB5EC
Text Example
Text Example
White with #AAB5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5EC; }
p { color: rgb(170,181,236); }
H1.HeaderClassName
{
color: #AAB5EC;
}
.AnyTagClassName
{
color: #AAB5EC;
}
</style>
background-color css
<style>
a { background-color: #AAB5EC; }
a { background-color: rgb(170,181,236); }
div.DivClassName
{
background-color: #AAB5EC;
}
.BgClassName
{
background-color: #AAB5EC;
}
</style>
border-color css
<style>
span { border-color: #AAB5EC; }
span { border-color: rgb(170,181,236); }
td.TdClassName
{
border-color: #AAB5EC;
}
.TagClassName
{
border-color: #AAB5EC;
}
</style>