#ABABEC

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

Shades of Perano #ABABEC

Tints of Perano #ABABEC

Color information

#ABABEC (or 0xABABEC) is unknown color: approx Perano. HEX triplet: AB, AB and EC. RGB value is (171,171,236). Sum of RGB (Red+Green+Blue) = 171+171+236=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABEC is #545413. Grayscale: #B2B2B2. Windows color (decimal): -5526548 or 15510443. OLE color: 15510443.

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

Color convert

RGB171171236-
CMYK0.280.2800.07
HSL240º63.11%79.8%-
HSV(B)240º27.54%92.55%-
XYZ46.543.8485.37-
YUV178.41160.5122.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=29.58%
G=29.58%
B=40.83%

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
Decimal1711712360.280.2800.0724063.1179.8
HexABABEC1C1C07f03f50
Octal25325335434340736077120
Binary10101011101010111110110011100111000111111100001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABEC; }

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

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

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

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

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

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

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

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