#ADA7BE

Color #ADA7BE Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #ADA7BE

Tints of Wistful #ADA7BE

Color information

#ADA7BE (or 0xADA7BE) is unknown color: approx Wistful. HEX triplet: AD, A7 and BE. RGB value is (173,167,190). Sum of RGB (Red+Green+Blue) = 173+167+190=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADA7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7BE is #525841. Grayscale: #ABABAB. Windows color (decimal): -5396546 or 12494765. OLE color: 12494765.

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

Color convert

RGB173167190-
CMYK0.090.1200.25
HSL255.65º15.03%70%-
HSV(B)255.65º12.11%74.51%-
XYZ40.3540.2454.36-
YUV171.42138.49129.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.64%
GREEN value IS 167 (65.62% from 255) = 31.51%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=32.64%
G=31.51%
B=35.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731671900.090.1200.25255.6515.0370
HexADA7BE9C019100f46
Octal255247276111403140017106
Binary1010110110100111101111101001110001100110000000011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA7BE; }

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

 H1.HeaderClassName
 {
   color: #ADA7BE;
 }
 .AnyTagClassName
 {
   color: #ADA7BE;
 }
</style>
background-color css

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

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

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

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

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

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