#AAB0DE

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

Shades of Perano #AAB0DE

Tints of Perano #AAB0DE

Color information

#AAB0DE (or 0xAAB0DE) is unknown color: approx Perano. HEX triplet: AA, B0 and DE. RGB value is (170,176,222). Sum of RGB (Red+Green+Blue) = 170+176+222=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAB0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0DE is #554F21. Grayscale: #B3B3B3. Windows color (decimal): -5590818 or 14594218. OLE color: 14594218.

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

Color convert

RGB170176222-
CMYK0.230.2100.13
HSL233.08º44.07%76.86%-
HSV(B)233.08º23.42%87.06%-
XYZ45.2944.8775.38-
YUV179.45152.01121.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=29.93%
G=30.99%
B=39.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701762220.230.2100.13233.0844.0776.86
HexAAB0DE17150De92c4d
Octal252260336272501535154115
Binary101010101011000011011110101111010101101111010011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0DE; }

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

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

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

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

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

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

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

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