Shades of Perano #AABEFF
Tints of Perano #AABEFF
RGB
CMYK
RGB Variations
Color information
#AABEFF (or 0xAABEFF) is known color: Perano. HEX triplet: AA, BE and FF. RGB value is (170,190,255). Sum of RGB (Red+Green+Blue) = 170+190+255=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #AABEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEFF is #554100. Grayscale: #BFBFBF. Windows color (decimal): -5587201 or 16760490. OLE color: 16760490.
HSL color Cylindrical-coordinate representation of color #AABEFF: hue angle of 225.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABEFF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 190 | 255 | - |
| CMYK | 0.33 | 0.25 | 0 | 0 |
| HSL | 225.88º | 1% | 0.83% | - |
| HSV(B) | 225.88º | 0.33% | 1% | - |
| XYZ | 53.04 | 52.59 | 101.96 | - |
| YUV | 191.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 255 | 0.33 | 0.25 | 0 | 0 | 225.88 | 1 | 0.83 |
| Hex | AA | BE | FF | 21 | 19 | 0 | 0 | E2 | 64 | 53 |
| Octal | 252 | 276 | 377 | 41 | 31 | 0 | 0 | 342 | 144 | 123 |
| Binary | 10101010 | 10111110 | 11111111 | 100001 | 11001 | 0 | 0 | 11100010 | 1100100 | 1010011 |
Color Harmonies of #AABEFF
Complementary color
Monochromatic Colors of #AABEFF
Black with #AABEFF
Text Example
Text Example
White with #AABEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEFF; }
p { color: rgb(170,190,255); }
H1.HeaderClassName
{
color: #AABEFF;
}
.AnyTagClassName
{
color: #AABEFF;
}
</style>
background-color css
<style>
a { background-color: #AABEFF; }
a { background-color: rgb(170,190,255); }
div.DivClassName
{
background-color: #AABEFF;
}
.BgClassName
{
background-color: #AABEFF;
}
</style>
border-color css
<style>
span { border-color: #AABEFF; }
span { border-color: rgb(170,190,255); }
td.TdClassName
{
border-color: #AABEFF;
}
.TagClassName
{
border-color: #AABEFF;
}
</style>