#ABABE5

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

Shades of Perano #ABABE5

Tints of Perano #ABABE5

Color information

#ABABE5 (or 0xABABE5) is unknown color: approx Perano. HEX triplet: AB, AB and E5. RGB value is (171,171,229). Sum of RGB (Red+Green+Blue) = 171+171+229=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABABE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABABE5 is #54541A. Grayscale: #B1B1B1. Windows color (decimal): -5526555 or 15051691. OLE color: 15051691.

HSL color Cylindrical-coordinate representation of color #ABABE5: hue angle of 240º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABABE5 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171171229-
CMYK0.250.2500.10
HSL240º52.73%78.43%-
HSV(B)240º25.33%89.8%-
XYZ45.543.4480.12-
YUV177.61157123.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=29.95%
G=29.95%
B=40.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711712290.250.2500.1024052.7378.43
HexABABE519190Af0354e
Octal253253345313101236065116
Binary101010111010101111100101110011100101010111100001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABE5; }

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

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

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

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

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

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

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

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