Shades of Perano #AABCEC
Tints of Perano #AABCEC
RGB
CMYK
RGB Variations
Color information
#AABCEC (or 0xAABCEC) is known color: Perano. HEX triplet: AA, BC and EC. RGB value is (170,188,236). Sum of RGB (Red+Green+Blue) = 170+188+236=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #AABCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCEC is #554313. Grayscale: #BBBBBB. Windows color (decimal): -5587732 or 15514794. OLE color: 15514794.
HSL color Cylindrical-coordinate representation of color #AABCEC: hue angle of 223.64º degrees, saturation: 0.63, 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 #AABCEC is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 188 | 236 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.07 |
| HSL | 223.64º | 0.63% | 0.8% | - |
| HSV(B) | 223.64º | 0.28% | 0.93% | - |
| XYZ | 49.7 | 50.57 | 86.5 | - |
| YUV | 188.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 236 | 0.28 | 0.20 | 0 | 0.07 | 223.64 | 0.63 | 0.8 |
| Hex | AA | BC | EC | 1C | 14 | 0 | 7 | E0 | 3F | 50 |
| Octal | 252 | 274 | 354 | 34 | 24 | 0 | 7 | 340 | 77 | 120 |
| Binary | 10101010 | 10111100 | 11101100 | 11100 | 10100 | 0 | 111 | 11100000 | 111111 | 1010000 |
Color Harmonies of #AABCEC
Complementary color
Monochromatic Colors of #AABCEC
Black with #AABCEC
Text Example
Text Example
White with #AABCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCEC; }
p { color: rgb(170,188,236); }
H1.HeaderClassName
{
color: #AABCEC;
}
.AnyTagClassName
{
color: #AABCEC;
}
</style>
background-color css
<style>
a { background-color: #AABCEC; }
a { background-color: rgb(170,188,236); }
div.DivClassName
{
background-color: #AABCEC;
}
.BgClassName
{
background-color: #AABCEC;
}
</style>
border-color css
<style>
span { border-color: #AABCEC; }
span { border-color: rgb(170,188,236); }
td.TdClassName
{
border-color: #AABCEC;
}
.TagClassName
{
border-color: #AABCEC;
}
</style>