Shades of Perano #AABCE1
Tints of Perano #AABCE1
RGB
CMYK
RGB Variations
Color information
#AABCE1 (or 0xAABCE1) is known color: Perano. HEX triplet: AA, BC and E1. RGB value is (170,188,225). Sum of RGB (Red+Green+Blue) = 170+188+225=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #AABCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCE1 is #55431E. Grayscale: #BABABA. Windows color (decimal): -5587743 or 14793898. OLE color: 14793898.
HSL color Cylindrical-coordinate representation of color #AABCE1: hue angle of 220.36º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABCE1 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 188 | 225 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.12 |
| HSL | 220.36º | 0.48% | 0.77% | - |
| HSV(B) | 220.36º | 0.24% | 0.88% | - |
| XYZ | 48.15 | 49.95 | 78.34 | - |
| YUV | 186.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 225 | 0.24 | 0.16 | 0 | 0.12 | 220.36 | 0.48 | 0.77 |
| Hex | AA | BC | E1 | 18 | 10 | 0 | C | DC | 30 | 4D |
| Octal | 252 | 274 | 341 | 30 | 20 | 0 | 14 | 334 | 60 | 115 |
| Binary | 10101010 | 10111100 | 11100001 | 11000 | 10000 | 0 | 1100 | 11011100 | 110000 | 1001101 |
Color Harmonies of #AABCE1
Complementary color
Monochromatic Colors of #AABCE1
Black with #AABCE1
Text Example
Text Example
White with #AABCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCE1; }
p { color: rgb(170,188,225); }
H1.HeaderClassName
{
color: #AABCE1;
}
.AnyTagClassName
{
color: #AABCE1;
}
</style>
background-color css
<style>
a { background-color: #AABCE1; }
a { background-color: rgb(170,188,225); }
div.DivClassName
{
background-color: #AABCE1;
}
.BgClassName
{
background-color: #AABCE1;
}
</style>
border-color css
<style>
span { border-color: #AABCE1; }
span { border-color: rgb(170,188,225); }
td.TdClassName
{
border-color: #AABCE1;
}
.TagClassName
{
border-color: #AABCE1;
}
</style>