Shades of Perano #AAB5DF
Tints of Perano #AAB5DF
RGB
CMYK
RGB Variations
Color information
#AAB5DF (or 0xAAB5DF) is known color: Perano. HEX triplet: AA, B5 and DF. RGB value is (170,181,223). Sum of RGB (Red+Green+Blue) = 170+181+223=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5DF is #554A20. Grayscale: #B6B6B6. Windows color (decimal): -5589537 or 14661034. OLE color: 14661034.
HSL color Cylindrical-coordinate representation of color #AAB5DF: hue angle of 227.55º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB5DF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 181 | 223 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.13 |
| HSL | 227.55º | 0.45% | 0.77% | - |
| HSV(B) | 227.55º | 0.24% | 0.87% | - |
| XYZ | 46.42 | 46.92 | 76.42 | - |
| YUV | 182.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 223 | 0.24 | 0.19 | 0 | 0.13 | 227.55 | 0.45 | 0.77 |
| Hex | AA | B5 | DF | 18 | 13 | 0 | D | E4 | 2D | 4D |
| Octal | 252 | 265 | 337 | 30 | 23 | 0 | 15 | 344 | 55 | 115 |
| Binary | 10101010 | 10110101 | 11011111 | 11000 | 10011 | 0 | 1101 | 11100100 | 101101 | 1001101 |
Color Harmonies of #AAB5DF
Complementary color
Monochromatic Colors of #AAB5DF
Black with #AAB5DF
Text Example
Text Example
White with #AAB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5DF; }
p { color: rgb(170,181,223); }
H1.HeaderClassName
{
color: #AAB5DF;
}
.AnyTagClassName
{
color: #AAB5DF;
}
</style>
background-color css
<style>
a { background-color: #AAB5DF; }
a { background-color: rgb(170,181,223); }
div.DivClassName
{
background-color: #AAB5DF;
}
.BgClassName
{
background-color: #AAB5DF;
}
</style>
border-color css
<style>
span { border-color: #AAB5DF; }
span { border-color: rgb(170,181,223); }
td.TdClassName
{
border-color: #AAB5DF;
}
.TagClassName
{
border-color: #AAB5DF;
}
</style>