Shades of Perano #AEBCEA
Tints of Perano #AEBCEA
RGB
CMYK
RGB Variations
Color information
#AEBCEA (or 0xAEBCEA) is known color: Perano. HEX triplet: AE, BC and EA. RGB value is (174,188,234). Sum of RGB (Red+Green+Blue) = 174+188+234=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEBCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCEA is #514315. Grayscale: #BCBCBC. Windows color (decimal): -5325590 or 15383726. OLE color: 15383726.
HSL color Cylindrical-coordinate representation of color #AEBCEA: hue angle of 226º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEBCEA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 188 | 234 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.08 |
| HSL | 226º | 0.59% | 0.8% | - |
| HSV(B) | 226º | 0.26% | 0.92% | - |
| XYZ | 50.29 | 50.91 | 85.02 | - |
| YUV | 189.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 234 | 0.26 | 0.20 | 0 | 0.08 | 226 | 0.59 | 0.8 |
| Hex | AE | BC | EA | 1A | 14 | 0 | 8 | E2 | 3B | 50 |
| Octal | 256 | 274 | 352 | 32 | 24 | 0 | 10 | 342 | 73 | 120 |
| Binary | 10101110 | 10111100 | 11101010 | 11010 | 10100 | 0 | 1000 | 11100010 | 111011 | 1010000 |
Color Harmonies of #AEBCEA
Complementary color
Monochromatic Colors of #AEBCEA
Black with #AEBCEA
Text Example
Text Example
White with #AEBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCEA; }
p { color: rgb(174,188,234); }
H1.HeaderClassName
{
color: #AEBCEA;
}
.AnyTagClassName
{
color: #AEBCEA;
}
</style>
background-color css
<style>
a { background-color: #AEBCEA; }
a { background-color: rgb(174,188,234); }
div.DivClassName
{
background-color: #AEBCEA;
}
.BgClassName
{
background-color: #AEBCEA;
}
</style>
border-color css
<style>
span { border-color: #AEBCEA; }
span { border-color: rgb(174,188,234); }
td.TdClassName
{
border-color: #AEBCEA;
}
.TagClassName
{
border-color: #AEBCEA;
}
</style>