COLOR #BCB7B5

HEX: #BCB7B5
RGB: (188,183,181)

Color info

#BCB7B5 contains red, green and blue colors in about the same proportion. Web safe color of #BCB7B5 is #CCCCCC (or #CCC).

RGB color model

#BCB7B5 color RGB value is (188,183,181).

  • red value is 188;
  • green value is 183;
  • blue value is 181.
RGB:
(188,183,181)
(74%,72%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 183 of 255 = 72%
B 181 of 255 = 71%

188
183
181

R + G + B ~ 72%. #BCB7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 183 + 181 = 552 (100%)
R 188 of 552 ~ 34.06%
G 183 of 552 ~ 33.15%
B 181 of 552 ~ 32.79%

%34.06
%33.15
%32.79

CMYK color model

#BCB7B5 color CMYK value is (0,3,4,26).

  • cyan value is 0.00%
  • magenta value is 2.66%
  • yellow value is 3.72%
  • key color value is 26.27%
CMYK:
(0,3,4,26)
C0M3Y4K26 
(0%,3%,4%,26%)
(0.00/0.03/0.04/0.26)	

CMYK percentages

%0
%2.66
%3.72
%26.27

Codes

Color #BCB7B5 in popluar color models

BCB7B5
RGB188183181
HSL17°4.96%72.35%
HSB/HSV17°3.72%73.73%
CMYK0.00%2.66%3.72%
26.27%

Color #BCB7B5 in popluar number systems.

HEXBCB7B5
Decimal188183181
Binary101111001011011110110101
Octal274267265

Shades and tints

Shades of #BCB7B5

#BCB7B5
(188,183,181)
#ABA7A5
(171,167,165)
#9A9795
(154,151,149)
#898785
(137,135,133)
#787775
(120,119,117)
#676765
(103,103,101)
#565755
(86,87,85)
#454745
(69,71,69)
#343735
(52,55,53)
#232725
(35,39,37)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCB7B5

#BCB7B5
(188,183,181)
#C2BDBB
(194,189,187)
#C8C3C1
(200,195,193)
#CEC9C7
(206,201,199)
#D4CFCD
(212,207,205)
#DAD5D3
(218,213,211)
#E0DBD9
(224,219,217)
#E6E1DF
(230,225,223)
#ECE7E5
(236,231,229)
#F2EDEB
(242,237,235)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB7B5; }

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

This text font color is #BCB7B5.


Background Color

.myBgColor { background-color: #BCB7B5; }

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

This div background color is #BCB7B5.


Border color

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

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

This div border color is #BCB7B5.


Opacity

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

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

Text with #BCB7B5 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 #BCB7B5;}

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

This text has shadow with #BCB7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB7B5 on black background.


Color preview on white background

This text has color #BCB7B5 on white background.



Black color preview on #BCB7B5 background

This text has black color on #BCB7B5 background.


White color preview on #BCB7B5 background

This text has white color on #BCB7B5 background.