Shades of Perano #AABBEC
Tints of Perano #AABBEC
RGB
CMYK
RGB Variations
Color information
#AABBEC (or 0xAABBEC) is known color: Perano. HEX triplet: AA, BB and EC. RGB value is (170,187,236). Sum of RGB (Red+Green+Blue) = 170+187+236=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #AABBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBEC is #554413. Grayscale: #BBBBBB. Windows color (decimal): -5587988 or 15514538. OLE color: 15514538.
HSL color Cylindrical-coordinate representation of color #AABBEC: hue angle of 224.55º 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 #AABBEC is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 187 | 236 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.07 |
| HSL | 224.55º | 0.63% | 0.8% | - |
| HSV(B) | 224.55º | 0.28% | 0.93% | - |
| XYZ | 49.49 | 50.14 | 86.43 | - |
| YUV | 187.5 | 155.37 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 236 | 0.28 | 0.21 | 0 | 0.07 | 224.55 | 0.63 | 0.8 |
| Hex | AA | BB | EC | 1C | 15 | 0 | 7 | E1 | 3F | 50 |
| Octal | 252 | 273 | 354 | 34 | 25 | 0 | 7 | 341 | 77 | 120 |
| Binary | 10101010 | 10111011 | 11101100 | 11100 | 10101 | 0 | 111 | 11100001 | 111111 | 1010000 |
Color Harmonies of #AABBEC
Complementary color
Monochromatic Colors of #AABBEC
Black with #AABBEC
Text Example
Text Example
White with #AABBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABBEC; }
p { color: rgb(170,187,236); }
H1.HeaderClassName
{
color: #AABBEC;
}
.AnyTagClassName
{
color: #AABBEC;
}
</style>
background-color css
<style>
a { background-color: #AABBEC; }
a { background-color: rgb(170,187,236); }
div.DivClassName
{
background-color: #AABBEC;
}
.BgClassName
{
background-color: #AABBEC;
}
</style>
border-color css
<style>
span { border-color: #AABBEC; }
span { border-color: rgb(170,187,236); }
td.TdClassName
{
border-color: #AABBEC;
}
.TagClassName
{
border-color: #AABBEC;
}
</style>