Shades of Perano #AEBDE0
Tints of Perano #AEBDE0
RGB
CMYK
RGB Variations
Color information
#AEBDE0 (or 0xAEBDE0) is known color: Perano. HEX triplet: AE, BD and E0. RGB value is (174,189,224). Sum of RGB (Red+Green+Blue) = 174+189+224=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEBDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDE0 is #51421F. Grayscale: #BCBCBC. Windows color (decimal): -5325344 or 14728622. OLE color: 14728622.
HSL color Cylindrical-coordinate representation of color #AEBDE0: hue angle of 222º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEBDE0 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 189 | 224 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.12 |
| HSL | 222º | 0.45% | 0.78% | - |
| HSV(B) | 222º | 0.22% | 0.88% | - |
| XYZ | 49.11 | 50.78 | 77.73 | - |
| YUV | 188.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 224 | 0.22 | 0.16 | 0 | 0.12 | 222 | 0.45 | 0.78 |
| Hex | AE | BD | E0 | 16 | 10 | 0 | C | DE | 2D | 4E |
| Octal | 256 | 275 | 340 | 26 | 20 | 0 | 14 | 336 | 55 | 116 |
| Binary | 10101110 | 10111101 | 11100000 | 10110 | 10000 | 0 | 1100 | 11011110 | 101101 | 1001110 |
Color Harmonies of #AEBDE0
Complementary color
Monochromatic Colors of #AEBDE0
Black with #AEBDE0
Text Example
Text Example
White with #AEBDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDE0; }
p { color: rgb(174,189,224); }
H1.HeaderClassName
{
color: #AEBDE0;
}
.AnyTagClassName
{
color: #AEBDE0;
}
</style>
background-color css
<style>
a { background-color: #AEBDE0; }
a { background-color: rgb(174,189,224); }
div.DivClassName
{
background-color: #AEBDE0;
}
.BgClassName
{
background-color: #AEBDE0;
}
</style>
border-color css
<style>
span { border-color: #AEBDE0; }
span { border-color: rgb(174,189,224); }
td.TdClassName
{
border-color: #AEBDE0;
}
.TagClassName
{
border-color: #AEBDE0;
}
</style>