#A3B2BC

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

Shades of Heather #A3B2BC

Tints of Heather #A3B2BC

Color information

#A3B2BC (or 0xA3B2BC) is unknown color: approx Heather. HEX triplet: A3, B2 and BC. RGB value is (163,178,188). Sum of RGB (Red+Green+Blue) = 163+178+188=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #A3B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B2BC is #5C4D43. Grayscale: #AEAEAE. Windows color (decimal): -6049092 or 12366499. OLE color: 12366499.

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

Color convert

RGB163178188-
CMYK0.130.0500.26
HSL204º15.72%68.82%-
HSV(B)204º13.3%73.73%-
XYZ40.143.2653.81-
YUV174.65135.53119.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 178 (69.92% from 255) = 33.65%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=30.81%
G=33.65%
B=35.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631781880.130.0500.2620415.7268.82
HexA3B2BCD501Acc1045
Octal24326227415503231420105
Binary101000111011001010111100110110101101011001100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B2BC; }

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

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

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

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

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

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

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

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