Shades of Perano #AAB9FE
Tints of Perano #AAB9FE
RGB
CMYK
RGB Variations
Color information
#AAB9FE (or 0xAAB9FE) is known color: Perano. HEX triplet: AA, B9 and FE. RGB value is (170,185,254). Sum of RGB (Red+Green+Blue) = 170+185+254=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAB9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9FE is #554601. Grayscale: #BCBCBC. Windows color (decimal): -5588482 or 16693674. OLE color: 16693674.
HSL color Cylindrical-coordinate representation of color #AAB9FE: hue angle of 229.29º 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 #AAB9FE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 185 | 254 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.00 |
| HSL | 229.29º | 0.98% | 0.83% | - |
| HSV(B) | 229.29º | 0.33% | 1% | - |
| XYZ | 51.82 | 50.4 | 100.76 | - |
| YUV | 188.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 254 | 0.33 | 0.27 | 0 | 0.00 | 229.29 | 0.98 | 0.83 |
| Hex | AA | B9 | FE | 21 | 1B | 0 | 0 | E5 | 62 | 53 |
| Octal | 252 | 271 | 376 | 41 | 33 | 0 | 0 | 345 | 142 | 123 |
| Binary | 10101010 | 10111001 | 11111110 | 100001 | 11011 | 0 | 0 | 11100101 | 1100010 | 1010011 |
Color Harmonies of #AAB9FE
Complementary color
Monochromatic Colors of #AAB9FE
Black with #AAB9FE
Text Example
Text Example
White with #AAB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9FE; }
p { color: rgb(170,185,254); }
H1.HeaderClassName
{
color: #AAB9FE;
}
.AnyTagClassName
{
color: #AAB9FE;
}
</style>
background-color css
<style>
a { background-color: #AAB9FE; }
a { background-color: rgb(170,185,254); }
div.DivClassName
{
background-color: #AAB9FE;
}
.BgClassName
{
background-color: #AAB9FE;
}
</style>
border-color css
<style>
span { border-color: #AAB9FE; }
span { border-color: rgb(170,185,254); }
td.TdClassName
{
border-color: #AAB9FE;
}
.TagClassName
{
border-color: #AAB9FE;
}
</style>