Shades of Perano #AABCE8
Tints of Perano #AABCE8
RGB
CMYK
RGB Variations
Color information
#AABCE8 (or 0xAABCE8) is known color: Perano. HEX triplet: AA, BC and E8. RGB value is (170,188,232). Sum of RGB (Red+Green+Blue) = 170+188+232=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 232 - color contains mainly: blue. Hex color #AABCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCE8 is #554317. Grayscale: #BBBBBB. Windows color (decimal): -5587736 or 15252650. OLE color: 15252650.
HSL color Cylindrical-coordinate representation of color #AABCE8: hue angle of 222.58º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABCE8 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 188 | 232 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.09 |
| HSL | 222.58º | 0.57% | 0.79% | - |
| HSV(B) | 222.58º | 0.27% | 0.91% | - |
| XYZ | 49.13 | 50.34 | 83.47 | - |
| YUV | 187.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 232 | 0.27 | 0.19 | 0 | 0.09 | 222.58 | 0.57 | 0.79 |
| Hex | AA | BC | E8 | 1B | 13 | 0 | 9 | DF | 39 | 4F |
| Octal | 252 | 274 | 350 | 33 | 23 | 0 | 11 | 337 | 71 | 117 |
| Binary | 10101010 | 10111100 | 11101000 | 11011 | 10011 | 0 | 1001 | 11011111 | 111001 | 1001111 |
Color Harmonies of #AABCE8
Complementary color
Monochromatic Colors of #AABCE8
Black with #AABCE8
Text Example
Text Example
White with #AABCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCE8; }
p { color: rgb(170,188,232); }
H1.HeaderClassName
{
color: #AABCE8;
}
.AnyTagClassName
{
color: #AABCE8;
}
</style>
background-color css
<style>
a { background-color: #AABCE8; }
a { background-color: rgb(170,188,232); }
div.DivClassName
{
background-color: #AABCE8;
}
.BgClassName
{
background-color: #AABCE8;
}
</style>
border-color css
<style>
span { border-color: #AABCE8; }
span { border-color: rgb(170,188,232); }
td.TdClassName
{
border-color: #AABCE8;
}
.TagClassName
{
border-color: #AABCE8;
}
</style>