#ACABCB

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

Shades of Wistful #ACABCB

Tints of Wistful #ACABCB

Color information

#ACABCB (or 0xACABCB) is unknown color: approx Wistful. HEX triplet: AC, AB and CB. RGB value is (172,171,203). Sum of RGB (Red+Green+Blue) = 172+171+203=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABCB is #535434. Grayscale: #AEAEAE. Windows color (decimal): -5461045 or 13347756. OLE color: 13347756.

HSL color Cylindrical-coordinate representation of color #ACABCB: hue angle of 241.88º 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 #ACABCB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172171203-
CMYK0.150.1600.20
HSL241.88º23.53%73.33%-
HSV(B)241.88º15.76%79.61%-
XYZ42.3642.2162.41-
YUV174.95143.83125.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=31.50%
G=31.32%
B=37.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721712030.150.1600.20241.8823.5373.33
HexACABCBF10014f21849
Octal254253313172002436230111
Binary10101100101010111100101111111000001010011110010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABCB; }

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

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

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

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

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

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

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

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