#ADB7BF

Color #ADB7BF Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #ADB7BF

Tints of Heather #ADB7BF

Color information

#ADB7BF (or 0xADB7BF) is unknown color: approx Heather. HEX triplet: AD, B7 and BF. RGB value is (173,183,191). Sum of RGB (Red+Green+Blue) = 173+183+191=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADB7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7BF is #524840. Grayscale: #B4B4B4. Windows color (decimal): -5392449 or 12564397. OLE color: 12564397.

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

Color convert

RGB173183191-
CMYK0.090.0400.25
HSL206.67º12.33%71.37%-
HSV(B)206.67º9.42%74.9%-
XYZ43.5746.5155.97-
YUV180.92133.69122.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 183 (71.88% from 255) = 33.46%
BLUE value IS 191 (75% from 255) = 34.92%
R=31.63%
G=33.46%
B=34.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731831910.090.0400.25206.6712.3371.37
HexADB7BF94019cfc47
Octal25526727711403131714107
Binary10101101101101111011111110011000110011100111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7BF; }

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

 H1.HeaderClassName
 {
   color: #ADB7BF;
 }
 .AnyTagClassName
 {
   color: #ADB7BF;
 }
</style>
background-color css

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

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

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

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

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

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