Shades of Perano #AAB9DF
Tints of Perano #AAB9DF
RGB
CMYK
RGB Variations
Color information
#AAB9DF (or 0xAAB9DF) is known color: Perano. HEX triplet: AA, B9 and DF. RGB value is (170,185,223). Sum of RGB (Red+Green+Blue) = 170+185+223=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9DF is #554620. Grayscale: #B8B8B8. Windows color (decimal): -5588513 or 14662058. OLE color: 14662058.
HSL color Cylindrical-coordinate representation of color #AAB9DF: hue angle of 223.02º 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 #AAB9DF is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 185 | 223 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.13 |
| HSL | 223.02º | 0.45% | 0.77% | - |
| HSV(B) | 223.02º | 0.24% | 0.87% | - |
| XYZ | 47.25 | 48.57 | 76.7 | - |
| YUV | 184.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 223 | 0.24 | 0.17 | 0 | 0.13 | 223.02 | 0.45 | 0.77 |
| Hex | AA | B9 | DF | 18 | 11 | 0 | D | DF | 2D | 4D |
| Octal | 252 | 271 | 337 | 30 | 21 | 0 | 15 | 337 | 55 | 115 |
| Binary | 10101010 | 10111001 | 11011111 | 11000 | 10001 | 0 | 1101 | 11011111 | 101101 | 1001101 |
Color Harmonies of #AAB9DF
Complementary color
Monochromatic Colors of #AAB9DF
Black with #AAB9DF
Text Example
Text Example
White with #AAB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9DF; }
p { color: rgb(170,185,223); }
H1.HeaderClassName
{
color: #AAB9DF;
}
.AnyTagClassName
{
color: #AAB9DF;
}
</style>
background-color css
<style>
a { background-color: #AAB9DF; }
a { background-color: rgb(170,185,223); }
div.DivClassName
{
background-color: #AAB9DF;
}
.BgClassName
{
background-color: #AAB9DF;
}
</style>
border-color css
<style>
span { border-color: #AAB9DF; }
span { border-color: rgb(170,185,223); }
td.TdClassName
{
border-color: #AAB9DF;
}
.TagClassName
{
border-color: #AAB9DF;
}
</style>