#ABA5BE

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

Shades of Wistful #ABA5BE

Tints of Wistful #ABA5BE

Color information

#ABA5BE (or 0xABA5BE) is unknown color: approx Wistful. HEX triplet: AB, A5 and BE. RGB value is (171,165,190). Sum of RGB (Red+Green+Blue) = 171+165+190=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABA5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5BE is #545A41. Grayscale: #A9A9A9. Windows color (decimal): -5528130 or 12494251. OLE color: 12494251.

HSL color Cylindrical-coordinate representation of color #ABA5BE: hue angle of 254.4º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABA5BE is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171165190-
CMYK0.100.1300.25
HSL254.4º16.13%69.61%-
HSV(B)254.4º13.16%74.51%-
XYZ39.5439.2954.21-
YUV169.64139.49128.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=32.51%
G=31.37%
B=36.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711651900.100.1300.25254.416.1369.61
HexABA5BEAD019fe1046
Octal253245276121503137620106
Binary1010101110100101101111101010110101100111111110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5BE; }

 p { color: rgb(171,165,190); }

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

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

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

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

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

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

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