Shades of Perano #AAB7EC
Tints of Perano #AAB7EC
RGB
CMYK
RGB Variations
Color information
#AAB7EC (or 0xAAB7EC) is known color: Perano. HEX triplet: AA, B7 and EC. RGB value is (170,183,236). Sum of RGB (Red+Green+Blue) = 170+183+236=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAB7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7EC is #554813. Grayscale: #B8B8B8. Windows color (decimal): -5589012 or 15513514. OLE color: 15513514.
HSL color Cylindrical-coordinate representation of color #AAB7EC: hue angle of 228.18º 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 #AAB7EC is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 170 | 183 | 236 | - |
CMYK | 0.28 | 0.22 | 0 | 0.07 |
HSL | 228.18º | 0.63% | 0.8% | - |
HSV(B) | 228.18º | 0.28% | 0.93% | - |
XYZ | 48.65 | 48.47 | 86.15 | - |
YUV | 185.16 | 156.69 | 117.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 183 | 236 | 0.28 | 0.22 | 0 | 0.07 | 228.18 | 0.63 | 0.8 |
Hex | AA | B7 | EC | 1C | 16 | 0 | 7 | E4 | 3F | 50 |
Octal | 252 | 267 | 354 | 34 | 26 | 0 | 7 | 344 | 77 | 120 |
Binary | 10101010 | 10110111 | 11101100 | 11100 | 10110 | 0 | 111 | 11100100 | 111111 | 1010000 |
Color Harmonies of #AAB7EC
Complementary color
Monochromatic Colors of #AAB7EC
Black with #AAB7EC
Text Example
Text Example
White with #AAB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7EC; }
p { color: rgb(170,183,236); }
H1.HeaderClassName
{
color: #AAB7EC;
}
.AnyTagClassName
{
color: #AAB7EC;
}
</style>
background-color css
<style>
a { background-color: #AAB7EC; }
a { background-color: rgb(170,183,236); }
div.DivClassName
{
background-color: #AAB7EC;
}
.BgClassName
{
background-color: #AAB7EC;
}
</style>
border-color css
<style>
span { border-color: #AAB7EC; }
span { border-color: rgb(170,183,236); }
td.TdClassName
{
border-color: #AAB7EC;
}
.TagClassName
{
border-color: #AAB7EC;
}
</style>