#A7BAC2

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

Shades of Heather #A7BAC2

Tints of Heather #A7BAC2

Color information

#A7BAC2 (or 0xA7BAC2) is unknown color: approx Heather. HEX triplet: A7, BA and C2. RGB value is (167,186,194). Sum of RGB (Red+Green+Blue) = 167+186+194=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 194 - color contains mainly: blue. Hex color #A7BAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BAC2 is #58453D. Grayscale: #B5B5B5. Windows color (decimal): -5784894 or 12761767. OLE color: 12761767.

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

Color convert

RGB167186194-
CMYK0.140.0400.24
HSL197.78º18.12%70.78%-
HSV(B)197.78º13.92%76.08%-
XYZ43.2347.2357.88-
YUV181.23135.21117.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.53%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 194 (76.17% from 255) = 35.47%
R=30.53%
G=34.00%
B=35.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671861940.140.0400.24197.7818.1270.78
HexA7BAC2E4018c61247
Octal24727230216403030622107
Binary101001111011101011000010111010001100011000110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BAC2; }

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

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

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

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

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

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

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

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