#AAB1DE

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

Shades of Perano #AAB1DE

Tints of Perano #AAB1DE

Color information

#AAB1DE (or 0xAAB1DE) is unknown color: approx Perano. HEX triplet: AA, B1 and DE. RGB value is (170,177,222). Sum of RGB (Red+Green+Blue) = 170+177+222=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB1DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1DE is #554E21. Grayscale: #B3B3B3. Windows color (decimal): -5590562 or 14594474. OLE color: 14594474.

HSL color Cylindrical-coordinate representation of color #AAB1DE: hue angle of 231.92º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB1DE is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170177222-
CMYK0.230.2000.13
HSL231.92º44.07%76.86%-
HSV(B)231.92º23.42%87.06%-
XYZ45.4845.2675.45-
YUV180.04151.68120.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=29.88%
G=31.11%
B=39.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701772220.230.2000.13231.9244.0776.86
HexAAB1DE17140De82c4d
Octal252261336272401535054115
Binary101010101011000111011110101111010001101111010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1DE; }

 p { color: rgb(170,177,222); }

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

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

 a { background-color: rgb(170,177,222); }

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

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

 span { border-color: rgb(170,177,222); }

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