#B2B5A9

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

Shades of Silver Chalice #B2B5A9

Tints of Silver Chalice #B2B5A9

Color information

#B2B5A9 (or 0xB2B5A9) is unknown color: approx Silver Chalice. HEX triplet: B2, B5 and A9. RGB value is (178,181,169). Sum of RGB (Red+Green+Blue) = 178+181+169=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B5A9 is #4D4A56. Grayscale: #B2B2B2. Windows color (decimal): -5065303 or 11122098. OLE color: 11122098.

HSL color Cylindrical-coordinate representation of color #B2B5A9: hue angle of 75º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B2B5A9 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB178181169-
CMYK0.0200.070.29
HSL75º7.5%68.63%-
HSV(B)75º6.63%70.98%-
XYZ42.0545.3844.08-
YUV178.74122.51127.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=33.71%
G=34.28%
B=32.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811690.0200.070.29757.568.63
HexB2B5A92071D4b845
Octal2622652512073511310105
Binary10110010101101011010100110011111101100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B5A9; }

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

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

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

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

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

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

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

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