Shades of Perano #AABCE6
Tints of Perano #AABCE6
RGB
CMYK
RGB Variations
Color information
#AABCE6 (or 0xAABCE6) is known color: Perano. HEX triplet: AA, BC and E6. RGB value is (170,188,230). Sum of RGB (Red+Green+Blue) = 170+188+230=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #AABCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCE6 is #554319. Grayscale: #BBBBBB. Windows color (decimal): -5587738 or 15121578. OLE color: 15121578.
HSL color Cylindrical-coordinate representation of color #AABCE6: hue angle of 222º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AABCE6 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 188 | 230 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.10 |
| HSL | 222º | 0.55% | 0.78% | - |
| HSV(B) | 222º | 0.26% | 0.9% | - |
| XYZ | 48.84 | 50.23 | 81.98 | - |
| YUV | 187.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 230 | 0.26 | 0.18 | 0 | 0.10 | 222 | 0.55 | 0.78 |
| Hex | AA | BC | E6 | 1A | 12 | 0 | A | DE | 37 | 4E |
| Octal | 252 | 274 | 346 | 32 | 22 | 0 | 12 | 336 | 67 | 116 |
| Binary | 10101010 | 10111100 | 11100110 | 11010 | 10010 | 0 | 1010 | 11011110 | 110111 | 1001110 |
Color Harmonies of #AABCE6
Complementary color
Monochromatic Colors of #AABCE6
Black with #AABCE6
Text Example
Text Example
White with #AABCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCE6; }
p { color: rgb(170,188,230); }
H1.HeaderClassName
{
color: #AABCE6;
}
.AnyTagClassName
{
color: #AABCE6;
}
</style>
background-color css
<style>
a { background-color: #AABCE6; }
a { background-color: rgb(170,188,230); }
div.DivClassName
{
background-color: #AABCE6;
}
.BgClassName
{
background-color: #AABCE6;
}
</style>
border-color css
<style>
span { border-color: #AABCE6; }
span { border-color: rgb(170,188,230); }
td.TdClassName
{
border-color: #AABCE6;
}
.TagClassName
{
border-color: #AABCE6;
}
</style>