Shades of Perano #AAB6DD
Tints of Perano #AAB6DD
RGB
CMYK
RGB Variations
Color information
#AAB6DD (or 0xAAB6DD) is known color: Perano. HEX triplet: AA, B6 and DD. RGB value is (170,182,221). Sum of RGB (Red+Green+Blue) = 170+182+221=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAB6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6DD is #554922. Grayscale: #B6B6B6. Windows color (decimal): -5589283 or 14530218. OLE color: 14530218.
HSL color Cylindrical-coordinate representation of color #AAB6DD: hue angle of 225.88º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB6DD is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 182 | 221 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.13 |
| HSL | 225.88º | 0.43% | 0.77% | - |
| HSV(B) | 225.88º | 0.23% | 0.87% | - |
| XYZ | 46.36 | 47.22 | 75.08 | - |
| YUV | 182.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 221 | 0.23 | 0.18 | 0 | 0.13 | 225.88 | 0.43 | 0.77 |
| Hex | AA | B6 | DD | 17 | 12 | 0 | D | E2 | 2B | 4D |
| Octal | 252 | 266 | 335 | 27 | 22 | 0 | 15 | 342 | 53 | 115 |
| Binary | 10101010 | 10110110 | 11011101 | 10111 | 10010 | 0 | 1101 | 11100010 | 101011 | 1001101 |
Color Harmonies of #AAB6DD
Complementary color
Monochromatic Colors of #AAB6DD
Black with #AAB6DD
Text Example
Text Example
White with #AAB6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6DD; }
p { color: rgb(170,182,221); }
H1.HeaderClassName
{
color: #AAB6DD;
}
.AnyTagClassName
{
color: #AAB6DD;
}
</style>
background-color css
<style>
a { background-color: #AAB6DD; }
a { background-color: rgb(170,182,221); }
div.DivClassName
{
background-color: #AAB6DD;
}
.BgClassName
{
background-color: #AAB6DD;
}
</style>
border-color css
<style>
span { border-color: #AAB6DD; }
span { border-color: rgb(170,182,221); }
td.TdClassName
{
border-color: #AAB6DD;
}
.TagClassName
{
border-color: #AAB6DD;
}
</style>