#AAAEEB

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

Shades of Perano #AAAEEB

Tints of Perano #AAAEEB

Color information

#AAAEEB (or 0xAAAEEB) is unknown color: approx Perano. HEX triplet: AA, AE and EB. RGB value is (170,174,235). Sum of RGB (Red+Green+Blue) = 170+174+235=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEEB is #555114. Grayscale: #B3B3B3. Windows color (decimal): -5591317 or 15445674. OLE color: 15445674.

HSL color Cylindrical-coordinate representation of color #AAAEEB: hue angle of 236.31º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAAEEB is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170174235-
CMYK0.280.2600.08
HSL236.31º61.9%79.41%-
HSV(B)236.31º27.66%92.16%-
XYZ46.7144.8284.79-
YUV179.76159.17121.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=29.36%
G=30.05%
B=40.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701742350.280.2600.08236.3161.979.41
HexAAAEEB1C1A08ec3e4f
Octal252256353343201035476117
Binary101010101010111011101011111001101001000111011001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEEB; }

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

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

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

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

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

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

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

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