#ABAACB

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

Shades of Wistful #ABAACB

Tints of Wistful #ABAACB

Color information

#ABAACB (or 0xABAACB) is unknown color: approx Wistful. HEX triplet: AB, AA and CB. RGB value is (171,170,203). Sum of RGB (Red+Green+Blue) = 171+170+203=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABAACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAACB is #545534. Grayscale: #ADADAD. Windows color (decimal): -5526837 or 13347499. OLE color: 13347499.

HSL color Cylindrical-coordinate representation of color #ABAACB: hue angle of 241.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABAACB is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171170203-
CMYK0.160.1600.20
HSL241.82º24.09%73.14%-
HSV(B)241.82º16.26%79.61%-
XYZ41.9541.7262.34-
YUV174.06144.33125.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=31.43%
G=31.25%
B=37.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711702030.160.1600.20241.8224.0973.14
HexABAACB1010014f21849
Octal253252313202002436230111
Binary101010111010101011001011100001000001010011110010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAACB; }

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

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

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

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

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

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

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

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