Shades of Perano #AABCED
Tints of Perano #AABCED
RGB
CMYK
RGB Variations
Color information
#AABCED (or 0xAABCED) is known color: Perano. HEX triplet: AA, BC and ED. RGB value is (170,188,237). Sum of RGB (Red+Green+Blue) = 170+188+237=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #AABCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCED is #554312. Grayscale: #BBBBBB. Windows color (decimal): -5587731 or 15580330. OLE color: 15580330.
HSL color Cylindrical-coordinate representation of color #AABCED: hue angle of 223.88º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABCED is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 188 | 237 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.07 |
| HSL | 223.88º | 0.65% | 0.8% | - |
| HSV(B) | 223.88º | 0.28% | 0.93% | - |
| XYZ | 49.85 | 50.63 | 87.27 | - |
| YUV | 188.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 237 | 0.28 | 0.21 | 0 | 0.07 | 223.88 | 0.65 | 0.8 |
| Hex | AA | BC | ED | 1C | 15 | 0 | 7 | E0 | 41 | 50 |
| Octal | 252 | 274 | 355 | 34 | 25 | 0 | 7 | 340 | 101 | 120 |
| Binary | 10101010 | 10111100 | 11101101 | 11100 | 10101 | 0 | 111 | 11100000 | 1000001 | 1010000 |
Color Harmonies of #AABCED
Complementary color
Monochromatic Colors of #AABCED
Black with #AABCED
Text Example
Text Example
White with #AABCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCED; }
p { color: rgb(170,188,237); }
H1.HeaderClassName
{
color: #AABCED;
}
.AnyTagClassName
{
color: #AABCED;
}
</style>
background-color css
<style>
a { background-color: #AABCED; }
a { background-color: rgb(170,188,237); }
div.DivClassName
{
background-color: #AABCED;
}
.BgClassName
{
background-color: #AABCED;
}
</style>
border-color css
<style>
span { border-color: #AABCED; }
span { border-color: rgb(170,188,237); }
td.TdClassName
{
border-color: #AABCED;
}
.TagClassName
{
border-color: #AABCED;
}
</style>