#AAB4E5

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

Shades of Perano #AAB4E5

Tints of Perano #AAB4E5

Color information

#AAB4E5 (or 0xAAB4E5) is unknown color: approx Perano. HEX triplet: AA, B4 and E5. RGB value is (170,180,229). Sum of RGB (Red+Green+Blue) = 170+180+229=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAB4E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4E5 is #554B1A. Grayscale: #B6B6B6. Windows color (decimal): -5589787 or 15053994. OLE color: 15053994.

HSL color Cylindrical-coordinate representation of color #AAB4E5: hue angle of 229.83º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB4E5 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170180229-
CMYK0.260.2100.10
HSL229.83º53.15%78.24%-
HSV(B)229.83º25.76%89.8%-
XYZ47.0446.8580.69-
YUV182.6154.19119.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 180 (70.70% from 255) = 31.09%
BLUE value IS 229 (89.84% from 255) = 39.55%
R=29.36%
G=31.09%
B=39.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701802290.260.2100.10229.8353.1578.24
HexAAB4E51A150Ae6354e
Octal252264345322501234665116
Binary101010101011010011100101110101010101010111001101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB4E5; }

 p { color: rgb(170,180,229); }

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

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

 a { background-color: rgb(170,180,229); }

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

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

 span { border-color: rgb(170,180,229); }

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