#A6B3BF

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

Shades of Heather #A6B3BF

Tints of Heather #A6B3BF

Color information

#A6B3BF (or 0xA6B3BF) is unknown color: approx Heather. HEX triplet: A6, B3 and BF. RGB value is (166,179,191). Sum of RGB (Red+Green+Blue) = 166+179+191=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B3BF is #594C40. Grayscale: #B0B0B0. Windows color (decimal): -5852225 or 12563366. OLE color: 12563366.

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

Color convert

RGB166179191-
CMYK0.130.0600.25
HSL208.8º16.34%70%-
HSV(B)208.8º13.09%74.9%-
XYZ41.2544.1155.63-
YUV176.48136.19120.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 179 (70.31% from 255) = 33.40%
BLUE value IS 191 (75% from 255) = 35.63%
R=30.97%
G=33.40%
B=35.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661791910.130.0600.25208.816.3470
HexA6B3BFD6019d11046
Octal24626327715603132120106
Binary101001101011001110111111110111001100111010001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B3BF; }

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

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

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

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

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

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

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

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