#AAB0EC

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

Shades of Perano #AAB0EC

Tints of Perano #AAB0EC

Color information

#AAB0EC (or 0xAAB0EC) is unknown color: approx Perano. HEX triplet: AA, B0 and EC. RGB value is (170,176,236). Sum of RGB (Red+Green+Blue) = 170+176+236=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAB0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0EC is #554F13. Grayscale: #B4B4B4. Windows color (decimal): -5590804 or 15511722. OLE color: 15511722.

HSL color Cylindrical-coordinate representation of color #AAB0EC: hue angle of 234.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB0EC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170176236-
CMYK0.280.2500.07
HSL234.55º63.46%79.61%-
HSV(B)234.55º27.97%92.55%-
XYZ47.2445.6585.68-
YUV181.05159.01120.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.21%
GREEN value IS 176 (69.14% from 255) = 30.24%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=29.21%
G=30.24%
B=40.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701762360.280.2500.07234.5563.4679.61
HexAAB0EC1C1907eb3f50
Octal25226035434310735377120
Binary10101010101100001110110011100110010111111010111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0EC; }

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

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

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

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

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

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

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

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