#ABACC6

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

Shades of Wistful #ABACC6

Tints of Wistful #ABACC6

Color information

#ABACC6 (or 0xABACC6) is unknown color: approx Wistful. HEX triplet: AB, AC and C6. RGB value is (171,172,198). Sum of RGB (Red+Green+Blue) = 171+172+198=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #ABACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACC6 is #545339. Grayscale: #AEAEAE. Windows color (decimal): -5526330 or 13020331. OLE color: 13020331.

HSL color Cylindrical-coordinate representation of color #ABACC6: hue angle of 237.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABACC6 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171172198-
CMYK0.140.1300.22
HSL237.78º19.15%72.35%-
HSV(B)237.78º13.64%77.65%-
XYZ41.7442.2459.38-
YUV174.66141.17125.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 198 (77.73% from 255) = 36.60%
R=31.61%
G=31.79%
B=36.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711721980.140.1300.22237.7819.1572.35
HexABACC6ED016ee1348
Octal253254306161502635623110
Binary1010101110101100110001101110110101011011101110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACC6; }

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

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

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

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

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

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

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

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