#A6B2BC

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

Shades of Heather #A6B2BC

Tints of Heather #A6B2BC

Color information

#A6B2BC (or 0xA6B2BC) is unknown color: approx Heather. HEX triplet: A6, B2 and BC. RGB value is (166,178,188). Sum of RGB (Red+Green+Blue) = 166+178+188=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B2BC is #594D43. Grayscale: #AFAFAF. Windows color (decimal): -5852484 or 12366502. OLE color: 12366502.

HSL color Cylindrical-coordinate representation of color #A6B2BC: hue angle of 207.27º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6B2BC is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166178188-
CMYK0.120.0500.26
HSL207.27º14.1%69.41%-
HSV(B)207.27º11.7%73.73%-
XYZ40.7243.5853.84-
YUV175.55135.02121.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=31.20%
G=33.46%
B=35.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661781880.120.0500.26207.2714.169.41
HexA6B2BCC501Acfe45
Octal24626227414503231716105
Binary10100110101100101011110011001010110101100111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B2BC; }

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

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

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

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

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

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

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

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