#A7B8BF

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

Shades of Heather #A7B8BF

Tints of Heather #A7B8BF

Color information

#A7B8BF (or 0xA7B8BF) is unknown color: approx Heather. HEX triplet: A7, B8 and BF. RGB value is (167,184,191). Sum of RGB (Red+Green+Blue) = 167+184+191=542 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.81% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #A7B8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B8BF is #584740. Grayscale: #B3B3B3. Windows color (decimal): -5785409 or 12564647. OLE color: 12564647.

HSL color Cylindrical-coordinate representation of color #A7B8BF: hue angle of 197.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7B8BF is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167184191-
CMYK0.130.0400.25
HSL197.5º15.79%70.2%-
HSV(B)197.5º12.57%74.9%-
XYZ42.4846.2655.98-
YUV179.72134.37118.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.81%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 191 (75% from 255) = 35.24%
R=30.81%
G=33.95%
B=35.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671841910.130.0400.25197.515.7970.2
HexA7B8BFD4019c61046
Octal24727027715403130620106
Binary101001111011100010111111110110001100111000110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B8BF; }

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

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

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

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

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

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

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

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