Shades of Perano #AEB0EC
Tints of Perano #AEB0EC
RGB
CMYK
RGB Variations
Color information
#AEB0EC (or 0xAEB0EC) is known color: Perano. HEX triplet: AE, B0 and EC. RGB value is (174,176,236). Sum of RGB (Red+Green+Blue) = 174+176+236=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEB0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB0EC is #514F13. Grayscale: #B6B6B6. Windows color (decimal): -5328660 or 15511726. OLE color: 15511726.
HSL color Cylindrical-coordinate representation of color #AEB0EC: hue angle of 238.06º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEB0EC is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 176 | 236 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.07 |
| HSL | 238.06º | 0.62% | 0.8% | - |
| HSV(B) | 238.06º | 0.26% | 0.93% | - |
| XYZ | 48.12 | 46.11 | 85.72 | - |
| YUV | 182.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 236 | 0.26 | 0.25 | 0 | 0.07 | 238.06 | 0.62 | 0.8 |
| Hex | AE | B0 | EC | 1A | 19 | 0 | 7 | EE | 3E | 50 |
| Octal | 256 | 260 | 354 | 32 | 31 | 0 | 7 | 356 | 76 | 120 |
| Binary | 10101110 | 10110000 | 11101100 | 11010 | 11001 | 0 | 111 | 11101110 | 111110 | 1010000 |
Color Harmonies of #AEB0EC
Complementary color
Monochromatic Colors of #AEB0EC
Black with #AEB0EC
Text Example
Text Example
White with #AEB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB0EC; }
p { color: rgb(174,176,236); }
H1.HeaderClassName
{
color: #AEB0EC;
}
.AnyTagClassName
{
color: #AEB0EC;
}
</style>
background-color css
<style>
a { background-color: #AEB0EC; }
a { background-color: rgb(174,176,236); }
div.DivClassName
{
background-color: #AEB0EC;
}
.BgClassName
{
background-color: #AEB0EC;
}
</style>
border-color css
<style>
span { border-color: #AEB0EC; }
span { border-color: rgb(174,176,236); }
td.TdClassName
{
border-color: #AEB0EC;
}
.TagClassName
{
border-color: #AEB0EC;
}
</style>