Html Css Color HEX #ADB9BF Heather

📋 copy color: '#ADB9BF'

red 173 ◦ green 185 ◦ blue 191

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

Shades of Heather #ADB9BF

Tints of Heather #ADB9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.7%

 BLUE value IS 191 (75% from 255) = 34.79%

R = 31.51%
G = 33.7%
B = 34.79%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADB9BF (or 0xADB9BF) is known color: Heather. HEX triplet: AD, B9 and BF. RGB value is (173,185,191). Sum of RGB (Red+Green+Blue) = 173+185+191=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9BF is #524640. Grayscale: #B6B6B6. Windows color (decimal): -5391937 or 12564909. OLE color: 12564909.

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

Color convert

RGB 173 185 191 -
CMYK 0.09 0.03 0 0.25
HSL 200º 0.12% 0.71% -
HSV(B) 200º 0.09% 0.75% -
XYZ 43.99 47.34 56.11 -
YUV 182.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 173 185 191 0.09 0.03 0 0.25 200 0.12 0.71
Hex AD B9 BF 9 3 0 19 C8 C 47
Octal 255 271 277 11 3 0 31 310 14 107
Binary 10101101 10111001 10111111 1001 11 0 11001 11001000 1100 1000111

Color Harmonies of #ADB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB9BF

Black with #ADB9BF

Text Example


Text Example

White with #ADB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB9BF; }

 p { color: rgb(173,185,191); }

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

background-color css

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

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

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

border-color css

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

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

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