#ABACC0

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

Shades of Wistful #ABACC0

Tints of Wistful #ABACC0

Color information

#ABACC0 (or 0xABACC0) is unknown color: approx Wistful. HEX triplet: AB, AC and C0. RGB value is (171,172,192). Sum of RGB (Red+Green+Blue) = 171+172+192=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #ABACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACC0 is #54533F. Grayscale: #ADADAD. Windows color (decimal): -5526336 or 12627115. OLE color: 12627115.

HSL color Cylindrical-coordinate representation of color #ABACC0: hue angle of 237.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABACC0 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171172192-
CMYK0.110.1000.25
HSL237.14º14.29%71.18%-
HSV(B)237.14º10.94%75.29%-
XYZ41.0641.9755.81-
YUV173.98138.17125.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 192 (75.39% from 255) = 35.89%
R=31.96%
G=32.15%
B=35.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711721920.110.1000.25237.1414.2971.18
HexABACC0BA019ede47
Octal253254300131203135516107
Binary101010111010110011000000101110100110011110110111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACC0; }

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

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

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

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

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

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

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

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