Shades of Perano #AEB0F0
Tints of Perano #AEB0F0
RGB
CMYK
RGB Variations
Color information
#AEB0F0 (or 0xAEB0F0) is known color: Perano. HEX triplet: AE, B0 and F0. RGB value is (174,176,240). Sum of RGB (Red+Green+Blue) = 174+176+240=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 176 (69.14% from 255 or 29.83% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEB0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB0F0 is #514F0F. Grayscale: #B6B6B6. Windows color (decimal): -5328656 or 15773870. OLE color: 15773870.
HSL color Cylindrical-coordinate representation of color #AEB0F0: hue angle of 238.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEB0F0 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 176 | 240 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.06 |
| HSL | 238.18º | 0.69% | 0.81% | - |
| HSV(B) | 238.18º | 0.28% | 0.94% | - |
| XYZ | 48.71 | 46.34 | 88.82 | - |
| YUV | 182.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 240 | 0.28 | 0.27 | 0 | 0.06 | 238.18 | 0.69 | 0.81 |
| Hex | AE | B0 | F0 | 1C | 1B | 0 | 6 | EE | 45 | 51 |
| Octal | 256 | 260 | 360 | 34 | 33 | 0 | 6 | 356 | 105 | 121 |
| Binary | 10101110 | 10110000 | 11110000 | 11100 | 11011 | 0 | 110 | 11101110 | 1000101 | 1010001 |
Color Harmonies of #AEB0F0
Complementary color
Monochromatic Colors of #AEB0F0
Black with #AEB0F0
Text Example
Text Example
White with #AEB0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB0F0; }
p { color: rgb(174,176,240); }
H1.HeaderClassName
{
color: #AEB0F0;
}
.AnyTagClassName
{
color: #AEB0F0;
}
</style>
background-color css
<style>
a { background-color: #AEB0F0; }
a { background-color: rgb(174,176,240); }
div.DivClassName
{
background-color: #AEB0F0;
}
.BgClassName
{
background-color: #AEB0F0;
}
</style>
border-color css
<style>
span { border-color: #AEB0F0; }
span { border-color: rgb(174,176,240); }
td.TdClassName
{
border-color: #AEB0F0;
}
.TagClassName
{
border-color: #AEB0F0;
}
</style>