Shades of Perano #AEABEC
Tints of Perano #AEABEC
RGB
CMYK
RGB Variations
Color information
#AEABEC (or 0xAEABEC) is known color: Perano. HEX triplet: AE, AB and EC. RGB value is (174,171,236). Sum of RGB (Red+Green+Blue) = 174+171+236=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEABEC is #515413. Grayscale: #B3B3B3. Windows color (decimal): -5329940 or 15510446. OLE color: 15510446.
HSL color Cylindrical-coordinate representation of color #AEABEC: hue angle of 242.77º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEABEC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 171 | 236 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.07 |
| HSL | 242.77º | 0.63% | 0.8% | - |
| HSV(B) | 242.77º | 0.28% | 0.93% | - |
| XYZ | 47.16 | 44.18 | 85.4 | - |
| YUV | 179.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 236 | 0.26 | 0.28 | 0 | 0.07 | 242.77 | 0.63 | 0.8 |
| Hex | AE | AB | EC | 1A | 1C | 0 | 7 | F3 | 3F | 50 |
| Octal | 256 | 253 | 354 | 32 | 34 | 0 | 7 | 363 | 77 | 120 |
| Binary | 10101110 | 10101011 | 11101100 | 11010 | 11100 | 0 | 111 | 11110011 | 111111 | 1010000 |
Color Harmonies of #AEABEC
Complementary color
Monochromatic Colors of #AEABEC
Black with #AEABEC
Text Example
Text Example
White with #AEABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEABEC; }
p { color: rgb(174,171,236); }
H1.HeaderClassName
{
color: #AEABEC;
}
.AnyTagClassName
{
color: #AEABEC;
}
</style>
background-color css
<style>
a { background-color: #AEABEC; }
a { background-color: rgb(174,171,236); }
div.DivClassName
{
background-color: #AEABEC;
}
.BgClassName
{
background-color: #AEABEC;
}
</style>
border-color css
<style>
span { border-color: #AEABEC; }
span { border-color: rgb(174,171,236); }
td.TdClassName
{
border-color: #AEABEC;
}
.TagClassName
{
border-color: #AEABEC;
}
</style>