Shades of Perano #AEBDFF
Tints of Perano #AEBDFF
RGB
CMYK
RGB Variations
Color information
#AEBDFF (or 0xAEBDFF) is known color: Perano. HEX triplet: AE, BD and FF. RGB value is (174,189,255). Sum of RGB (Red+Green+Blue) = 174+189+255=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #AEBDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBDFF is #514200. Grayscale: #BFBFBF. Windows color (decimal): -5325313 or 16760238. OLE color: 16760238.
HSL color Cylindrical-coordinate representation of color #AEBDFF: hue angle of 228.89º 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 #AEBDFF is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 189 | 255 | - |
| CMYK | 0.32 | 0.26 | 0 | 0 |
| HSL | 228.89º | 1% | 0.84% | - |
| HSV(B) | 228.89º | 0.32% | 1% | - |
| XYZ | 53.7 | 52.61 | 101.93 | - |
| YUV | 192.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 255 | 0.32 | 0.26 | 0 | 0 | 228.89 | 1 | 0.84 |
| Hex | AE | BD | FF | 20 | 1A | 0 | 0 | E5 | 64 | 54 |
| Octal | 256 | 275 | 377 | 40 | 32 | 0 | 0 | 345 | 144 | 124 |
| Binary | 10101110 | 10111101 | 11111111 | 100000 | 11010 | 0 | 0 | 11100101 | 1100100 | 1010100 |
Color Harmonies of #AEBDFF
Complementary color
Monochromatic Colors of #AEBDFF
Black with #AEBDFF
Text Example
Text Example
White with #AEBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDFF; }
p { color: rgb(174,189,255); }
H1.HeaderClassName
{
color: #AEBDFF;
}
.AnyTagClassName
{
color: #AEBDFF;
}
</style>
background-color css
<style>
a { background-color: #AEBDFF; }
a { background-color: rgb(174,189,255); }
div.DivClassName
{
background-color: #AEBDFF;
}
.BgClassName
{
background-color: #AEBDFF;
}
</style>
border-color css
<style>
span { border-color: #AEBDFF; }
span { border-color: rgb(174,189,255); }
td.TdClassName
{
border-color: #AEBDFF;
}
.TagClassName
{
border-color: #AEBDFF;
}
</style>