#ABACC1

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

Shades of Wistful #ABACC1

Tints of Wistful #ABACC1

Color information

#ABACC1 (or 0xABACC1) is unknown color: approx Wistful. HEX triplet: AB, AC and C1. RGB value is (171,172,193). Sum of RGB (Red+Green+Blue) = 171+172+193=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #ABACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACC1 is #54533E. Grayscale: #AEAEAE. Windows color (decimal): -5526335 or 12692651. OLE color: 12692651.

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

Color convert

RGB171172193-
CMYK0.110.1100.24
HSL237.27º15.07%71.37%-
HSV(B)237.27º11.4%75.69%-
XYZ41.1742.0156.39-
YUV174.1138.67125.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 172 (67.58% from 255) = 32.09%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=31.90%
G=32.09%
B=36.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711721930.110.1100.24237.2715.0771.37
HexABACC1BB018edf47
Octal253254301131303035517107
Binary101010111010110011000001101110110110001110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACC1; }

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

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

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

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

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

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

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

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