Shades of Perano #AEBFE5
Tints of Perano #AEBFE5
RGB
CMYK
RGB Variations
Color information
#AEBFE5 (or 0xAEBFE5) is known color: Perano. HEX triplet: AE, BF and E5. RGB value is (174,191,229). Sum of RGB (Red+Green+Blue) = 174+191+229=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEBFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFE5 is #51401A. Grayscale: #BEBEBE. Windows color (decimal): -5324827 or 15056814. OLE color: 15056814.
HSL color Cylindrical-coordinate representation of color #AEBFE5: hue angle of 221.45º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEBFE5 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 191 | 229 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.10 |
| HSL | 221.45º | 0.51% | 0.79% | - |
| HSV(B) | 221.45º | 0.24% | 0.9% | - |
| XYZ | 50.23 | 51.92 | 81.5 | - |
| YUV | 190.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 191 | 229 | 0.24 | 0.17 | 0 | 0.10 | 221.45 | 0.51 | 0.79 |
| Hex | AE | BF | E5 | 18 | 11 | 0 | A | DD | 33 | 4F |
| Octal | 256 | 277 | 345 | 30 | 21 | 0 | 12 | 335 | 63 | 117 |
| Binary | 10101110 | 10111111 | 11100101 | 11000 | 10001 | 0 | 1010 | 11011101 | 110011 | 1001111 |
Color Harmonies of #AEBFE5
Complementary color
Monochromatic Colors of #AEBFE5
Black with #AEBFE5
Text Example
Text Example
White with #AEBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBFE5; }
p { color: rgb(174,191,229); }
H1.HeaderClassName
{
color: #AEBFE5;
}
.AnyTagClassName
{
color: #AEBFE5;
}
</style>
background-color css
<style>
a { background-color: #AEBFE5; }
a { background-color: rgb(174,191,229); }
div.DivClassName
{
background-color: #AEBFE5;
}
.BgClassName
{
background-color: #AEBFE5;
}
</style>
border-color css
<style>
span { border-color: #AEBFE5; }
span { border-color: rgb(174,191,229); }
td.TdClassName
{
border-color: #AEBFE5;
}
.TagClassName
{
border-color: #AEBFE5;
}
</style>