Shades of Perano #AAB2DF
Tints of Perano #AAB2DF
RGB
CMYK
RGB Variations
Color information
#AAB2DF (or 0xAAB2DF) is known color: Perano. HEX triplet: AA, B2 and DF. RGB value is (170,178,223). Sum of RGB (Red+Green+Blue) = 170+178+223=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2DF is #554D20. Grayscale: #B4B4B4. Windows color (decimal): -5590305 or 14660266. OLE color: 14660266.
HSL color Cylindrical-coordinate representation of color #AAB2DF: hue angle of 230.94º 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 #AAB2DF is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 178 | 223 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.13 |
| HSL | 230.94º | 0.45% | 0.77% | - |
| HSV(B) | 230.94º | 0.24% | 0.87% | - |
| XYZ | 45.82 | 45.71 | 76.22 | - |
| YUV | 180.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 223 | 0.24 | 0.20 | 0 | 0.13 | 230.94 | 0.45 | 0.77 |
| Hex | AA | B2 | DF | 18 | 14 | 0 | D | E7 | 2D | 4D |
| Octal | 252 | 262 | 337 | 30 | 24 | 0 | 15 | 347 | 55 | 115 |
| Binary | 10101010 | 10110010 | 11011111 | 11000 | 10100 | 0 | 1101 | 11100111 | 101101 | 1001101 |
Color Harmonies of #AAB2DF
Complementary color
Monochromatic Colors of #AAB2DF
Black with #AAB2DF
Text Example
Text Example
White with #AAB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2DF; }
p { color: rgb(170,178,223); }
H1.HeaderClassName
{
color: #AAB2DF;
}
.AnyTagClassName
{
color: #AAB2DF;
}
</style>
background-color css
<style>
a { background-color: #AAB2DF; }
a { background-color: rgb(170,178,223); }
div.DivClassName
{
background-color: #AAB2DF;
}
.BgClassName
{
background-color: #AAB2DF;
}
</style>
border-color css
<style>
span { border-color: #AAB2DF; }
span { border-color: rgb(170,178,223); }
td.TdClassName
{
border-color: #AAB2DF;
}
.TagClassName
{
border-color: #AAB2DF;
}
</style>