Shades of Perano #AAB8E5
Tints of Perano #AAB8E5
RGB
CMYK
RGB Variations
Color information
#AAB8E5 (or 0xAAB8E5) is known color: Perano. HEX triplet: AA, B8 and E5. RGB value is (170,184,229). Sum of RGB (Red+Green+Blue) = 170+184+229=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 184 (72.27% from 255 or 31.56% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAB8E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8E5 is #55471A. Grayscale: #B8B8B8. Windows color (decimal): -5588763 or 15055018. OLE color: 15055018.
HSL color Cylindrical-coordinate representation of color #AAB8E5: hue angle of 225.76º 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 #AAB8E5 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 184 | 229 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.10 |
| HSL | 225.76º | 0.53% | 0.78% | - |
| HSV(B) | 225.76º | 0.26% | 0.9% | - |
| XYZ | 47.86 | 48.48 | 80.96 | - |
| YUV | 184.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 229 | 0.26 | 0.20 | 0 | 0.10 | 225.76 | 0.53 | 0.78 |
| Hex | AA | B8 | E5 | 1A | 14 | 0 | A | E2 | 35 | 4E |
| Octal | 252 | 270 | 345 | 32 | 24 | 0 | 12 | 342 | 65 | 116 |
| Binary | 10101010 | 10111000 | 11100101 | 11010 | 10100 | 0 | 1010 | 11100010 | 110101 | 1001110 |
Color Harmonies of #AAB8E5
Complementary color
Monochromatic Colors of #AAB8E5
Black with #AAB8E5
Text Example
Text Example
White with #AAB8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8E5; }
p { color: rgb(170,184,229); }
H1.HeaderClassName
{
color: #AAB8E5;
}
.AnyTagClassName
{
color: #AAB8E5;
}
</style>
background-color css
<style>
a { background-color: #AAB8E5; }
a { background-color: rgb(170,184,229); }
div.DivClassName
{
background-color: #AAB8E5;
}
.BgClassName
{
background-color: #AAB8E5;
}
</style>
border-color css
<style>
span { border-color: #AAB8E5; }
span { border-color: rgb(170,184,229); }
td.TdClassName
{
border-color: #AAB8E5;
}
.TagClassName
{
border-color: #AAB8E5;
}
</style>