#AEAEEB

Color #AEAEEB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #AEAEEB

Tints of Perano #AEAEEB

Color information

#AEAEEB (or 0xAEAEEB) is unknown color: approx Perano. HEX triplet: AE, AE and EB. RGB value is (174,174,235). Sum of RGB (Red+Green+Blue) = 174+174+235=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AEAEEB is #515114. Grayscale: #B4B4B4. Windows color (decimal): -5329173 or 15445678. OLE color: 15445678.

HSL color Cylindrical-coordinate representation of color #AEAEEB: hue angle of 240º degrees, saturation: 0.6, 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 #AEAEEB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174174235-
CMYK0.260.2600.08
HSL240º60.4%80.2%-
HSV(B)240º25.96%92.16%-
XYZ47.5945.2784.83-
YUV180.95158.5123.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 235 (92.19% from 255) = 40.31%
R=29.85%
G=29.85%
B=40.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741742350.260.2600.0824060.480.2
HexAEAEEB1A1A08f03c50
Octal256256353323201036074120
Binary101011101010111011101011110101101001000111100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEEB; }

 p { color: rgb(174,174,235); }

 H1.HeaderClassName
 {
   color: #AEAEEB;
 }
 .AnyTagClassName
 {
   color: #AEAEEB;
 }
</style>
background-color css

<style>
 a { background-color: #AEAEEB; }

 a { background-color: rgb(174,174,235); }

 div.DivClassName
 {
   background-color: #AEAEEB;
 }
 .BgClassName
 {
   background-color: #AEAEEB;
 }
</style>
border-color css

<style>
 span { border-color: #AEAEEB; }

 span { border-color: rgb(174,174,235); }

 td.TdClassName
 {
   border-color: #AEAEEB;
 }
 .TagClassName
 {
   border-color: #AEAEEB;
 }
</style>