Shades of Perano #AEB2E1
Tints of Perano #AEB2E1
RGB
CMYK
RGB Variations
Color information
#AEB2E1 (or 0xAEB2E1) is known color: Perano. HEX triplet: AE, B2 and E1. RGB value is (174,178,225). Sum of RGB (Red+Green+Blue) = 174+178+225=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEB2E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2E1 is #514D1E. Grayscale: #B5B5B5. Windows color (decimal): -5328159 or 14791342. OLE color: 14791342.
HSL color Cylindrical-coordinate representation of color #AEB2E1: hue angle of 235.29º 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 #AEB2E1 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 178 | 225 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.12 |
| HSL | 235.29º | 0.46% | 0.78% | - |
| HSV(B) | 235.29º | 0.23% | 0.88% | - |
| XYZ | 46.97 | 46.28 | 77.69 | - |
| YUV | 182.16 | 152.17 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 178 | 225 | 0.23 | 0.21 | 0 | 0.12 | 235.29 | 0.46 | 0.78 |
| Hex | AE | B2 | E1 | 17 | 15 | 0 | C | EB | 2E | 4E |
| Octal | 256 | 262 | 341 | 27 | 25 | 0 | 14 | 353 | 56 | 116 |
| Binary | 10101110 | 10110010 | 11100001 | 10111 | 10101 | 0 | 1100 | 11101011 | 101110 | 1001110 |
Color Harmonies of #AEB2E1
Complementary color
Monochromatic Colors of #AEB2E1
Black with #AEB2E1
Text Example
Text Example
White with #AEB2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB2E1; }
p { color: rgb(174,178,225); }
H1.HeaderClassName
{
color: #AEB2E1;
}
.AnyTagClassName
{
color: #AEB2E1;
}
</style>
background-color css
<style>
a { background-color: #AEB2E1; }
a { background-color: rgb(174,178,225); }
div.DivClassName
{
background-color: #AEB2E1;
}
.BgClassName
{
background-color: #AEB2E1;
}
</style>
border-color css
<style>
span { border-color: #AEB2E1; }
span { border-color: rgb(174,178,225); }
td.TdClassName
{
border-color: #AEB2E1;
}
.TagClassName
{
border-color: #AEB2E1;
}
</style>