#A7BCC2

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

Shades of Heather #A7BCC2

Tints of Heather #A7BCC2

Color information

#A7BCC2 (or 0xA7BCC2) is unknown color: approx Heather. HEX triplet: A7, BC and C2. RGB value is (167,188,194). Sum of RGB (Red+Green+Blue) = 167+188+194=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 194 - color contains mainly: blue. Hex color #A7BCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BCC2 is #58433D. Grayscale: #B6B6B6. Windows color (decimal): -5784382 or 12762279. OLE color: 12762279.

HSL color Cylindrical-coordinate representation of color #A7BCC2: hue angle of 193.33º 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 #A7BCC2 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167188194-
CMYK0.140.0300.24
HSL193.33º18.12%70.78%-
HSV(B)193.33º13.92%76.08%-
XYZ43.6648.0858.02-
YUV182.4134.54117.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.42%
GREEN value IS 188 (73.83% from 255) = 34.24%
BLUE value IS 194 (76.17% from 255) = 35.34%
R=30.42%
G=34.24%
B=35.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671881940.140.0300.24193.3318.1270.78
HexA7BCC2E3018c11247
Octal24727430216303030122107
Binary10100111101111001100001011101101100011000001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BCC2; }

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

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

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

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

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

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

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

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