Html Css Color HEX #ADADBE Wistful

📋 copy color: '#ADADBE'

red 173 ◦ green 173 ◦ blue 190

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

Shades of Wistful #ADADBE

Tints of Wistful #ADADBE

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 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

#ADADBE (or 0xADADBE) is known color: 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

RGB 173 173 190 -
CMYK 0.09 0.09 0 0.25
HSL 240º 0.12% 0.71% -
HSV(B) 240º 0.09% 0.75% -
XYZ 41.47 42.49 54.73 -
YUV 174.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 173 173 190 0.09 0.09 0 0.25 240 0.12 0.71
Hex AD AD BE 9 9 0 19 F0 C 47
Octal 255 255 276 11 11 0 31 360 14 107
Binary 10101101 10101101 10111110 1001 1001 0 11001 11110000 1100 1000111

Color Harmonies of #ADADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADADBE

Black with #ADADBE

Text Example


Text Example

White with #ADADBE

Text Example


Text Example

HTML Codes & Css Web 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>