#ABABED

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

Shades of Perano #ABABED

Tints of Perano #ABABED

Color information

#ABABED (or 0xABABED) is unknown color: approx Perano. HEX triplet: AB, AB and ED. RGB value is (171,171,237). Sum of RGB (Red+Green+Blue) = 171+171+237=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABABED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABABED is #545412. Grayscale: #B2B2B2. Windows color (decimal): -5526547 or 15575979. OLE color: 15575979.

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

Color convert

RGB171171237-
CMYK0.280.2800.07
HSL240º64.71%80%-
HSV(B)240º27.85%92.94%-
XYZ46.6443.986.14-
YUV178.52161122.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 171 (67.19% from 255) = 29.53%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=29.53%
G=29.53%
B=40.93%

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
Decimal1711712370.280.2800.0724064.7180
HexABABED1C1C07f04150
Octal253253355343407360101120
Binary101010111010101111101101111001110001111111000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABABED; }

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

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

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

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

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

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

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

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