#ABAAEC

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

Shades of Perano #ABAAEC

Tints of Perano #ABAAEC

Color information

#ABAAEC (or 0xABAAEC) is unknown color: approx Perano. HEX triplet: AB, AA and EC. RGB value is (171,170,236). Sum of RGB (Red+Green+Blue) = 171+170+236=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABAAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAEC is #545513. Grayscale: #B1B1B1. Windows color (decimal): -5526804 or 15510187. OLE color: 15510187.

HSL color Cylindrical-coordinate representation of color #ABAAEC: hue angle of 240.91º 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 #ABAAEC is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171170236-
CMYK0.280.2800.07
HSL240.91º63.46%79.61%-
HSV(B)240.91º27.97%92.55%-
XYZ46.3143.4685.31-
YUV177.82160.83123.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 170 (66.80% from 255) = 29.46%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=29.64%
G=29.46%
B=40.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711702360.280.2800.07240.9163.4679.61
HexABAAEC1C1C07f13f50
Octal25325235434340736177120
Binary10101011101010101110110011100111000111111100011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAEC; }

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

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

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

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

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

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

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

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