Shades of Perano #AEACED
Tints of Perano #AEACED
RGB
CMYK
RGB Variations
Color information
#AEACED (or 0xAEACED) is known color: Perano. HEX triplet: AE, AC and ED. RGB value is (174,172,237). Sum of RGB (Red+Green+Blue) = 174+172+237=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEACED is #515312. Grayscale: #B3B3B3. Windows color (decimal): -5329683 or 15576238. OLE color: 15576238.
HSL color Cylindrical-coordinate representation of color #AEACED: hue angle of 241.85º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEACED is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 172 | 237 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.07 |
| HSL | 241.85º | 0.64% | 0.8% | - |
| HSV(B) | 241.85º | 0.27% | 0.93% | - |
| XYZ | 47.49 | 44.62 | 86.23 | - |
| YUV | 180.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 237 | 0.27 | 0.27 | 0 | 0.07 | 241.85 | 0.64 | 0.8 |
| Hex | AE | AC | ED | 1B | 1B | 0 | 7 | F2 | 40 | 50 |
| Octal | 256 | 254 | 355 | 33 | 33 | 0 | 7 | 362 | 100 | 120 |
| Binary | 10101110 | 10101100 | 11101101 | 11011 | 11011 | 0 | 111 | 11110010 | 1000000 | 1010000 |
Color Harmonies of #AEACED
Complementary color
Monochromatic Colors of #AEACED
Black with #AEACED
Text Example
Text Example
White with #AEACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACED; }
p { color: rgb(174,172,237); }
H1.HeaderClassName
{
color: #AEACED;
}
.AnyTagClassName
{
color: #AEACED;
}
</style>
background-color css
<style>
a { background-color: #AEACED; }
a { background-color: rgb(174,172,237); }
div.DivClassName
{
background-color: #AEACED;
}
.BgClassName
{
background-color: #AEACED;
}
</style>
border-color css
<style>
span { border-color: #AEACED; }
span { border-color: rgb(174,172,237); }
td.TdClassName
{
border-color: #AEACED;
}
.TagClassName
{
border-color: #AEACED;
}
</style>