#ABAEEC

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

Shades of Perano #ABAEEC

Tints of Perano #ABAEEC

Color information

#ABAEEC (or 0xABAEEC) is unknown color: approx Perano. HEX triplet: AB, AE and EC. RGB value is (171,174,236). Sum of RGB (Red+Green+Blue) = 171+174+236=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEEC is #545113. Grayscale: #B3B3B3. Windows color (decimal): -5525780 or 15511211. OLE color: 15511211.

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

Color convert

RGB171174236-
CMYK0.280.2600.07
HSL237.23º63.11%79.8%-
HSV(B)237.23º27.54%92.55%-
XYZ47.0744.9985.56-
YUV180.17159.51121.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=29.43%
G=29.95%
B=40.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711742360.280.2600.07237.2363.1179.8
HexABAEEC1C1A07ed3f50
Octal25325635434320735577120
Binary10101011101011101110110011100110100111111011011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEEC; }

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

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

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

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

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

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

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

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