Html Css Color HEX #ADABCB Wistful

📋 copy color: '#ADABCB'

red 173 ◦ green 171 ◦ blue 203

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

Shades of Wistful #ADABCB

Tints of Wistful #ADABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 31.63%
G = 31.26%
B = 37.11%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADABCB (or 0xADABCB) is known color: Wistful. HEX triplet: AD, AB and CB. RGB value is (173,171,203). Sum of RGB (Red+Green+Blue) = 173+171+203=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABCB is #525434. Grayscale: #AFAFAF. Windows color (decimal): -5395509 or 13347757. OLE color: 13347757.

HSL color Cylindrical-coordinate representation of color #ADABCB: hue angle of 243.75º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADABCB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 171 203 -
CMYK 0.15 0.16 0 0.20
HSL 243.75º 0.24% 0.73% -
HSV(B) 243.75º 0.16% 0.8% -
XYZ 42.58 42.32 62.42 -
YUV 175.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 173 171 203 0.15 0.16 0 0.20 243.75 0.24 0.73
Hex AD AB CB F 10 0 14 F4 18 49
Octal 255 253 313 17 20 0 24 364 30 111
Binary 10101101 10101011 11001011 1111 10000 0 10100 11110100 11000 1001001

Color Harmonies of #ADABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADABCB

Black with #ADABCB

Text Example


Text Example

White with #ADABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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