Html Css Color HEX #ACADCE Wistful

📋 copy color: '#ACADCE'

red 172 ◦ green 173 ◦ blue 206

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

Shades of Wistful #ACADCE

Tints of Wistful #ACADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.4%

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

R = 31.22%
G = 31.4%
B = 37.39%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACADCE (or 0xACADCE) is known color: Wistful. HEX triplet: AC, AD and CE. RGB value is (172,173,206). Sum of RGB (Red+Green+Blue) = 172+173+206=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADCE is #535231. Grayscale: #B0B0B0. Windows color (decimal): -5460530 or 13544876. OLE color: 13544876.

HSL color Cylindrical-coordinate representation of color #ACADCE: hue angle of 238.24º 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 #ACADCE is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 173 206 -
CMYK 0.17 0.16 0 0.19
HSL 238.24º 0.26% 0.74% -
HSV(B) 238.24º 0.17% 0.81% -
XYZ 43.1 43.11 64.44 -
YUV 176.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 172 173 206 0.17 0.16 0 0.19 238.24 0.26 0.74
Hex AC AD CE 11 10 0 13 EE 1A 4A
Octal 254 255 316 21 20 0 23 356 32 112
Binary 10101100 10101101 11001110 10001 10000 0 10011 11101110 11010 1001010

Color Harmonies of #ACADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACADCE

Black with #ACADCE

Text Example


Text Example

White with #ACADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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