#A6B2BE

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

Shades of Heather #A6B2BE

Tints of Heather #A6B2BE

Color information

#A6B2BE (or 0xA6B2BE) is unknown color: approx Heather. HEX triplet: A6, B2 and BE. RGB value is (166,178,190). Sum of RGB (Red+Green+Blue) = 166+178+190=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6B2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B2BE is #594D41. Grayscale: #AFAFAF. Windows color (decimal): -5852482 or 12497574. OLE color: 12497574.

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

Color convert

RGB166178190-
CMYK0.130.0600.25
HSL210º15.58%69.8%-
HSV(B)210º12.63%74.51%-
XYZ40.9443.6754.99-
YUV175.78136.02121.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=31.09%
G=33.33%
B=35.58%

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
Decimal1661781900.130.0600.2521015.5869.8
HexA6B2BED6019d21046
Octal24626227615603132220106
Binary101001101011001010111110110111001100111010010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B2BE; }

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

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

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

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

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

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

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

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