#ACADCB

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

Shades of Wistful #ACADCB

Tints of Wistful #ACADCB

Color information

#ACADCB (or 0xACADCB) is unknown color: approx Wistful. HEX triplet: AC, AD and CB. RGB value is (172,173,203). Sum of RGB (Red+Green+Blue) = 172+173+203=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADCB is #535234. Grayscale: #B0B0B0. Windows color (decimal): -5460533 or 13348268. OLE color: 13348268.

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

Color convert

RGB172173203-
CMYK0.150.1500.20
HSL238.06º22.96%73.53%-
HSV(B)238.06º15.27%79.61%-
XYZ42.7442.9762.54-
YUV176.12143.17125.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=31.39%
G=31.57%
B=37.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721732030.150.1500.20238.0622.9673.53
HexACADCBFF014ee174a
Octal254255313171702435627112
Binary1010110010101101110010111111111101010011101110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADCB; }

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

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

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

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

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

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

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

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