#AAB2E9

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

Shades of Perano #AAB2E9

Tints of Perano #AAB2E9

Color information

#AAB2E9 (or 0xAAB2E9) is unknown color: approx Perano. HEX triplet: AA, B2 and E9. RGB value is (170,178,233). Sum of RGB (Red+Green+Blue) = 170+178+233=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAB2E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2E9 is #554D16. Grayscale: #B5B5B5. Windows color (decimal): -5590295 or 15315626. OLE color: 15315626.

HSL color Cylindrical-coordinate representation of color #AAB2E9: hue angle of 232.38º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB2E9 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170178233-
CMYK0.270.2400.09
HSL232.38º58.88%79.02%-
HSV(B)232.38º27.04%91.37%-
XYZ47.2146.2783.53-
YUV181.88156.85119.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 233 (91.41% from 255) = 40.10%
R=29.26%
G=30.64%
B=40.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701782330.270.2400.09232.3858.8879.02
HexAAB2E91B1809e83b4f
Octal252262351333001135073117
Binary101010101011001011101001110111100001001111010001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2E9; }

 p { color: rgb(170,178,233); }

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

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

 a { background-color: rgb(170,178,233); }

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

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

 span { border-color: rgb(170,178,233); }

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