#B2B5AD

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

Shades of Silver Chalice #B2B5AD

Tints of Silver Chalice #B2B5AD

Color information

#B2B5AD (or 0xB2B5AD) is unknown color: approx Silver Chalice. HEX triplet: B2, B5 and AD. RGB value is (178,181,173). Sum of RGB (Red+Green+Blue) = 178+181+173=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 181 (71.09% from 255 or 34.02% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B5AD is #4D4A52. Grayscale: #B3B3B3. Windows color (decimal): -5065299 or 11384242. OLE color: 11384242.

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

Color convert

RGB178181173-
CMYK0.0200.040.29
HSL82.5º5.13%69.41%-
HSV(B)82.5º4.42%70.98%-
XYZ42.4345.5346.09-
YUV179.19124.51127.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 181 (71.09% from 255) = 34.02%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=33.46%
G=34.02%
B=32.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811730.0200.040.2982.55.1369.41
HexB2B5AD2041D52545
Octal262265255204351225105
Binary1011001010110101101011011001001110110100101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B5AD; }

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

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

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

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

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

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

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

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