Html Css Color HEX #ADB8BF Heather

📋 copy color: '#ADB8BF'

red 173 ◦ green 184 ◦ blue 191

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

Shades of Heather #ADB8BF

Tints of Heather #ADB8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.58%

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

R = 31.57%
G = 33.58%
B = 34.85%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADB8BF (or 0xADB8BF) is known color: Heather. HEX triplet: AD, B8 and BF. RGB value is (173,184,191). Sum of RGB (Red+Green+Blue) = 173+184+191=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADB8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8BF is #524740. Grayscale: #B5B5B5. Windows color (decimal): -5392193 or 12564653. OLE color: 12564653.

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

Color convert

RGB 173 184 191 -
CMYK 0.09 0.04 0 0.25
HSL 203.33º 0.12% 0.71% -
HSV(B) 203.33º 0.09% 0.75% -
XYZ 43.78 46.93 56.04 -
YUV 181.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 173 184 191 0.09 0.04 0 0.25 203.33 0.12 0.71
Hex AD B8 BF 9 4 0 19 CB C 47
Octal 255 270 277 11 4 0 31 313 14 107
Binary 10101101 10111000 10111111 1001 100 0 11001 11001011 1100 1000111

Color Harmonies of #ADB8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8BF

Black with #ADB8BF

Text Example


Text Example

White with #ADB8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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