#ABABEA

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

Shades of Perano #ABABEA

Tints of Perano #ABABEA

Color information

#ABABEA (or 0xABABEA) is unknown color: approx Perano. HEX triplet: AB, AB and EA. RGB value is (171,171,234). Sum of RGB (Red+Green+Blue) = 171+171+234=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABEA is #545415. Grayscale: #B1B1B1. Windows color (decimal): -5526550 or 15379371. OLE color: 15379371.

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

Color convert

RGB171171234-
CMYK0.270.2700.08
HSL240º60%79.41%-
HSV(B)240º26.92%91.76%-
XYZ46.2143.7283.85-
YUV178.18159.5122.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.69%
GREEN value IS 171 (67.19% from 255) = 29.69%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=29.69%
G=29.69%
B=40.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711712340.270.2700.082406079.41
HexABABEA1B1B08f03c4f
Octal253253352333301036074117
Binary101010111010101111101010110111101101000111100001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABEA; }

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

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

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

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

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

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

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

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