#B2B7A6

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

Shades of Silver Chalice #B2B7A6

Tints of Silver Chalice #B2B7A6

Color information

#B2B7A6 (or 0xB2B7A6) is unknown color: approx Silver Chalice. HEX triplet: B2, B7 and A6. RGB value is (178,183,166). Sum of RGB (Red+Green+Blue) = 178+183+166=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B7A6 is #4D4859. Grayscale: #B3B3B3. Windows color (decimal): -5064794 or 10926002. OLE color: 10926002.

HSL color Cylindrical-coordinate representation of color #B2B7A6: hue angle of 77.65º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2B7A6 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB178183166-
CMYK0.0300.090.28
HSL77.65º10.56%68.43%-
HSV(B)77.65º9.29%71.76%-
XYZ42.1846.0942.75-
YUV179.57120.34126.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=33.78%
G=34.72%
B=31.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781831660.0300.090.2877.6510.5668.43
HexB2B7A63091C4eb44
Octal26226724630113411613104
Binary101100101011011110100110110100111100100111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B7A6; }

 p { color: rgb(178,183,166); }

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

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

 a { background-color: rgb(178,183,166); }

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

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

 span { border-color: rgb(178,183,166); }

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