Shades of Perano #AEB2E0
Tints of Perano #AEB2E0
RGB
CMYK
RGB Variations
Color information
#AEB2E0 (or 0xAEB2E0) is known color: Perano. HEX triplet: AE, B2 and E0. RGB value is (174,178,224). Sum of RGB (Red+Green+Blue) = 174+178+224=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 224 (87.89% from 255 or 38.89% from 576); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEB2E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB2E0 is #514D1F. Grayscale: #B5B5B5. Windows color (decimal): -5328160 or 14725806. OLE color: 14725806.
HSL color Cylindrical-coordinate representation of color #AEB2E0: hue angle of 235.2º 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 #AEB2E0 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 178 | 224 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.12 |
| HSL | 235.2º | 0.45% | 0.78% | - |
| HSV(B) | 235.2º | 0.22% | 0.88% | - |
| XYZ | 46.83 | 46.22 | 76.97 | - |
| YUV | 182.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 178 | 224 | 0.22 | 0.21 | 0 | 0.12 | 235.2 | 0.45 | 0.78 |
| Hex | AE | B2 | E0 | 16 | 15 | 0 | C | EB | 2D | 4E |
| Octal | 256 | 262 | 340 | 26 | 25 | 0 | 14 | 353 | 55 | 116 |
| Binary | 10101110 | 10110010 | 11100000 | 10110 | 10101 | 0 | 1100 | 11101011 | 101101 | 1001110 |
Color Harmonies of #AEB2E0
Complementary color
Monochromatic Colors of #AEB2E0
Black with #AEB2E0
Text Example
Text Example
White with #AEB2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB2E0; }
p { color: rgb(174,178,224); }
H1.HeaderClassName
{
color: #AEB2E0;
}
.AnyTagClassName
{
color: #AEB2E0;
}
</style>
background-color css
<style>
a { background-color: #AEB2E0; }
a { background-color: rgb(174,178,224); }
div.DivClassName
{
background-color: #AEB2E0;
}
.BgClassName
{
background-color: #AEB2E0;
}
</style>
border-color css
<style>
span { border-color: #AEB2E0; }
span { border-color: rgb(174,178,224); }
td.TdClassName
{
border-color: #AEB2E0;
}
.TagClassName
{
border-color: #AEB2E0;
}
</style>