Shades of Perano #AABEFC
Tints of Perano #AABEFC
RGB
CMYK
RGB Variations
Color information
#AABEFC (or 0xAABEFC) is known color: Perano. HEX triplet: AA, BE and FC. RGB value is (170,190,252). Sum of RGB (Red+Green+Blue) = 170+190+252=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #AABEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEFC is #554103. Grayscale: #BEBEBE. Windows color (decimal): -5587204 or 16563882. OLE color: 16563882.
HSL color Cylindrical-coordinate representation of color #AABEFC: hue angle of 225.37º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABEFC is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 190 | 252 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.01 |
| HSL | 225.37º | 0.93% | 0.83% | - |
| HSV(B) | 225.37º | 0.33% | 0.99% | - |
| XYZ | 52.56 | 52.4 | 99.44 | - |
| YUV | 191.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 252 | 0.33 | 0.25 | 0 | 0.01 | 225.37 | 0.93 | 0.83 |
| Hex | AA | BE | FC | 21 | 19 | 0 | 1 | E1 | 5D | 53 |
| Octal | 252 | 276 | 374 | 41 | 31 | 0 | 1 | 341 | 135 | 123 |
| Binary | 10101010 | 10111110 | 11111100 | 100001 | 11001 | 0 | 1 | 11100001 | 1011101 | 1010011 |
Color Harmonies of #AABEFC
Complementary color
Monochromatic Colors of #AABEFC
Black with #AABEFC
Text Example
Text Example
White with #AABEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEFC; }
p { color: rgb(170,190,252); }
H1.HeaderClassName
{
color: #AABEFC;
}
.AnyTagClassName
{
color: #AABEFC;
}
</style>
background-color css
<style>
a { background-color: #AABEFC; }
a { background-color: rgb(170,190,252); }
div.DivClassName
{
background-color: #AABEFC;
}
.BgClassName
{
background-color: #AABEFC;
}
</style>
border-color css
<style>
span { border-color: #AABEFC; }
span { border-color: rgb(170,190,252); }
td.TdClassName
{
border-color: #AABEFC;
}
.TagClassName
{
border-color: #AABEFC;
}
</style>