#ABAEEA

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

Shades of Perano #ABAEEA

Tints of Perano #ABAEEA

Color information

#ABAEEA (or 0xABAEEA) is unknown color: approx Perano. HEX triplet: AB, AE and EA. RGB value is (171,174,234). Sum of RGB (Red+Green+Blue) = 171+174+234=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABAEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEEA is #545115. Grayscale: #B3B3B3. Windows color (decimal): -5525782 or 15380139. OLE color: 15380139.

HSL color Cylindrical-coordinate representation of color #ABAEEA: hue angle of 237.14º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABAEEA is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171174234-
CMYK0.270.2600.08
HSL237.14º60%79.41%-
HSV(B)237.14º26.92%91.76%-
XYZ46.7844.8784.04-
YUV179.94158.51121.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=29.53%
G=30.05%
B=40.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711742340.270.2600.08237.146079.41
HexABAEEA1B1A08ed3c4f
Octal253256352333201035574117
Binary101010111010111011101010110111101001000111011011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEEA; }

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

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

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

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

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

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

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

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