Shades of Perano #AEBCE1
Tints of Perano #AEBCE1
RGB
CMYK
RGB Variations
Color information
#AEBCE1 (or 0xAEBCE1) is known color: Perano. HEX triplet: AE, BC and E1. RGB value is (174,188,225). Sum of RGB (Red+Green+Blue) = 174+188+225=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEBCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCE1 is #51431E. Grayscale: #BBBBBB. Windows color (decimal): -5325599 or 14793902. OLE color: 14793902.
HSL color Cylindrical-coordinate representation of color #AEBCE1: hue angle of 223.53º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBCE1 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 188 | 225 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.12 |
| HSL | 223.53º | 0.46% | 0.78% | - |
| HSV(B) | 223.53º | 0.23% | 0.88% | - |
| XYZ | 49.03 | 50.4 | 78.38 | - |
| YUV | 188.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 225 | 0.23 | 0.16 | 0 | 0.12 | 223.53 | 0.46 | 0.78 |
| Hex | AE | BC | E1 | 17 | 10 | 0 | C | E0 | 2E | 4E |
| Octal | 256 | 274 | 341 | 27 | 20 | 0 | 14 | 340 | 56 | 116 |
| Binary | 10101110 | 10111100 | 11100001 | 10111 | 10000 | 0 | 1100 | 11100000 | 101110 | 1001110 |
Color Harmonies of #AEBCE1
Complementary color
Monochromatic Colors of #AEBCE1
Black with #AEBCE1
Text Example
Text Example
White with #AEBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCE1; }
p { color: rgb(174,188,225); }
H1.HeaderClassName
{
color: #AEBCE1;
}
.AnyTagClassName
{
color: #AEBCE1;
}
</style>
background-color css
<style>
a { background-color: #AEBCE1; }
a { background-color: rgb(174,188,225); }
div.DivClassName
{
background-color: #AEBCE1;
}
.BgClassName
{
background-color: #AEBCE1;
}
</style>
border-color css
<style>
span { border-color: #AEBCE1; }
span { border-color: rgb(174,188,225); }
td.TdClassName
{
border-color: #AEBCE1;
}
.TagClassName
{
border-color: #AEBCE1;
}
</style>