#ADADBE

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

Shades of Wistful #ADADBE

Tints of Wistful #ADADBE

Color information

#ADADBE (or 0xADADBE) is unknown color: approx Wistful. HEX triplet: AD, AD and BE. RGB value is (173,173,190). Sum of RGB (Red+Green+Blue) = 173+173+190=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADBE is #525241. Grayscale: #AEAEAE. Windows color (decimal): -5395010 or 12496301. OLE color: 12496301.

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

Color convert

RGB173173190-
CMYK0.090.0900.25
HSL240º11.56%71.18%-
HSV(B)240º8.95%74.51%-
XYZ41.4742.4954.73-
YUV174.94136.5126.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=32.28%
G=32.28%
B=35.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731731900.090.0900.2524011.5671.18
HexADADBE99019f0c47
Octal255255276111103136014107
Binary101011011010110110111110100110010110011111000011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADBE; }

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

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

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

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

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

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

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

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