Shades of Perano #AAB1EC
Tints of Perano #AAB1EC
RGB
CMYK
RGB Variations
Color information
#AAB1EC (or 0xAAB1EC) is known color: Perano. HEX triplet: AA, B1 and EC. RGB value is (170,177,236). Sum of RGB (Red+Green+Blue) = 170+177+236=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAB1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB1EC is #554E13. Grayscale: #B5B5B5. Windows color (decimal): -5590548 or 15511978. OLE color: 15511978.
HSL color Cylindrical-coordinate representation of color #AAB1EC: hue angle of 233.64º 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 #AAB1EC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 177 | 236 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.07 |
| HSL | 233.64º | 0.63% | 0.8% | - |
| HSV(B) | 233.64º | 0.28% | 0.93% | - |
| XYZ | 47.44 | 46.05 | 85.74 | - |
| YUV | 181.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 236 | 0.28 | 0.25 | 0 | 0.07 | 233.64 | 0.63 | 0.8 |
| Hex | AA | B1 | EC | 1C | 19 | 0 | 7 | EA | 3F | 50 |
| Octal | 252 | 261 | 354 | 34 | 31 | 0 | 7 | 352 | 77 | 120 |
| Binary | 10101010 | 10110001 | 11101100 | 11100 | 11001 | 0 | 111 | 11101010 | 111111 | 1010000 |
Color Harmonies of #AAB1EC
Complementary color
Monochromatic Colors of #AAB1EC
Black with #AAB1EC
Text Example
Text Example
White with #AAB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB1EC; }
p { color: rgb(170,177,236); }
H1.HeaderClassName
{
color: #AAB1EC;
}
.AnyTagClassName
{
color: #AAB1EC;
}
</style>
background-color css
<style>
a { background-color: #AAB1EC; }
a { background-color: rgb(170,177,236); }
div.DivClassName
{
background-color: #AAB1EC;
}
.BgClassName
{
background-color: #AAB1EC;
}
</style>
border-color css
<style>
span { border-color: #AAB1EC; }
span { border-color: rgb(170,177,236); }
td.TdClassName
{
border-color: #AAB1EC;
}
.TagClassName
{
border-color: #AAB1EC;
}
</style>