Html Css Color HEX #ACABC5 Wistful

📋 copy color: '#ACABC5'

red 172 ◦ green 171 ◦ blue 197

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

Shades of Wistful #ACABC5

Tints of Wistful #ACABC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.48%

R = 31.85%
G = 31.67%
B = 36.48%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ACABC5 (or 0xACABC5) is known color: Wistful. HEX triplet: AC, AB and C5. RGB value is (172,171,197). Sum of RGB (Red+Green+Blue) = 172+171+197=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABC5 is #53543A. Grayscale: #AEAEAE. Windows color (decimal): -5461051 or 12954540. OLE color: 12954540.

HSL color Cylindrical-coordinate representation of color #ACABC5: hue angle of 242.31º degrees, saturation: 0.18, 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 #ACABC5 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 171 197 -
CMYK 0.13 0.13 0 0.23
HSL 242.31º 0.18% 0.72% -
HSV(B) 242.31º 0.13% 0.77% -
XYZ 41.65 41.93 58.72 -
YUV 174.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 172 171 197 0.13 0.13 0 0.23 242.31 0.18 0.72
Hex AC AB C5 D D 0 17 F2 12 48
Octal 254 253 305 15 15 0 27 362 22 110
Binary 10101100 10101011 11000101 1101 1101 0 10111 11110010 10010 1001000

Color Harmonies of #ACABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABC5

Black with #ACABC5

Text Example


Text Example

White with #ACABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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