#B1BCA5

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

Shades of Silver Chalice #B1BCA5

Tints of Silver Chalice #B1BCA5

Color information

#B1BCA5 (or 0xB1BCA5) is unknown color: approx Silver Chalice. HEX triplet: B1, BC and A5. RGB value is (177,188,165). Sum of RGB (Red+Green+Blue) = 177+188+165=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BCA5 is #4E435A. Grayscale: #B6B6B6. Windows color (decimal): -5129051 or 10861745. OLE color: 10861745.

HSL color Cylindrical-coordinate representation of color #B1BCA5: hue angle of 88.7º 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 #B1BCA5 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB177188165-
CMYK0.0600.120.26
HSL88.7º14.65%69.22%-
HSV(B)88.7º12.23%73.73%-
XYZ42.9148.0342.61-
YUV182.09118.36124.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=33.40%
G=35.47%
B=31.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881650.0600.120.2688.714.6569.22
HexB1BCA560C1A59f45
Octal26127424560143213117105
Binary1011000110111100101001011100110011010101100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCA5; }

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

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

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

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

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

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

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

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