Shades of Perano #AAB3EC
Tints of Perano #AAB3EC
RGB
CMYK
RGB Variations
Color information
#AAB3EC (or 0xAAB3EC) is known color: Perano. HEX triplet: AA, B3 and EC. RGB value is (170,179,236). Sum of RGB (Red+Green+Blue) = 170+179+236=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAB3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3EC is #554C13. Grayscale: #B6B6B6. Windows color (decimal): -5590036 or 15512490. OLE color: 15512490.
HSL color Cylindrical-coordinate representation of color #AAB3EC: hue angle of 231.82º 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 #AAB3EC is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 179 | 236 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.07 |
| HSL | 231.82º | 0.63% | 0.8% | - |
| HSV(B) | 231.82º | 0.28% | 0.93% | - |
| XYZ | 47.84 | 46.84 | 85.88 | - |
| YUV | 182.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 236 | 0.28 | 0.24 | 0 | 0.07 | 231.82 | 0.63 | 0.8 |
| Hex | AA | B3 | EC | 1C | 18 | 0 | 7 | E8 | 3F | 50 |
| Octal | 252 | 263 | 354 | 34 | 30 | 0 | 7 | 350 | 77 | 120 |
| Binary | 10101010 | 10110011 | 11101100 | 11100 | 11000 | 0 | 111 | 11101000 | 111111 | 1010000 |
Color Harmonies of #AAB3EC
Complementary color
Monochromatic Colors of #AAB3EC
Black with #AAB3EC
Text Example
Text Example
White with #AAB3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3EC; }
p { color: rgb(170,179,236); }
H1.HeaderClassName
{
color: #AAB3EC;
}
.AnyTagClassName
{
color: #AAB3EC;
}
</style>
background-color css
<style>
a { background-color: #AAB3EC; }
a { background-color: rgb(170,179,236); }
div.DivClassName
{
background-color: #AAB3EC;
}
.BgClassName
{
background-color: #AAB3EC;
}
</style>
border-color css
<style>
span { border-color: #AAB3EC; }
span { border-color: rgb(170,179,236); }
td.TdClassName
{
border-color: #AAB3EC;
}
.TagClassName
{
border-color: #AAB3EC;
}
</style>