#ABABEB

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

Shades of Perano #ABABEB

Tints of Perano #ABABEB

Color information

#ABABEB (or 0xABABEB) is unknown color: approx Perano. HEX triplet: AB, AB and EB. RGB value is (171,171,235). Sum of RGB (Red+Green+Blue) = 171+171+235=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABEB is #545414. Grayscale: #B2B2B2. Windows color (decimal): -5526549 or 15444907. OLE color: 15444907.

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

Color convert

RGB171171235-
CMYK0.270.2700.08
HSL240º61.54%79.61%-
HSV(B)240º27.23%92.16%-
XYZ46.3543.7884.6-
YUV178.3160122.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 171 (67.19% from 255) = 29.64%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=29.64%
G=29.64%
B=40.73%

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
Decimal1711712350.270.2700.0824061.5479.61
HexABABEB1B1B08f03e50
Octal253253353333301036076120
Binary101010111010101111101011110111101101000111100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABEB; }

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

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

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

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

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

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

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

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