Shades of Perano #AAB7FE
Tints of Perano #AAB7FE
RGB
CMYK
RGB Variations
Color information
#AAB7FE (or 0xAAB7FE) is known color: Perano. HEX triplet: AA, B7 and FE. RGB value is (170,183,254). Sum of RGB (Red+Green+Blue) = 170+183+254=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAB7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7FE is #554801. Grayscale: #BABABA. Windows color (decimal): -5588994 or 16693162. OLE color: 16693162.
HSL color Cylindrical-coordinate representation of color #AAB7FE: hue angle of 230.71º 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 #AAB7FE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 183 | 254 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.00 |
| HSL | 230.71º | 0.98% | 0.83% | - |
| HSV(B) | 230.71º | 0.33% | 1% | - |
| XYZ | 51.4 | 49.57 | 100.62 | - |
| YUV | 187.21 | 165.69 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 254 | 0.33 | 0.28 | 0 | 0.00 | 230.71 | 0.98 | 0.83 |
| Hex | AA | B7 | FE | 21 | 1C | 0 | 0 | E7 | 62 | 53 |
| Octal | 252 | 267 | 376 | 41 | 34 | 0 | 0 | 347 | 142 | 123 |
| Binary | 10101010 | 10110111 | 11111110 | 100001 | 11100 | 0 | 0 | 11100111 | 1100010 | 1010011 |
Color Harmonies of #AAB7FE
Complementary color
Monochromatic Colors of #AAB7FE
Black with #AAB7FE
Text Example
Text Example
White with #AAB7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7FE; }
p { color: rgb(170,183,254); }
H1.HeaderClassName
{
color: #AAB7FE;
}
.AnyTagClassName
{
color: #AAB7FE;
}
</style>
background-color css
<style>
a { background-color: #AAB7FE; }
a { background-color: rgb(170,183,254); }
div.DivClassName
{
background-color: #AAB7FE;
}
.BgClassName
{
background-color: #AAB7FE;
}
</style>
border-color css
<style>
span { border-color: #AAB7FE; }
span { border-color: rgb(170,183,254); }
td.TdClassName
{
border-color: #AAB7FE;
}
.TagClassName
{
border-color: #AAB7FE;
}
</style>