#B1BCA3

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

Shades of Silver Chalice #B1BCA3

Tints of Silver Chalice #B1BCA3

Color information

#B1BCA3 (or 0xB1BCA3) is unknown color: approx Silver Chalice. HEX triplet: B1, BC and A3. RGB value is (177,188,163). Sum of RGB (Red+Green+Blue) = 177+188+163=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCA3 is #4E435C. Grayscale: #B5B5B5. Windows color (decimal): -5129053 or 10730673. OLE color: 10730673.

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

Color convert

RGB177188163-
CMYK0.0600.130.26
HSL86.4º15.72%68.82%-
HSV(B)86.4º13.3%73.73%-
XYZ42.7347.9641.66-
YUV181.86117.36124.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 163 (64.06% from 255) = 30.87%
R=33.52%
G=35.61%
B=30.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881630.0600.130.2686.415.7268.82
HexB1BCA360D1A561045
Octal26127424360153212620105
Binary10110001101111001010001111001101110101010110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCA3; }

 p { color: rgb(177,188,163); }

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

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

 a { background-color: rgb(177,188,163); }

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

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

 span { border-color: rgb(177,188,163); }

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