#ABA9BF

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

Shades of Wistful #ABA9BF

Tints of Wistful #ABA9BF

Color information

#ABA9BF (or 0xABA9BF) is unknown color: approx Wistful. HEX triplet: AB, A9 and BF. RGB value is (171,169,191). Sum of RGB (Red+Green+Blue) = 171+169+191=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABA9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA9BF is #545640. Grayscale: #ACACAC. Windows color (decimal): -5527105 or 12560811. OLE color: 12560811.

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

Color convert

RGB171169191-
CMYK0.100.1200.25
HSL245.45º14.67%70.59%-
HSV(B)245.45º11.52%74.9%-
XYZ40.3940.855.04-
YUV172.11138.66127.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 169 (66.41% from 255) = 31.83%
BLUE value IS 191 (75% from 255) = 35.97%
R=32.20%
G=31.83%
B=35.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711691910.100.1200.25245.4514.6770.59
HexABA9BFAC019f5f47
Octal253251277121403136517107
Binary101010111010100110111111101011000110011111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9BF; }

 p { color: rgb(171,169,191); }

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

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

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

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

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

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

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