#ADA8BE

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

Shades of Wistful #ADA8BE

Tints of Wistful #ADA8BE

Color information

#ADA8BE (or 0xADA8BE) is unknown color: approx Wistful. HEX triplet: AD, A8 and BE. RGB value is (173,168,190). Sum of RGB (Red+Green+Blue) = 173+168+190=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8BE is #525741. Grayscale: #ABABAB. Windows color (decimal): -5396290 or 12495021. OLE color: 12495021.

HSL color Cylindrical-coordinate representation of color #ADA8BE: hue angle of 253.64º degrees, saturation: 0.14, 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 #ADA8BE is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173168190-
CMYK0.090.1200.25
HSL253.64º14.47%70.2%-
HSV(B)253.64º11.58%74.51%-
XYZ40.5340.6154.42-
YUV172138.16128.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.58%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=32.58%
G=31.64%
B=35.78%

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
Decimal1731681900.090.1200.25253.6414.4770.2
HexADA8BE9C019fee46
Octal255250276111403137616106
Binary101011011010100010111110100111000110011111111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8BE; }

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

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

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

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

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

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

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

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