#B2B9A9

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

Shades of Silver Chalice #B2B9A9

Tints of Silver Chalice #B2B9A9

Color information

#B2B9A9 (or 0xB2B9A9) is unknown color: approx Silver Chalice. HEX triplet: B2, B9 and A9. RGB value is (178,185,169). Sum of RGB (Red+Green+Blue) = 178+185+169=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B9A9 is #4D4656. Grayscale: #B5B5B5. Windows color (decimal): -5064279 or 11123122. OLE color: 11123122.

HSL color Cylindrical-coordinate representation of color #B2B9A9: hue angle of 86.25º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2B9A9 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB178185169-
CMYK0.0400.090.27
HSL86.25º10.26%69.41%-
HSV(B)86.25º8.65%72.55%-
XYZ42.8747.0344.35-
YUV181.08121.18125.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 169 (66.41% from 255) = 31.77%
R=33.46%
G=34.77%
B=31.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781851690.0400.090.2786.2510.2669.41
HexB2B9A94091B56a45
Octal26227125140113312612105
Binary1011001010111001101010011000100111011101011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B9A9; }

 p { color: rgb(178,185,169); }

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

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

 a { background-color: rgb(178,185,169); }

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

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

 span { border-color: rgb(178,185,169); }

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