Shades of Perano #AAB6DC
Tints of Perano #AAB6DC
RGB
CMYK
RGB Variations
Color information
#AAB6DC (or 0xAAB6DC) is known color: Perano. HEX triplet: AA, B6 and DC. RGB value is (170,182,220). Sum of RGB (Red+Green+Blue) = 170+182+220=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAB6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6DC is #554923. Grayscale: #B6B6B6. Windows color (decimal): -5589284 or 14464682. OLE color: 14464682.
HSL color Cylindrical-coordinate representation of color #AAB6DC: hue angle of 225.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB6DC is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 170 | 182 | 220 | - |
CMYK | 0.23 | 0.17 | 0 | 0.14 |
HSL | 225.6º | 0.42% | 0.76% | - |
HSV(B) | 225.6º | 0.23% | 0.86% | - |
XYZ | 46.22 | 47.17 | 74.38 | - |
YUV | 182.74 | 149.02 | 118.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 182 | 220 | 0.23 | 0.17 | 0 | 0.14 | 225.6 | 0.42 | 0.76 |
Hex | AA | B6 | DC | 17 | 11 | 0 | E | E2 | 2A | 4C |
Octal | 252 | 266 | 334 | 27 | 21 | 0 | 16 | 342 | 52 | 114 |
Binary | 10101010 | 10110110 | 11011100 | 10111 | 10001 | 0 | 1110 | 11100010 | 101010 | 1001100 |
Color Harmonies of #AAB6DC
Complementary color
Monochromatic Colors of #AAB6DC
Black with #AAB6DC
Text Example
Text Example
White with #AAB6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6DC; }
p { color: rgb(170,182,220); }
H1.HeaderClassName
{
color: #AAB6DC;
}
.AnyTagClassName
{
color: #AAB6DC;
}
</style>
background-color css
<style>
a { background-color: #AAB6DC; }
a { background-color: rgb(170,182,220); }
div.DivClassName
{
background-color: #AAB6DC;
}
.BgClassName
{
background-color: #AAB6DC;
}
</style>
border-color css
<style>
span { border-color: #AAB6DC; }
span { border-color: rgb(170,182,220); }
td.TdClassName
{
border-color: #AAB6DC;
}
.TagClassName
{
border-color: #AAB6DC;
}
</style>