Shades of Perano #AEB3E0
Tints of Perano #AEB3E0
RGB
CMYK
RGB Variations
Color information
#AEB3E0 (or 0xAEB3E0) is known color: Perano. HEX triplet: AE, B3 and E0. RGB value is (174,179,224). Sum of RGB (Red+Green+Blue) = 174+179+224=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 224 (87.89% from 255 or 38.82% from 577); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEB3E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEB3E0 is #514C1F. Grayscale: #B6B6B6. Windows color (decimal): -5327904 or 14726062. OLE color: 14726062.
HSL color Cylindrical-coordinate representation of color #AEB3E0: hue angle of 234º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEB3E0 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 179 | 224 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.12 |
| HSL | 234º | 0.45% | 0.78% | - |
| HSV(B) | 234º | 0.22% | 0.88% | - |
| XYZ | 47.03 | 46.62 | 77.04 | - |
| YUV | 182.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 179 | 224 | 0.22 | 0.20 | 0 | 0.12 | 234 | 0.45 | 0.78 |
| Hex | AE | B3 | E0 | 16 | 14 | 0 | C | EA | 2D | 4E |
| Octal | 256 | 263 | 340 | 26 | 24 | 0 | 14 | 352 | 55 | 116 |
| Binary | 10101110 | 10110011 | 11100000 | 10110 | 10100 | 0 | 1100 | 11101010 | 101101 | 1001110 |
Color Harmonies of #AEB3E0
Complementary color
Monochromatic Colors of #AEB3E0
Black with #AEB3E0
Text Example
Text Example
White with #AEB3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB3E0; }
p { color: rgb(174,179,224); }
H1.HeaderClassName
{
color: #AEB3E0;
}
.AnyTagClassName
{
color: #AEB3E0;
}
</style>
background-color css
<style>
a { background-color: #AEB3E0; }
a { background-color: rgb(174,179,224); }
div.DivClassName
{
background-color: #AEB3E0;
}
.BgClassName
{
background-color: #AEB3E0;
}
</style>
border-color css
<style>
span { border-color: #AEB3E0; }
span { border-color: rgb(174,179,224); }
td.TdClassName
{
border-color: #AEB3E0;
}
.TagClassName
{
border-color: #AEB3E0;
}
</style>