#ACABC2

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

Shades of Wistful #ACABC2

Tints of Wistful #ACABC2

Color information

#ACABC2 (or 0xACABC2) is unknown color: approx Wistful. HEX triplet: AC, AB and C2. RGB value is (172,171,194). Sum of RGB (Red+Green+Blue) = 172+171+194=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABC2 is #53543D. Grayscale: #ADADAD. Windows color (decimal): -5461054 or 12757932. OLE color: 12757932.

HSL color Cylindrical-coordinate representation of color #ACABC2: hue angle of 242.61º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACABC2 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB172171194-
CMYK0.110.1200.24
HSL242.61º15.86%71.57%-
HSV(B)242.61º11.86%76.08%-
XYZ41.3141.7956.93-
YUV173.92139.33126.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 194 (76.17% from 255) = 36.13%
R=32.03%
G=31.84%
B=36.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721711940.110.1200.24242.6115.8671.57
HexACABC2BC018f31048
Octal254253302131403036320110
Binary1010110010101011110000101011110001100011110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABC2; }

 p { color: rgb(172,171,194); }

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

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

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

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

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

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

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