#ABA8BE

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

Shades of Wistful #ABA8BE

Tints of Wistful #ABA8BE

Color information

#ABA8BE (or 0xABA8BE) is unknown color: approx Wistful. HEX triplet: AB, A8 and BE. RGB value is (171,168,190). Sum of RGB (Red+Green+Blue) = 171+168+190=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8BE is #545741. Grayscale: #ABABAB. Windows color (decimal): -5527362 or 12495019. OLE color: 12495019.

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

Color convert

RGB171168190-
CMYK0.100.1200.25
HSL248.18º14.47%70.2%-
HSV(B)248.18º11.58%74.51%-
XYZ40.0940.3854.4-
YUV171.4138.49127.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.33%
GREEN value IS 168 (66.02% from 255) = 31.76%
BLUE value IS 190 (74.61% from 255) = 35.92%
R=32.33%
G=31.76%
B=35.92%

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
Decimal1711681900.100.1200.25248.1814.4770.2
HexABA8BEAC019f8e46
Octal253250276121403137016106
Binary101010111010100010111110101011000110011111100011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8BE; }

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

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

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

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

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

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

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

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