#B3BCA5

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

Shades of Silver Chalice #B3BCA5

Tints of Silver Chalice #B3BCA5

Color information

#B3BCA5 (or 0xB3BCA5) is unknown color: approx Silver Chalice. HEX triplet: B3, BC and A5. RGB value is (179,188,165). Sum of RGB (Red+Green+Blue) = 179+188+165=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BCA5 is #4C435A. Grayscale: #B6B6B6. Windows color (decimal): -4997979 or 10861747. OLE color: 10861747.

HSL color Cylindrical-coordinate representation of color #B3BCA5: hue angle of 83.48º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3BCA5 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB179188165-
CMYK0.0500.120.26
HSL83.48º14.65%69.22%-
HSV(B)83.48º12.23%73.73%-
XYZ43.3748.2742.63-
YUV182.69118.02125.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.65%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=33.65%
G=35.34%
B=31.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791881650.0500.120.2683.4814.6569.22
HexB3BCA550C1A53f45
Octal26327424550143212317105
Binary1011001110111100101001011010110011010101001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BCA5; }

 p { color: rgb(179,188,165); }

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

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

 a { background-color: rgb(179,188,165); }

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

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

 span { border-color: rgb(179,188,165); }

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