Shades of Perano #AEBDE2
Tints of Perano #AEBDE2
RGB
CMYK
RGB Variations
Color information
#AEBDE2 (or 0xAEBDE2) is known color: Perano. HEX triplet: AE, BD and E2. RGB value is (174,189,226). Sum of RGB (Red+Green+Blue) = 174+189+226=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEBDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDE2 is #51421D. Grayscale: #BCBCBC. Windows color (decimal): -5325342 or 14859694. OLE color: 14859694.
HSL color Cylindrical-coordinate representation of color #AEBDE2: hue angle of 222.69º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBDE2 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 189 | 226 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.11 |
| HSL | 222.69º | 0.47% | 0.78% | - |
| HSV(B) | 222.69º | 0.23% | 0.89% | - |
| XYZ | 49.38 | 50.88 | 79.17 | - |
| YUV | 188.73 | 149.03 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 226 | 0.23 | 0.16 | 0 | 0.11 | 222.69 | 0.47 | 0.78 |
| Hex | AE | BD | E2 | 17 | 10 | 0 | B | DF | 2F | 4E |
| Octal | 256 | 275 | 342 | 27 | 20 | 0 | 13 | 337 | 57 | 116 |
| Binary | 10101110 | 10111101 | 11100010 | 10111 | 10000 | 0 | 1011 | 11011111 | 101111 | 1001110 |
Color Harmonies of #AEBDE2
Complementary color
Monochromatic Colors of #AEBDE2
Black with #AEBDE2
Text Example
Text Example
White with #AEBDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDE2; }
p { color: rgb(174,189,226); }
H1.HeaderClassName
{
color: #AEBDE2;
}
.AnyTagClassName
{
color: #AEBDE2;
}
</style>
background-color css
<style>
a { background-color: #AEBDE2; }
a { background-color: rgb(174,189,226); }
div.DivClassName
{
background-color: #AEBDE2;
}
.BgClassName
{
background-color: #AEBDE2;
}
</style>
border-color css
<style>
span { border-color: #AEBDE2; }
span { border-color: rgb(174,189,226); }
td.TdClassName
{
border-color: #AEBDE2;
}
.TagClassName
{
border-color: #AEBDE2;
}
</style>