#ABAABE

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

Shades of Wistful #ABAABE

Tints of Wistful #ABAABE

Color information

#ABAABE (or 0xABAABE) is unknown color: approx Wistful. HEX triplet: AB, AA and BE. RGB value is (171,170,190). Sum of RGB (Red+Green+Blue) = 171+170+190=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #ABAABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAABE is #545541. Grayscale: #ACACAC. Windows color (decimal): -5526850 or 12495531. OLE color: 12495531.

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

Color convert

RGB171170190-
CMYK0.100.1100.25
HSL243º13.33%70.59%-
HSV(B)243º10.53%74.51%-
XYZ40.4641.1354.52-
YUV172.58137.83126.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=32.20%
G=32.02%
B=35.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711701900.100.1100.2524313.3370.59
HexABAABEAB019f3d47
Octal253252276121303136315107
Binary101010111010101010111110101010110110011111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAABE; }

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

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

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

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

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

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

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

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