Shades of Perano #AABEF1
Tints of Perano #AABEF1
RGB
CMYK
RGB Variations
Color information
#AABEF1 (or 0xAABEF1) is known color: Perano. HEX triplet: AA, BE and F1. RGB value is (170,190,241). Sum of RGB (Red+Green+Blue) = 170+190+241=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #AABEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEF1 is #55410E. Grayscale: #BDBDBD. Windows color (decimal): -5587215 or 15842986. OLE color: 15842986.
HSL color Cylindrical-coordinate representation of color #AABEF1: hue angle of 223.1º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABEF1 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 190 | 241 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.05 |
| HSL | 223.1º | 0.72% | 0.81% | - |
| HSV(B) | 223.1º | 0.29% | 0.95% | - |
| XYZ | 50.87 | 51.72 | 90.52 | - |
| YUV | 189.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 241 | 0.29 | 0.21 | 0 | 0.05 | 223.1 | 0.72 | 0.81 |
| Hex | AA | BE | F1 | 1D | 15 | 0 | 5 | DF | 48 | 51 |
| Octal | 252 | 276 | 361 | 35 | 25 | 0 | 5 | 337 | 110 | 121 |
| Binary | 10101010 | 10111110 | 11110001 | 11101 | 10101 | 0 | 101 | 11011111 | 1001000 | 1010001 |
Color Harmonies of #AABEF1
Complementary color
Monochromatic Colors of #AABEF1
Black with #AABEF1
Text Example
Text Example
White with #AABEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEF1; }
p { color: rgb(170,190,241); }
H1.HeaderClassName
{
color: #AABEF1;
}
.AnyTagClassName
{
color: #AABEF1;
}
</style>
background-color css
<style>
a { background-color: #AABEF1; }
a { background-color: rgb(170,190,241); }
div.DivClassName
{
background-color: #AABEF1;
}
.BgClassName
{
background-color: #AABEF1;
}
</style>
border-color css
<style>
span { border-color: #AABEF1; }
span { border-color: rgb(170,190,241); }
td.TdClassName
{
border-color: #AABEF1;
}
.TagClassName
{
border-color: #AABEF1;
}
</style>