Shades of Perano #AEBCE9
Tints of Perano #AEBCE9
RGB
CMYK
RGB Variations
Color information
#AEBCE9 (or 0xAEBCE9) is known color: Perano. HEX triplet: AE, BC and E9. RGB value is (174,188,233). Sum of RGB (Red+Green+Blue) = 174+188+233=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #AEBCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCE9 is #514316. Grayscale: #BCBCBC. Windows color (decimal): -5325591 or 15318190. OLE color: 15318190.
HSL color Cylindrical-coordinate representation of color #AEBCE9: hue angle of 225.76º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEBCE9 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 188 | 233 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.09 |
| HSL | 225.76º | 0.57% | 0.8% | - |
| HSV(B) | 225.76º | 0.25% | 0.91% | - |
| XYZ | 50.15 | 50.85 | 84.26 | - |
| YUV | 188.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 233 | 0.25 | 0.19 | 0 | 0.09 | 225.76 | 0.57 | 0.8 |
| Hex | AE | BC | E9 | 19 | 13 | 0 | 9 | E2 | 39 | 50 |
| Octal | 256 | 274 | 351 | 31 | 23 | 0 | 11 | 342 | 71 | 120 |
| Binary | 10101110 | 10111100 | 11101001 | 11001 | 10011 | 0 | 1001 | 11100010 | 111001 | 1010000 |
Color Harmonies of #AEBCE9
Complementary color
Monochromatic Colors of #AEBCE9
Black with #AEBCE9
Text Example
Text Example
White with #AEBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCE9; }
p { color: rgb(174,188,233); }
H1.HeaderClassName
{
color: #AEBCE9;
}
.AnyTagClassName
{
color: #AEBCE9;
}
</style>
background-color css
<style>
a { background-color: #AEBCE9; }
a { background-color: rgb(174,188,233); }
div.DivClassName
{
background-color: #AEBCE9;
}
.BgClassName
{
background-color: #AEBCE9;
}
</style>
border-color css
<style>
span { border-color: #AEBCE9; }
span { border-color: rgb(174,188,233); }
td.TdClassName
{
border-color: #AEBCE9;
}
.TagClassName
{
border-color: #AEBCE9;
}
</style>