#A6B7BE

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

Shades of Heather #A6B7BE

Tints of Heather #A6B7BE

Color information

#A6B7BE (or 0xA6B7BE) is unknown color: approx Heather. HEX triplet: A6, B7 and BE. RGB value is (166,183,190). Sum of RGB (Red+Green+Blue) = 166+183+190=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B7BE is #594841. Grayscale: #B2B2B2. Windows color (decimal): -5851202 or 12498854. OLE color: 12498854.

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

Color convert

RGB166183190-
CMYK0.130.0400.25
HSL197.5º15.58%69.8%-
HSV(B)197.5º12.63%74.51%-
XYZ41.9545.6955.32-
YUV178.72134.37118.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 183 (71.88% from 255) = 33.95%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=30.80%
G=33.95%
B=35.25%

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
Decimal1661831900.130.0400.25197.515.5869.8
HexA6B7BED4019c61046
Octal24626727615403130620106
Binary101001101011011110111110110110001100111000110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B7BE; }

 p { color: rgb(166,183,190); }

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

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

 a { background-color: rgb(166,183,190); }

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

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

 span { border-color: rgb(166,183,190); }

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