Html Css Color HEX #ADACBE Wistful

📋 copy color: '#ADACBE'

red 173 ◦ green 172 ◦ blue 190

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

Shades of Wistful #ADACBE

Tints of Wistful #ADACBE

RGB

 RED value IS 173 (67.97% from 255) = 32.34%

 GREEN value IS 172 (67.58% from 255) = 32.15%

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

R = 32.34%
G = 32.15%
B = 35.51%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADACBE (or 0xADACBE) is known color: Wistful. HEX triplet: AD, AC and BE. RGB value is (173,172,190). Sum of RGB (Red+Green+Blue) = 173+172+190=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADACBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACBE is #525341. Grayscale: #AEAEAE. Windows color (decimal): -5395266 or 12496045. OLE color: 12496045.

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

Color convert

RGB 173 172 190 -
CMYK 0.09 0.09 0 0.25
HSL 243.33º 0.12% 0.71% -
HSV(B) 243.33º 0.09% 0.75% -
XYZ 41.28 42.11 54.67 -
YUV 174.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 173 172 190 0.09 0.09 0 0.25 243.33 0.12 0.71
Hex AD AC BE 9 9 0 19 F3 C 47
Octal 255 254 276 11 11 0 31 363 14 107
Binary 10101101 10101100 10111110 1001 1001 0 11001 11110011 1100 1000111

Color Harmonies of #ADACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADACBE

Black with #ADACBE

Text Example


Text Example

White with #ADACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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