#ABACC5

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

Shades of Wistful #ABACC5

Tints of Wistful #ABACC5

Color information

#ABACC5 (or 0xABACC5) is unknown color: approx Wistful. HEX triplet: AB, AC and C5. RGB value is (171,172,197). Sum of RGB (Red+Green+Blue) = 171+172+197=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACC5 is #54533A. Grayscale: #AEAEAE. Windows color (decimal): -5526331 or 12954795. OLE color: 12954795.

HSL color Cylindrical-coordinate representation of color #ABACC5: hue angle of 237.69º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABACC5 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB171172197-
CMYK0.130.1300.23
HSL237.69º18.31%72.16%-
HSV(B)237.69º13.2%77.25%-
XYZ41.6342.1958.77-
YUV174.55140.67125.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 197 (77.34% from 255) = 36.48%
R=31.67%
G=31.85%
B=36.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711721970.130.1300.23237.6918.3172.16
HexABACC5DD017ee1248
Octal253254305151502735622110
Binary1010101110101100110001011101110101011111101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACC5; }

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

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

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

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

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

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

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

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