#B0B5AC

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

Shades of Silver Chalice #B0B5AC

Tints of Silver Chalice #B0B5AC

Color information

#B0B5AC (or 0xB0B5AC) is unknown color: approx Silver Chalice. HEX triplet: B0, B5 and AC. RGB value is (176,181,172). Sum of RGB (Red+Green+Blue) = 176+181+172=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B5AC is #4F4A53. Grayscale: #B2B2B2. Windows color (decimal): -5196372 or 11318704. OLE color: 11318704.

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

Color convert

RGB176181172-
CMYK0.0300.050.29
HSL93.33º5.73%69.22%-
HSV(B)93.33º4.97%70.98%-
XYZ41.8745.2645.56-
YUV178.48124.34126.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 172 (67.58% from 255) = 32.51%
R=33.27%
G=34.22%
B=32.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761811720.0300.050.2993.335.7369.22
HexB0B5AC3051D5d645
Octal260265254305351356105
Binary1011000010110101101011001101011110110111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B5AC; }

 p { color: rgb(176,181,172); }

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

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

 a { background-color: rgb(176,181,172); }

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

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

 span { border-color: rgb(176,181,172); }

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