#B2BCA5

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

Shades of Silver Chalice #B2BCA5

Tints of Silver Chalice #B2BCA5

Color information

#B2BCA5 (or 0xB2BCA5) is unknown color: approx Silver Chalice. HEX triplet: B2, BC and A5. RGB value is (178,188,165). Sum of RGB (Red+Green+Blue) = 178+188+165=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BCA5 is #4D435A. Grayscale: #B6B6B6. Windows color (decimal): -5063515 or 10861746. OLE color: 10861746.

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

Color convert

RGB178188165-
CMYK0.0500.120.26
HSL86.09º14.65%69.22%-
HSV(B)86.09º12.23%73.73%-
XYZ43.1348.1542.62-
YUV182.39118.19124.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.52%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 165 (64.84% from 255) = 31.07%
R=33.52%
G=35.40%
B=31.07%

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
Decimal1781881650.0500.120.2686.0914.6569.22
HexB2BCA550C1A56f45
Octal26227424550143212617105
Binary1011001010111100101001011010110011010101011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BCA5; }

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

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

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

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

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

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

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

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