#AAB2DE

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

Shades of Perano #AAB2DE

Tints of Perano #AAB2DE

Color information

#AAB2DE (or 0xAAB2DE) is unknown color: approx Perano. HEX triplet: AA, B2 and DE. RGB value is (170,178,222). Sum of RGB (Red+Green+Blue) = 170+178+222=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB2DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2DE is #554D21. Grayscale: #B4B4B4. Windows color (decimal): -5590306 or 14594730. OLE color: 14594730.

HSL color Cylindrical-coordinate representation of color #AAB2DE: hue angle of 230.77º 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 #AAB2DE is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170178222-
CMYK0.230.2000.13
HSL230.77º44.07%76.86%-
HSV(B)230.77º23.42%87.06%-
XYZ45.6845.6675.51-
YUV180.62151.35120.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 178 (69.92% from 255) = 31.23%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=29.82%
G=31.23%
B=38.95%

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
Decimal1701782220.230.2000.13230.7744.0776.86
HexAAB2DE17140De72c4d
Octal252262336272401534754115
Binary101010101011001011011110101111010001101111001111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2DE; }

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

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

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

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

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

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

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

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