Html Css Color HEX #ACABC4 Wistful

📋 copy color: '#ACABC4'

red 172 ◦ green 171 ◦ blue 196

#ACABC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #ACABC4

Tints of Wistful #ACABC4

RGB

 RED value IS 172 (67.58% from 255) = 31.91%

 GREEN value IS 171 (67.19% from 255) = 31.73%

 BLUE value IS 196 (76.95% from 255) = 36.36%

R = 31.91%
G = 31.73%
B = 36.36%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ACABC4 (or 0xACABC4) is known color: Wistful. HEX triplet: AC, AB and C4. RGB value is (172,171,196). Sum of RGB (Red+Green+Blue) = 172+171+196=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 196 - color contains mainly: blue. Hex color #ACABC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABC4 is #53543B. Grayscale: #AEAEAE. Windows color (decimal): -5461052 or 12889004. OLE color: 12889004.

HSL color Cylindrical-coordinate representation of color #ACABC4: hue angle of 242.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACABC4 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 171 196 -
CMYK 0.12 0.13 0 0.23
HSL 242.4º 0.17% 0.72% -
HSV(B) 242.4º 0.13% 0.77% -
XYZ 41.54 41.88 58.12 -
YUV 174.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 172 171 196 0.12 0.13 0 0.23 242.4 0.17 0.72
Hex AC AB C4 C D 0 17 F2 11 48
Octal 254 253 304 14 15 0 27 362 21 110
Binary 10101100 10101011 11000100 1100 1101 0 10111 11110010 10001 1001000

Color Harmonies of #ACABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABC4

Black with #ACABC4

Text Example


Text Example

White with #ACABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABC4; }

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

 H1.HeaderClassName
 {
   color: #ACABC4;
 }
 .AnyTagClassName
 {
   color: #ACABC4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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