Shades of Perano #AABADC
Tints of Perano #AABADC
RGB
CMYK
RGB Variations
Color information
#AABADC (or 0xAABADC) is known color: Perano. HEX triplet: AA, BA and DC. RGB value is (170,186,220). Sum of RGB (Red+Green+Blue) = 170+186+220=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #AABADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABADC is #554523. Grayscale: #B8B8B8. Windows color (decimal): -5588260 or 14465706. OLE color: 14465706.
HSL color Cylindrical-coordinate representation of color #AABADC: hue angle of 220.8º 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 #AABADC is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 186 | 220 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.14 |
| HSL | 220.8º | 0.42% | 0.76% | - |
| HSV(B) | 220.8º | 0.23% | 0.86% | - |
| XYZ | 47.05 | 48.83 | 74.66 | - |
| YUV | 185.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 220 | 0.23 | 0.15 | 0 | 0.14 | 220.8 | 0.42 | 0.76 |
| Hex | AA | BA | DC | 17 | F | 0 | E | DD | 2A | 4C |
| Octal | 252 | 272 | 334 | 27 | 17 | 0 | 16 | 335 | 52 | 114 |
| Binary | 10101010 | 10111010 | 11011100 | 10111 | 1111 | 0 | 1110 | 11011101 | 101010 | 1001100 |
Color Harmonies of #AABADC
Complementary color
Monochromatic Colors of #AABADC
Black with #AABADC
Text Example
Text Example
White with #AABADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABADC; }
p { color: rgb(170,186,220); }
H1.HeaderClassName
{
color: #AABADC;
}
.AnyTagClassName
{
color: #AABADC;
}
</style>
background-color css
<style>
a { background-color: #AABADC; }
a { background-color: rgb(170,186,220); }
div.DivClassName
{
background-color: #AABADC;
}
.BgClassName
{
background-color: #AABADC;
}
</style>
border-color css
<style>
span { border-color: #AABADC; }
span { border-color: rgb(170,186,220); }
td.TdClassName
{
border-color: #AABADC;
}
.TagClassName
{
border-color: #AABADC;
}
</style>