#A6B6BF

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

Shades of Heather #A6B6BF

Tints of Heather #A6B6BF

Color information

#A6B6BF (or 0xA6B6BF) is unknown color: approx Heather. HEX triplet: A6, B6 and BF. RGB value is (166,182,191). Sum of RGB (Red+Green+Blue) = 166+182+191=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6B6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B6BF is #594940. Grayscale: #B2B2B2. Windows color (decimal): -5851457 or 12564134. OLE color: 12564134.

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

Color convert

RGB166182191-
CMYK0.130.0500.25
HSL201.6º16.34%70%-
HSV(B)201.6º13.09%74.9%-
XYZ41.8645.3255.83-
YUV178.24135.2119.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 182 (71.48% from 255) = 33.77%
BLUE value IS 191 (75% from 255) = 35.44%
R=30.80%
G=33.77%
B=35.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661821910.130.0500.25201.616.3470
HexA6B6BFD5019ca1046
Octal24626627715503131220106
Binary101001101011011010111111110110101100111001010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B6BF; }

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

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

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

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

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

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

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

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