#A7B6BE

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

Shades of Heather #A7B6BE

Tints of Heather #A7B6BE

Color information

#A7B6BE (or 0xA7B6BE) is unknown color: approx Heather. HEX triplet: A7, B6 and BE. RGB value is (167,182,190). Sum of RGB (Red+Green+Blue) = 167+182+190=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7B6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B6BE is #584941. Grayscale: #B2B2B2. Windows color (decimal): -5785922 or 12498599. OLE color: 12498599.

HSL color Cylindrical-coordinate representation of color #A7B6BE: hue angle of 200.87º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7B6BE is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167182190-
CMYK0.120.0400.25
HSL200.87º15.03%70%-
HSV(B)200.87º12.11%74.51%-
XYZ41.9645.3955.26-
YUV178.43134.53119.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.98%
GREEN value IS 182 (71.48% from 255) = 33.77%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=30.98%
G=33.77%
B=35.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671821900.120.0400.25200.8715.0370
HexA7B6BEC4019c9f46
Octal24726627614403131117106
Binary10100111101101101011111011001000110011100100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B6BE; }

 p { color: rgb(167,182,190); }

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

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

 a { background-color: rgb(167,182,190); }

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

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

 span { border-color: rgb(167,182,190); }

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