COLOR #BCB1B1

HEX: #BCB1B1
RGB: (188,177,177)

Color info

#BCB1B1 contains red, green and blue colors in about the same proportion. Web safe color of #BCB1B1 is #CC9999 (or #C99).

RGB color model

#BCB1B1 color RGB value is (188,177,177).

  • red value is 188;
  • green value is 177;
  • blue value is 177.
RGB:
(188,177,177)
(74%,69%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 177 of 255 = 69%

188
177
177

R + G + B ~ 71%. #BCB1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 177 + 177 = 542 (100%)
R 188 of 542 ~ 34.69%
G 177 of 542 ~ 32.66%
B 177 of 542 ~ 32.66%

%34.69
%32.66
%32.66

CMYK color model

#BCB1B1 color CMYK value is (0,6,6,26).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 5.85%
  • key color value is 26.27%
CMYK:
(0,6,6,26)
C0M6Y6K26 
(0%,6%,6%,26%)
(0.00/0.06/0.06/0.26)	

CMYK percentages

%0
%5.85
%5.85
%26.27

Codes

Color #BCB1B1 in popluar color models

BCB1B1
RGB188177177
HSL7.59%71.57%
HSB/HSV5.85%73.73%
CMYK0.00%5.85%5.85%
26.27%

Color #BCB1B1 in popluar number systems.

HEXBCB1B1
Decimal188177177
Binary101111001011000110110001
Octal274261261

Shades and tints

Shades of #BCB1B1

#BCB1B1
(188,177,177)
#ABA1A1
(171,161,161)
#9A9191
(154,145,145)
#898181
(137,129,129)
#787171
(120,113,113)
#676161
(103,97,97)
#565151
(86,81,81)
#454141
(69,65,65)
#343131
(52,49,49)
#232121
(35,33,33)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #BCB1B1

#BCB1B1
(188,177,177)
#C2B8B8
(194,184,184)
#C8BFBF
(200,191,191)
#CEC6C6
(206,198,198)
#D4CDCD
(212,205,205)
#DAD4D4
(218,212,212)
#E0DBDB
(224,219,219)
#E6E2E2
(230,226,226)
#ECE9E9
(236,233,233)
#F2F0F0
(242,240,240)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB1B1 color. Also use rgb(188,177,177) instead hex code.

Text Font Color

.myTextColor { color: #BCB1B1; }

<p style="color:#BCB1B1">This sample text font color is #BCB1B1.</p>

This text font color is #BCB1B1.


Background Color

.myBgColor { background-color: #BCB1B1; }

<div style="background-color:#BCB1B1">Inner text</div>

This div background color is #BCB1B1.


Border color

.myBorderColor { border: 1px solid #BCB1B1; }

<div style="border:3px solid #BCB1B1">Div</div>

This div border color is #BCB1B1.


Opacity

.myOpacity80 { color: #BCB1B1; opacity: 0.8; }

<p style="color:#BCB1B1;opacity:0.8;">80%</p>

Text with #BCB1B1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BCB1B1;}

<p style="text-shadow: 3px 3px 1px #BCB1B1">Text here.</p>

This text has shadow with #BCB1B1 color.

.textShadow {text-shadow: 3px 3px 1px #BCB1B1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BCB1B1, 5px 5px 20px red">Text here.</p>

This text has shadow with #BCB1B1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCB1B1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BCB1B1, Direction=45, Strength=4)">Text</p>

This text has shadow with #BCB1B1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BCB1B1;
  -webkit-box-shadow:	1px 1px 3px 2px #BCB1B1;
  box-shadow:		1px 1px 3px 2px #BCB1B1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCB1B1;
-webkit-box-shadow: 1px 1px 3px 2px #BCB1B1;
box-shadow:1px 1px 3px 2px #BCB1B1;">
Div content here</div>
This div box has shadow with color #BCB1B1.

Preview

Color preview on black background

This text has color #BCB1B1 on black background.


Color preview on white background

This text has color #BCB1B1 on white background.



Black color preview on #BCB1B1 background

This text has black color on #BCB1B1 background.


White color preview on #BCB1B1 background

This text has white color on #BCB1B1 background.