#AAABEA

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

Shades of Perano #AAABEA

Tints of Perano #AAABEA

Color information

#AAABEA (or 0xAAABEA) is unknown color: approx Perano. HEX triplet: AA, AB and EA. RGB value is (170,171,234). Sum of RGB (Red+Green+Blue) = 170+171+234=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAABEA is #555415. Grayscale: #B1B1B1. Windows color (decimal): -5592086 or 15379370. OLE color: 15379370.

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

Color convert

RGB170171234-
CMYK0.270.2700.08
HSL239.06º60.38%79.22%-
HSV(B)239.06º27.35%91.76%-
XYZ45.9943.6183.84-
YUV177.88159.67122.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=29.57%
G=29.74%
B=40.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701712340.270.2700.08239.0660.3879.22
HexAAABEA1B1B08ef3c4f
Octal252253352333301035774117
Binary101010101010101111101010110111101101000111011111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABEA; }

 p { color: rgb(170,171,234); }

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

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

 a { background-color: rgb(170,171,234); }

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

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

 span { border-color: rgb(170,171,234); }

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