Shades of Perano #AEBCE2
Tints of Perano #AEBCE2
RGB
CMYK
RGB Variations
Color information
#AEBCE2 (or 0xAEBCE2) is known color: Perano. HEX triplet: AE, BC and E2. RGB value is (174,188,226). Sum of RGB (Red+Green+Blue) = 174+188+226=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEBCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCE2 is #51431D. Grayscale: #BBBBBB. Windows color (decimal): -5325598 or 14859438. OLE color: 14859438.
HSL color Cylindrical-coordinate representation of color #AEBCE2: hue angle of 223.85º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBCE2 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 188 | 226 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.11 |
| HSL | 223.85º | 0.47% | 0.78% | - |
| HSV(B) | 223.85º | 0.23% | 0.89% | - |
| XYZ | 49.17 | 50.46 | 79.1 | - |
| YUV | 188.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 226 | 0.23 | 0.17 | 0 | 0.11 | 223.85 | 0.47 | 0.78 |
| Hex | AE | BC | E2 | 17 | 11 | 0 | B | E0 | 2F | 4E |
| Octal | 256 | 274 | 342 | 27 | 21 | 0 | 13 | 340 | 57 | 116 |
| Binary | 10101110 | 10111100 | 11100010 | 10111 | 10001 | 0 | 1011 | 11100000 | 101111 | 1001110 |
Color Harmonies of #AEBCE2
Complementary color
Monochromatic Colors of #AEBCE2
Black with #AEBCE2
Text Example
Text Example
White with #AEBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCE2; }
p { color: rgb(174,188,226); }
H1.HeaderClassName
{
color: #AEBCE2;
}
.AnyTagClassName
{
color: #AEBCE2;
}
</style>
background-color css
<style>
a { background-color: #AEBCE2; }
a { background-color: rgb(174,188,226); }
div.DivClassName
{
background-color: #AEBCE2;
}
.BgClassName
{
background-color: #AEBCE2;
}
</style>
border-color css
<style>
span { border-color: #AEBCE2; }
span { border-color: rgb(174,188,226); }
td.TdClassName
{
border-color: #AEBCE2;
}
.TagClassName
{
border-color: #AEBCE2;
}
</style>