Shades of Perano #AAB4FE
Tints of Perano #AAB4FE
RGB
CMYK
RGB Variations
Color information
#AAB4FE (or 0xAAB4FE) is known color: Perano. HEX triplet: AA, B4 and FE. RGB value is (170,180,254). Sum of RGB (Red+Green+Blue) = 170+180+254=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAB4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4FE is #554B01. Grayscale: #B9B9B9. Windows color (decimal): -5589762 or 16692394. OLE color: 16692394.
HSL color Cylindrical-coordinate representation of color #AAB4FE: hue angle of 232.86º 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 #AAB4FE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 180 | 254 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.00 |
| HSL | 232.86º | 0.98% | 0.83% | - |
| HSV(B) | 232.86º | 0.33% | 1% | - |
| XYZ | 50.79 | 48.34 | 100.42 | - |
| YUV | 185.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 254 | 0.33 | 0.29 | 0 | 0.00 | 232.86 | 0.98 | 0.83 |
| Hex | AA | B4 | FE | 21 | 1D | 0 | 0 | E9 | 62 | 53 |
| Octal | 252 | 264 | 376 | 41 | 35 | 0 | 0 | 351 | 142 | 123 |
| Binary | 10101010 | 10110100 | 11111110 | 100001 | 11101 | 0 | 0 | 11101001 | 1100010 | 1010011 |
Color Harmonies of #AAB4FE
Complementary color
Monochromatic Colors of #AAB4FE
Black with #AAB4FE
Text Example
Text Example
White with #AAB4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4FE; }
p { color: rgb(170,180,254); }
H1.HeaderClassName
{
color: #AAB4FE;
}
.AnyTagClassName
{
color: #AAB4FE;
}
</style>
background-color css
<style>
a { background-color: #AAB4FE; }
a { background-color: rgb(170,180,254); }
div.DivClassName
{
background-color: #AAB4FE;
}
.BgClassName
{
background-color: #AAB4FE;
}
</style>
border-color css
<style>
span { border-color: #AAB4FE; }
span { border-color: rgb(170,180,254); }
td.TdClassName
{
border-color: #AAB4FE;
}
.TagClassName
{
border-color: #AAB4FE;
}
</style>