Shades of Perano #AAB4E5
Tints of Perano #AAB4E5
RGB
CMYK
RGB Variations
Color information
#AAB4E5 (or 0xAAB4E5) is known color: Perano. HEX triplet: AA, B4 and E5. RGB value is (170,180,229). Sum of RGB (Red+Green+Blue) = 170+180+229=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAB4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4E5 is #554B1A. Grayscale: #B6B6B6. Windows color (decimal): -5589787 or 15053994. OLE color: 15053994.
HSL color Cylindrical-coordinate representation of color #AAB4E5: hue angle of 229.83º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB4E5 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 180 | 229 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.10 |
| HSL | 229.83º | 0.53% | 0.78% | - |
| HSV(B) | 229.83º | 0.26% | 0.9% | - |
| XYZ | 47.04 | 46.85 | 80.69 | - |
| YUV | 182.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 229 | 0.26 | 0.21 | 0 | 0.10 | 229.83 | 0.53 | 0.78 |
| Hex | AA | B4 | E5 | 1A | 15 | 0 | A | E6 | 35 | 4E |
| Octal | 252 | 264 | 345 | 32 | 25 | 0 | 12 | 346 | 65 | 116 |
| Binary | 10101010 | 10110100 | 11100101 | 11010 | 10101 | 0 | 1010 | 11100110 | 110101 | 1001110 |
Color Harmonies of #AAB4E5
Complementary color
Monochromatic Colors of #AAB4E5
Black with #AAB4E5
Text Example
Text Example
White with #AAB4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4E5; }
p { color: rgb(170,180,229); }
H1.HeaderClassName
{
color: #AAB4E5;
}
.AnyTagClassName
{
color: #AAB4E5;
}
</style>
background-color css
<style>
a { background-color: #AAB4E5; }
a { background-color: rgb(170,180,229); }
div.DivClassName
{
background-color: #AAB4E5;
}
.BgClassName
{
background-color: #AAB4E5;
}
</style>
border-color css
<style>
span { border-color: #AAB4E5; }
span { border-color: rgb(170,180,229); }
td.TdClassName
{
border-color: #AAB4E5;
}
.TagClassName
{
border-color: #AAB4E5;
}
</style>