Shades of Perano #AAB5FE
Tints of Perano #AAB5FE
RGB
CMYK
RGB Variations
Color information
#AAB5FE (or 0xAAB5FE) is known color: Perano. HEX triplet: AA, B5 and FE. RGB value is (170,181,254). Sum of RGB (Red+Green+Blue) = 170+181+254=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #AAB5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5FE is #554A01. Grayscale: #B9B9B9. Windows color (decimal): -5589506 or 16692650. OLE color: 16692650.
HSL color Cylindrical-coordinate representation of color #AAB5FE: hue angle of 232.14º 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 #AAB5FE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 181 | 254 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.00 |
| HSL | 232.14º | 0.98% | 0.83% | - |
| HSV(B) | 232.14º | 0.33% | 1% | - |
| XYZ | 50.99 | 48.75 | 100.49 | - |
| YUV | 186.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 254 | 0.33 | 0.29 | 0 | 0.00 | 232.14 | 0.98 | 0.83 |
| Hex | AA | B5 | FE | 21 | 1D | 0 | 0 | E8 | 62 | 53 |
| Octal | 252 | 265 | 376 | 41 | 35 | 0 | 0 | 350 | 142 | 123 |
| Binary | 10101010 | 10110101 | 11111110 | 100001 | 11101 | 0 | 0 | 11101000 | 1100010 | 1010011 |
Color Harmonies of #AAB5FE
Complementary color
Monochromatic Colors of #AAB5FE
Black with #AAB5FE
Text Example
Text Example
White with #AAB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5FE; }
p { color: rgb(170,181,254); }
H1.HeaderClassName
{
color: #AAB5FE;
}
.AnyTagClassName
{
color: #AAB5FE;
}
</style>
background-color css
<style>
a { background-color: #AAB5FE; }
a { background-color: rgb(170,181,254); }
div.DivClassName
{
background-color: #AAB5FE;
}
.BgClassName
{
background-color: #AAB5FE;
}
</style>
border-color css
<style>
span { border-color: #AAB5FE; }
span { border-color: rgb(170,181,254); }
td.TdClassName
{
border-color: #AAB5FE;
}
.TagClassName
{
border-color: #AAB5FE;
}
</style>