#A4B7BF

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

Shades of Heather #A4B7BF

Tints of Heather #A4B7BF

Color information

#A4B7BF (or 0xA4B7BF) is unknown color: approx Heather. HEX triplet: A4, B7 and BF. RGB value is (164,183,191). Sum of RGB (Red+Green+Blue) = 164+183+191=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4B7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B7BF is #5B4840. Grayscale: #B2B2B2. Windows color (decimal): -5982273 or 12564388. OLE color: 12564388.

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

Color convert

RGB164183191-
CMYK0.140.0400.25
HSL197.78º17.42%69.61%-
HSV(B)197.78º14.14%74.9%-
XYZ41.6545.5255.88-
YUV178.23135.21117.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.48%
GREEN value IS 183 (71.88% from 255) = 34.01%
BLUE value IS 191 (75% from 255) = 35.50%
R=30.48%
G=34.01%
B=35.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641831910.140.0400.25197.7817.4269.61
HexA4B7BFE4019c61146
Octal24426727716403130621106
Binary101001001011011110111111111010001100111000110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B7BF; }

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

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

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

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

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

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

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

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