#A3BAC2

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

Shades of Heather #A3BAC2

Tints of Heather #A3BAC2

Color information

#A3BAC2 (or 0xA3BAC2) is unknown color: approx Heather. HEX triplet: A3, BA and C2. RGB value is (163,186,194). Sum of RGB (Red+Green+Blue) = 163+186+194=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 194 - color contains mainly: blue. Hex color #A3BAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BAC2 is #5C453D. Grayscale: #B3B3B3. Windows color (decimal): -6047038 or 12761763. OLE color: 12761763.

HSL color Cylindrical-coordinate representation of color #A3BAC2: hue angle of 195.48º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3BAC2 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163186194-
CMYK0.160.0400.24
HSL195.48º20.26%70%-
HSV(B)195.48º15.98%76.08%-
XYZ42.446.857.84-
YUV180.03135.88115.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 194 (76.17% from 255) = 35.73%
R=30.02%
G=34.25%
B=35.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631861940.160.0400.24195.4820.2670
HexA3BAC2104018c31446
Octal24327230220403030324106
Binary1010001110111010110000101000010001100011000011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BAC2; }

 p { color: rgb(163,186,194); }

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

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

 a { background-color: rgb(163,186,194); }

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

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

 span { border-color: rgb(163,186,194); }

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