Shades of Perano #AEBBFF
Tints of Perano #AEBBFF
RGB
CMYK
RGB Variations
Color information
#AEBBFF (or 0xAEBBFF) is known color: Perano. HEX triplet: AE, BB and FF. RGB value is (174,187,255). Sum of RGB (Red+Green+Blue) = 174+187+255=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEBBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBFF is #514400. Grayscale: #BEBEBE. Windows color (decimal): -5325825 or 16759726. OLE color: 16759726.
HSL color Cylindrical-coordinate representation of color #AEBBFF: hue angle of 230.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEBBFF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 187 | 255 | - |
| CMYK | 0.32 | 0.27 | 0 | 0 |
| HSL | 230.37º | 1% | 0.84% | - |
| HSV(B) | 230.37º | 0.32% | 1% | - |
| XYZ | 53.28 | 51.76 | 101.79 | - |
| YUV | 190.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 255 | 0.32 | 0.27 | 0 | 0 | 230.37 | 1 | 0.84 |
| Hex | AE | BB | FF | 20 | 1B | 0 | 0 | E6 | 64 | 54 |
| Octal | 256 | 273 | 377 | 40 | 33 | 0 | 0 | 346 | 144 | 124 |
| Binary | 10101110 | 10111011 | 11111111 | 100000 | 11011 | 0 | 0 | 11100110 | 1100100 | 1010100 |
Color Harmonies of #AEBBFF
Complementary color
Monochromatic Colors of #AEBBFF
Black with #AEBBFF
Text Example
Text Example
White with #AEBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBFF; }
p { color: rgb(174,187,255); }
H1.HeaderClassName
{
color: #AEBBFF;
}
.AnyTagClassName
{
color: #AEBBFF;
}
</style>
background-color css
<style>
a { background-color: #AEBBFF; }
a { background-color: rgb(174,187,255); }
div.DivClassName
{
background-color: #AEBBFF;
}
.BgClassName
{
background-color: #AEBBFF;
}
</style>
border-color css
<style>
span { border-color: #AEBBFF; }
span { border-color: rgb(174,187,255); }
td.TdClassName
{
border-color: #AEBBFF;
}
.TagClassName
{
border-color: #AEBBFF;
}
</style>