#ABACC9

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

Shades of Wistful #ABACC9

Tints of Wistful #ABACC9

Color information

#ABACC9 (or 0xABACC9) is unknown color: approx Wistful. HEX triplet: AB, AC and C9. RGB value is (171,172,201). Sum of RGB (Red+Green+Blue) = 171+172+201=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACC9 is #545336. Grayscale: #AEAEAE. Windows color (decimal): -5526327 or 13216939. OLE color: 13216939.

HSL color Cylindrical-coordinate representation of color #ABACC9: hue angle of 238º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABACC9 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171172201-
CMYK0.150.1400.21
HSL238º21.74%72.94%-
HSV(B)238º14.93%78.82%-
XYZ42.0942.3861.22-
YUV175.01142.67125.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=31.43%
G=31.62%
B=36.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711722010.150.1400.2123821.7472.94
HexABACC9FE015ee1649
Octal253254311171602535626111
Binary1010101110101100110010011111111001010111101110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACC9; }

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

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

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

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

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

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

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

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