Shades of Perano #AEB0E3
Tints of Perano #AEB0E3
RGB
CMYK
RGB Variations
Color information
#AEB0E3 (or 0xAEB0E3) is known color: Perano. HEX triplet: AE, B0 and E3. RGB value is (174,176,227). Sum of RGB (Red+Green+Blue) = 174+176+227=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEB0E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB0E3 is #514F1C. Grayscale: #B5B5B5. Windows color (decimal): -5328669 or 14921902. OLE color: 14921902.
HSL color Cylindrical-coordinate representation of color #AEB0E3: hue angle of 237.74º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEB0E3 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 176 | 227 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.11 |
| HSL | 237.74º | 0.49% | 0.79% | - |
| HSV(B) | 237.74º | 0.23% | 0.89% | - |
| XYZ | 46.85 | 45.6 | 79 | - |
| YUV | 181.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 227 | 0.23 | 0.22 | 0 | 0.11 | 237.74 | 0.49 | 0.79 |
| Hex | AE | B0 | E3 | 17 | 16 | 0 | B | EE | 31 | 4F |
| Octal | 256 | 260 | 343 | 27 | 26 | 0 | 13 | 356 | 61 | 117 |
| Binary | 10101110 | 10110000 | 11100011 | 10111 | 10110 | 0 | 1011 | 11101110 | 110001 | 1001111 |
Color Harmonies of #AEB0E3
Complementary color
Monochromatic Colors of #AEB0E3
Black with #AEB0E3
Text Example
Text Example
White with #AEB0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB0E3; }
p { color: rgb(174,176,227); }
H1.HeaderClassName
{
color: #AEB0E3;
}
.AnyTagClassName
{
color: #AEB0E3;
}
</style>
background-color css
<style>
a { background-color: #AEB0E3; }
a { background-color: rgb(174,176,227); }
div.DivClassName
{
background-color: #AEB0E3;
}
.BgClassName
{
background-color: #AEB0E3;
}
</style>
border-color css
<style>
span { border-color: #AEB0E3; }
span { border-color: rgb(174,176,227); }
td.TdClassName
{
border-color: #AEB0E3;
}
.TagClassName
{
border-color: #AEB0E3;
}
</style>