Shades of Perano #AEBDF5
Tints of Perano #AEBDF5
RGB
CMYK
RGB Variations
Color information
#AEBDF5 (or 0xAEBDF5) is known color: Perano. HEX triplet: AE, BD and F5. RGB value is (174,189,245). Sum of RGB (Red+Green+Blue) = 174+189+245=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 245 (96.09% from 255 or 40.30% from 608); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEBDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBDF5 is #51420A. Grayscale: #BEBEBE. Windows color (decimal): -5325323 or 16104878. OLE color: 16104878.
HSL color Cylindrical-coordinate representation of color #AEBDF5: hue angle of 227.32º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEBDF5 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 189 | 245 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.04 |
| HSL | 227.32º | 0.78% | 0.82% | - |
| HSV(B) | 227.32º | 0.29% | 0.96% | - |
| XYZ | 52.13 | 51.99 | 93.67 | - |
| YUV | 190.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 245 | 0.29 | 0.23 | 0 | 0.04 | 227.32 | 0.78 | 0.82 |
| Hex | AE | BD | F5 | 1D | 17 | 0 | 4 | E3 | 4E | 52 |
| Octal | 256 | 275 | 365 | 35 | 27 | 0 | 4 | 343 | 116 | 122 |
| Binary | 10101110 | 10111101 | 11110101 | 11101 | 10111 | 0 | 100 | 11100011 | 1001110 | 1010010 |
Color Harmonies of #AEBDF5
Complementary color
Monochromatic Colors of #AEBDF5
Black with #AEBDF5
Text Example
Text Example
White with #AEBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDF5; }
p { color: rgb(174,189,245); }
H1.HeaderClassName
{
color: #AEBDF5;
}
.AnyTagClassName
{
color: #AEBDF5;
}
</style>
background-color css
<style>
a { background-color: #AEBDF5; }
a { background-color: rgb(174,189,245); }
div.DivClassName
{
background-color: #AEBDF5;
}
.BgClassName
{
background-color: #AEBDF5;
}
</style>
border-color css
<style>
span { border-color: #AEBDF5; }
span { border-color: rgb(174,189,245); }
td.TdClassName
{
border-color: #AEBDF5;
}
.TagClassName
{
border-color: #AEBDF5;
}
</style>