#A6B8BF

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

Shades of Heather #A6B8BF

Tints of Heather #A6B8BF

Color information

#A6B8BF (or 0xA6B8BF) is unknown color: approx Heather. HEX triplet: A6, B8 and BF. RGB value is (166,184,191). Sum of RGB (Red+Green+Blue) = 166+184+191=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 184 (72.27% from 255 or 34.01% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6B8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B8BF is #594740. Grayscale: #B3B3B3. Windows color (decimal): -5850945 or 12564646. OLE color: 12564646.

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

Color convert

RGB166184191-
CMYK0.130.0400.25
HSL196.8º16.34%70%-
HSV(B)196.8º13.09%74.9%-
XYZ42.2746.1555.97-
YUV179.42134.54118.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.68%
GREEN value IS 184 (72.27% from 255) = 34.01%
BLUE value IS 191 (75% from 255) = 35.30%
R=30.68%
G=34.01%
B=35.30%

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
Decimal1661841910.130.0400.25196.816.3470
HexA6B8BFD4019c51046
Octal24627027715403130520106
Binary101001101011100010111111110110001100111000101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B8BF; }

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

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

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

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

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

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

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

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