Shades of Perano #AEB6E1
Tints of Perano #AEB6E1
RGB
CMYK
RGB Variations
Color information
#AEB6E1 (or 0xAEB6E1) is known color: Perano. HEX triplet: AE, B6 and E1. RGB value is (174,182,225). Sum of RGB (Red+Green+Blue) = 174+182+225=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEB6E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB6E1 is #51491E. Grayscale: #B8B8B8. Windows color (decimal): -5327135 or 14792366. OLE color: 14792366.
HSL color Cylindrical-coordinate representation of color #AEB6E1: hue angle of 230.59º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEB6E1 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 182 | 225 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.12 |
| HSL | 230.59º | 0.46% | 0.78% | - |
| HSV(B) | 230.59º | 0.23% | 0.88% | - |
| XYZ | 47.77 | 47.89 | 77.96 | - |
| YUV | 184.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 182 | 225 | 0.23 | 0.19 | 0 | 0.12 | 230.59 | 0.46 | 0.78 |
| Hex | AE | B6 | E1 | 17 | 13 | 0 | C | E7 | 2E | 4E |
| Octal | 256 | 266 | 341 | 27 | 23 | 0 | 14 | 347 | 56 | 116 |
| Binary | 10101110 | 10110110 | 11100001 | 10111 | 10011 | 0 | 1100 | 11100111 | 101110 | 1001110 |
Color Harmonies of #AEB6E1
Complementary color
Monochromatic Colors of #AEB6E1
Black with #AEB6E1
Text Example
Text Example
White with #AEB6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB6E1; }
p { color: rgb(174,182,225); }
H1.HeaderClassName
{
color: #AEB6E1;
}
.AnyTagClassName
{
color: #AEB6E1;
}
</style>
background-color css
<style>
a { background-color: #AEB6E1; }
a { background-color: rgb(174,182,225); }
div.DivClassName
{
background-color: #AEB6E1;
}
.BgClassName
{
background-color: #AEB6E1;
}
</style>
border-color css
<style>
span { border-color: #AEB6E1; }
span { border-color: rgb(174,182,225); }
td.TdClassName
{
border-color: #AEB6E1;
}
.TagClassName
{
border-color: #AEB6E1;
}
</style>