#A6B2BF

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

Shades of Heather #A6B2BF

Tints of Heather #A6B2BF

Color information

#A6B2BF (or 0xA6B2BF) is unknown color: approx Heather. HEX triplet: A6, B2 and BF. RGB value is (166,178,191). Sum of RGB (Red+Green+Blue) = 166+178+191=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B2BF is #594D40. Grayscale: #AFAFAF. Windows color (decimal): -5852481 or 12563110. OLE color: 12563110.

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

Color convert

RGB166178191-
CMYK0.130.0700.25
HSL211.2º16.34%70%-
HSV(B)211.2º13.09%74.9%-
XYZ41.0543.7155.56-
YUV175.89136.52120.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 191 (75% from 255) = 35.70%
R=31.03%
G=33.27%
B=35.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661781910.130.0700.25211.216.3470
HexA6B2BFD7019d31046
Octal24626227715703132320106
Binary101001101011001010111111110111101100111010011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B2BF; }

 p { color: rgb(166,178,191); }

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

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

 a { background-color: rgb(166,178,191); }

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

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

 span { border-color: rgb(166,178,191); }

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