#ABAAC8

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

Shades of Wistful #ABAAC8

Tints of Wistful #ABAAC8

Color information

#ABAAC8 (or 0xABAAC8) is unknown color: approx Wistful. HEX triplet: AB, AA and C8. RGB value is (171,170,200). Sum of RGB (Red+Green+Blue) = 171+170+200=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 200 - color contains mainly: blue. Hex color #ABAAC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAAC8 is #545537. Grayscale: #ADADAD. Windows color (decimal): -5526840 or 13150891. OLE color: 13150891.

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

Color convert

RGB171170200-
CMYK0.140.1500.22
HSL242º21.43%72.55%-
HSV(B)242º15%78.43%-
XYZ41.5941.5860.48-
YUV173.72142.83126.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 200 (78.52% from 255) = 36.97%
R=31.61%
G=31.42%
B=36.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711702000.140.1500.2224221.4372.55
HexABAAC8EF016f21549
Octal253252310161702636225111
Binary1010101110101010110010001110111101011011110010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAAC8; }

 p { color: rgb(171,170,200); }

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

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

 a { background-color: rgb(171,170,200); }

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

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

 span { border-color: rgb(171,170,200); }

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