#A6B4BF

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

Shades of Heather #A6B4BF

Tints of Heather #A6B4BF

Color information

#A6B4BF (or 0xA6B4BF) is unknown color: approx Heather. HEX triplet: A6, B4 and BF. RGB value is (166,180,191). Sum of RGB (Red+Green+Blue) = 166+180+191=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B4BF is #594B40. Grayscale: #B1B1B1. Windows color (decimal): -5851969 or 12563622. OLE color: 12563622.

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

Color convert

RGB166180191-
CMYK0.130.0600.25
HSL206.4º16.34%70%-
HSV(B)206.4º13.09%74.9%-
XYZ41.4544.5155.7-
YUV177.07135.86120.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 180 (70.70% from 255) = 33.52%
BLUE value IS 191 (75% from 255) = 35.57%
R=30.91%
G=33.52%
B=35.57%

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
Decimal1661801910.130.0600.25206.416.3470
HexA6B4BFD6019ce1046
Octal24626427715603131620106
Binary101001101011010010111111110111001100111001110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B4BF; }

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

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

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

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

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

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

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

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