Shades of Perano #AEBDE5
Tints of Perano #AEBDE5
RGB
CMYK
RGB Variations
Color information
#AEBDE5 (or 0xAEBDE5) is known color: Perano. HEX triplet: AE, BD and E5. RGB value is (174,189,229). Sum of RGB (Red+Green+Blue) = 174+189+229=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEBDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDE5 is #51421A. Grayscale: #BCBCBC. Windows color (decimal): -5325339 or 15056302. OLE color: 15056302.
HSL color Cylindrical-coordinate representation of color #AEBDE5: hue angle of 223.64º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEBDE5 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 189 | 229 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.10 |
| HSL | 223.64º | 0.51% | 0.79% | - |
| HSV(B) | 223.64º | 0.24% | 0.9% | - |
| XYZ | 49.8 | 51.05 | 81.36 | - |
| YUV | 189.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 229 | 0.24 | 0.17 | 0 | 0.10 | 223.64 | 0.51 | 0.79 |
| Hex | AE | BD | E5 | 18 | 11 | 0 | A | E0 | 33 | 4F |
| Octal | 256 | 275 | 345 | 30 | 21 | 0 | 12 | 340 | 63 | 117 |
| Binary | 10101110 | 10111101 | 11100101 | 11000 | 10001 | 0 | 1010 | 11100000 | 110011 | 1001111 |
Color Harmonies of #AEBDE5
Complementary color
Monochromatic Colors of #AEBDE5
Black with #AEBDE5
Text Example
Text Example
White with #AEBDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDE5; }
p { color: rgb(174,189,229); }
H1.HeaderClassName
{
color: #AEBDE5;
}
.AnyTagClassName
{
color: #AEBDE5;
}
</style>
background-color css
<style>
a { background-color: #AEBDE5; }
a { background-color: rgb(174,189,229); }
div.DivClassName
{
background-color: #AEBDE5;
}
.BgClassName
{
background-color: #AEBDE5;
}
</style>
border-color css
<style>
span { border-color: #AEBDE5; }
span { border-color: rgb(174,189,229); }
td.TdClassName
{
border-color: #AEBDE5;
}
.TagClassName
{
border-color: #AEBDE5;
}
</style>