#B0B3AC

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

Shades of Silver Chalice #B0B3AC

Tints of Silver Chalice #B0B3AC

Color information

#B0B3AC (or 0xB0B3AC) is unknown color: approx Silver Chalice. HEX triplet: B0, B3 and AC. RGB value is (176,179,172). Sum of RGB (Red+Green+Blue) = 176+179+172=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B3AC is #4F4C53. Grayscale: #B1B1B1. Windows color (decimal): -5196884 or 11318192. OLE color: 11318192.

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

Color convert

RGB176179172-
CMYK0.0200.040.30
HSL85.71º4.4%68.82%-
HSV(B)85.71º3.91%70.2%-
XYZ41.4744.4545.42-
YUV177.3125.01127.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=33.40%
G=33.97%
B=32.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791720.0200.040.3085.714.468.82
HexB0B3AC2041E56445
Octal260263254204361264105
Binary1011000010110011101011001001001111010101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B3AC; }

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

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

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

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

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

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

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

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