Html Css Color HEX #ACABCE Wistful

📋 copy color: '#ACABCE'

red 172 ◦ green 171 ◦ blue 206

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

Shades of Wistful #ACABCE

Tints of Wistful #ACABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.52%

R = 31.33%
G = 31.15%
B = 37.52%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACABCE (or 0xACABCE) is known color: Wistful. HEX triplet: AC, AB and CE. RGB value is (172,171,206). Sum of RGB (Red+Green+Blue) = 172+171+206=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABCE is #535431. Grayscale: #AFAFAF. Windows color (decimal): -5461042 or 13544364. OLE color: 13544364.

HSL color Cylindrical-coordinate representation of color #ACABCE: hue angle of 241.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACABCE is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 171 206 -
CMYK 0.17 0.17 0 0.19
HSL 241.71º 0.26% 0.74% -
HSV(B) 241.71º 0.17% 0.81% -
XYZ 42.72 42.35 64.32 -
YUV 175.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 172 171 206 0.17 0.17 0 0.19 241.71 0.26 0.74
Hex AC AB CE 11 11 0 13 F2 1A 4A
Octal 254 253 316 21 21 0 23 362 32 112
Binary 10101100 10101011 11001110 10001 10001 0 10011 11110010 11010 1001010

Color Harmonies of #ACABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACABCE

Black with #ACABCE

Text Example


Text Example

White with #ACABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACABCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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