#AAB2E1

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

Shades of Perano #AAB2E1

Tints of Perano #AAB2E1

Color information

#AAB2E1 (or 0xAAB2E1) is unknown color: approx Perano. HEX triplet: AA, B2 and E1. RGB value is (170,178,225). Sum of RGB (Red+Green+Blue) = 170+178+225=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAB2E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2E1 is #554D1E. Grayscale: #B4B4B4. Windows color (decimal): -5590303 or 14791338. OLE color: 14791338.

HSL color Cylindrical-coordinate representation of color #AAB2E1: hue angle of 231.27º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB2E1 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170178225-
CMYK0.240.2100.12
HSL231.27º47.83%77.45%-
HSV(B)231.27º24.44%88.24%-
XYZ46.0945.8277.65-
YUV180.97152.85120.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 225 (88.28% from 255) = 39.27%
R=29.67%
G=31.06%
B=39.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701782250.240.2100.12231.2747.8377.45
HexAAB2E118150Ce7304d
Octal252262341302501434760115
Binary101010101011001011100001110001010101100111001111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2E1; }

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

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

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

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

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

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

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

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