Html Css Color HEX #ADABBE Wistful

📋 copy color: '#ADABBE'

red 173 ◦ green 171 ◦ blue 190

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

Shades of Wistful #ADABBE

Tints of Wistful #ADABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.02%

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

R = 32.4%
G = 32.02%
B = 35.58%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADABBE (or 0xADABBE) is known color: Wistful. HEX triplet: AD, AB and BE. RGB value is (173,171,190). Sum of RGB (Red+Green+Blue) = 173+171+190=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABBE is #525441. Grayscale: #ADADAD. Windows color (decimal): -5395522 or 12495789. OLE color: 12495789.

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

Color convert

RGB 173 171 190 -
CMYK 0.09 0.10 0 0.25
HSL 246.32º 0.13% 0.71% -
HSV(B) 246.32º 0.1% 0.75% -
XYZ 41.09 41.73 54.6 -
YUV 173.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 173 171 190 0.09 0.10 0 0.25 246.32 0.13 0.71
Hex AD AB BE 9 A 0 19 F6 D 47
Octal 255 253 276 11 12 0 31 366 15 107
Binary 10101101 10101011 10111110 1001 1010 0 11001 11110110 1101 1000111

Color Harmonies of #ADABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABBE

Black with #ADABBE

Text Example


Text Example

White with #ADABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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