Html Css Color HEX #ACABBE Wistful

📋 copy color: '#ACABBE'

red 172 ◦ green 171 ◦ blue 190

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

Shades of Wistful #ACABBE

Tints of Wistful #ACABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 32.27%
G = 32.08%
B = 35.65%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACABBE (or 0xACABBE) is known color: Wistful. HEX triplet: AC, AB and BE. RGB value is (172,171,190). Sum of RGB (Red+Green+Blue) = 172+171+190=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABBE is #535441. Grayscale: #ADADAD. Windows color (decimal): -5461058 or 12495788. OLE color: 12495788.

HSL color Cylindrical-coordinate representation of color #ACABBE: hue angle of 243.16º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACABBE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 171 190 -
CMYK 0.09 0.10 0 0.25
HSL 243.16º 0.13% 0.71% -
HSV(B) 243.16º 0.1% 0.75% -
XYZ 40.87 41.61 54.59 -
YUV 173.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 172 171 190 0.09 0.10 0 0.25 243.16 0.13 0.71
Hex AC AB BE 9 A 0 19 F3 D 47
Octal 254 253 276 11 12 0 31 363 15 107
Binary 10101100 10101011 10111110 1001 1010 0 11001 11110011 1101 1000111

Color Harmonies of #ACABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABBE

Black with #ACABBE

Text Example


Text Example

White with #ACABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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