Shades of Perano #AEBBE8
Tints of Perano #AEBBE8
RGB
CMYK
RGB Variations
Color information
#AEBBE8 (or 0xAEBBE8) is known color: Perano. HEX triplet: AE, BB and E8. RGB value is (174,187,232). Sum of RGB (Red+Green+Blue) = 174+187+232=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #AEBBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBE8 is #514417. Grayscale: #BCBCBC. Windows color (decimal): -5325848 or 15252398. OLE color: 15252398.
HSL color Cylindrical-coordinate representation of color #AEBBE8: hue angle of 226.55º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEBBE8 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 187 | 232 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.09 |
| HSL | 226.55º | 0.56% | 0.8% | - |
| HSV(B) | 226.55º | 0.25% | 0.91% | - |
| XYZ | 49.79 | 50.37 | 83.44 | - |
| YUV | 188.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 232 | 0.25 | 0.19 | 0 | 0.09 | 226.55 | 0.56 | 0.8 |
| Hex | AE | BB | E8 | 19 | 13 | 0 | 9 | E3 | 38 | 50 |
| Octal | 256 | 273 | 350 | 31 | 23 | 0 | 11 | 343 | 70 | 120 |
| Binary | 10101110 | 10111011 | 11101000 | 11001 | 10011 | 0 | 1001 | 11100011 | 111000 | 1010000 |
Color Harmonies of #AEBBE8
Complementary color
Monochromatic Colors of #AEBBE8
Black with #AEBBE8
Text Example
Text Example
White with #AEBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBE8; }
p { color: rgb(174,187,232); }
H1.HeaderClassName
{
color: #AEBBE8;
}
.AnyTagClassName
{
color: #AEBBE8;
}
</style>
background-color css
<style>
a { background-color: #AEBBE8; }
a { background-color: rgb(174,187,232); }
div.DivClassName
{
background-color: #AEBBE8;
}
.BgClassName
{
background-color: #AEBBE8;
}
</style>
border-color css
<style>
span { border-color: #AEBBE8; }
span { border-color: rgb(174,187,232); }
td.TdClassName
{
border-color: #AEBBE8;
}
.TagClassName
{
border-color: #AEBBE8;
}
</style>