Shades of Perano #AEB0EA
Tints of Perano #AEB0EA
RGB
CMYK
RGB Variations
Color information
#AEB0EA (or 0xAEB0EA) is known color: Perano. HEX triplet: AE, B0 and EA. RGB value is (174,176,234). Sum of RGB (Red+Green+Blue) = 174+176+234=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEB0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEB0EA is #514F15. Grayscale: #B5B5B5. Windows color (decimal): -5328662 or 15380654. OLE color: 15380654.
HSL color Cylindrical-coordinate representation of color #AEB0EA: hue angle of 238º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEB0EA is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 176 | 234 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.08 |
| HSL | 238º | 0.59% | 0.8% | - |
| HSV(B) | 238º | 0.26% | 0.92% | - |
| XYZ | 47.83 | 45.99 | 84.2 | - |
| YUV | 182.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 234 | 0.26 | 0.25 | 0 | 0.08 | 238 | 0.59 | 0.8 |
| Hex | AE | B0 | EA | 1A | 19 | 0 | 8 | EE | 3B | 50 |
| Octal | 256 | 260 | 352 | 32 | 31 | 0 | 10 | 356 | 73 | 120 |
| Binary | 10101110 | 10110000 | 11101010 | 11010 | 11001 | 0 | 1000 | 11101110 | 111011 | 1010000 |
Color Harmonies of #AEB0EA
Complementary color
Monochromatic Colors of #AEB0EA
Black with #AEB0EA
Text Example
Text Example
White with #AEB0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB0EA; }
p { color: rgb(174,176,234); }
H1.HeaderClassName
{
color: #AEB0EA;
}
.AnyTagClassName
{
color: #AEB0EA;
}
</style>
background-color css
<style>
a { background-color: #AEB0EA; }
a { background-color: rgb(174,176,234); }
div.DivClassName
{
background-color: #AEB0EA;
}
.BgClassName
{
background-color: #AEB0EA;
}
</style>
border-color css
<style>
span { border-color: #AEB0EA; }
span { border-color: rgb(174,176,234); }
td.TdClassName
{
border-color: #AEB0EA;
}
.TagClassName
{
border-color: #AEB0EA;
}
</style>