Shades of Perano #AABAFE
Tints of Perano #AABAFE
RGB
CMYK
RGB Variations
Color information
#AABAFE (or 0xAABAFE) is known color: Perano. HEX triplet: AA, BA and FE. RGB value is (170,186,254). Sum of RGB (Red+Green+Blue) = 170+186+254=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #AABAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABAFE is #554501. Grayscale: #BCBCBC. Windows color (decimal): -5588226 or 16693930. OLE color: 16693930.
HSL color Cylindrical-coordinate representation of color #AABAFE: hue angle of 228.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABAFE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 186 | 254 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.00 |
| HSL | 228.57º | 0.98% | 0.83% | - |
| HSV(B) | 228.57º | 0.33% | 1% | - |
| XYZ | 52.03 | 50.82 | 100.83 | - |
| YUV | 188.97 | 164.7 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 254 | 0.33 | 0.27 | 0 | 0.00 | 228.57 | 0.98 | 0.83 |
| Hex | AA | BA | FE | 21 | 1B | 0 | 0 | E5 | 62 | 53 |
| Octal | 252 | 272 | 376 | 41 | 33 | 0 | 0 | 345 | 142 | 123 |
| Binary | 10101010 | 10111010 | 11111110 | 100001 | 11011 | 0 | 0 | 11100101 | 1100010 | 1010011 |
Color Harmonies of #AABAFE
Complementary color
Monochromatic Colors of #AABAFE
Black with #AABAFE
Text Example
Text Example
White with #AABAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAFE; }
p { color: rgb(170,186,254); }
H1.HeaderClassName
{
color: #AABAFE;
}
.AnyTagClassName
{
color: #AABAFE;
}
</style>
background-color css
<style>
a { background-color: #AABAFE; }
a { background-color: rgb(170,186,254); }
div.DivClassName
{
background-color: #AABAFE;
}
.BgClassName
{
background-color: #AABAFE;
}
</style>
border-color css
<style>
span { border-color: #AABAFE; }
span { border-color: rgb(170,186,254); }
td.TdClassName
{
border-color: #AABAFE;
}
.TagClassName
{
border-color: #AABAFE;
}
</style>