#A6B3BE

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

Shades of Heather #A6B3BE

Tints of Heather #A6B3BE

Color information

#A6B3BE (or 0xA6B3BE) is unknown color: approx Heather. HEX triplet: A6, B3 and BE. RGB value is (166,179,190). Sum of RGB (Red+Green+Blue) = 166+179+190=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6B3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B3BE is #594C41. Grayscale: #B0B0B0. Windows color (decimal): -5852226 or 12497830. OLE color: 12497830.

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

Color convert

RGB166179190-
CMYK0.130.0600.25
HSL207.5º15.58%69.8%-
HSV(B)207.5º12.63%74.51%-
XYZ41.1444.0655.05-
YUV176.37135.69120.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=31.03%
G=33.46%
B=35.51%

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
Decimal1661791900.130.0600.25207.515.5869.8
HexA6B3BED6019d01046
Octal24626327615603132020106
Binary101001101011001110111110110111001100111010000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B3BE; }

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

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

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

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

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

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

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

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