COLOR #BCB7BA

HEX: #BCB7BA
RGB: (188,183,186)

Color info

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

RGB color model

#BCB7BA color RGB value is (188,183,186).

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

RGB channels and saturation

R 188 of 255 = 74%
G 183 of 255 = 72%
B 186 of 255 = 73%

188
183
186

R + G + B ~ 73%. #BCB7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 183 + 186 = 557 (100%)
R 188 of 557 ~ 33.75%
G 183 of 557 ~ 32.85%
B 186 of 557 ~ 33.39%

%33.75
%32.85
%33.39

CMYK color model

#BCB7BA color CMYK value is (0,3,1,26).

  • cyan value is 0.00%
  • magenta value is 2.66%
  • yellow value is 1.06%
  • key color value is 26.27%
CMYK:
(0,3,1,26)
C0M3Y1K26 
(0%,3%,1%,26%)
(0.00/0.03/0.01/0.26)	

CMYK percentages

%0
%2.66
%1.06
%26.27

Codes

Color #BCB7BA in popluar color models

BCB7BA
RGB188183186
HSL324°3.60%72.75%
HSB/HSV324°2.66%73.73%
CMYK0.00%2.66%1.06%
26.27%

Color #BCB7BA in popluar number systems.

HEXBCB7BA
Decimal188183186
Binary101111001011011110111010
Octal274267272

Shades and tints

Shades of #BCB7BA

#BCB7BA
(188,183,186)
#ABA7AA
(171,167,170)
#9A979A
(154,151,154)
#89878A
(137,135,138)
#78777A
(120,119,122)
#67676A
(103,103,106)
#56575A
(86,87,90)
#45474A
(69,71,74)
#34373A
(52,55,58)
#23272A
(35,39,42)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #BCB7BA

#BCB7BA
(188,183,186)
#C2BDC0
(194,189,192)
#C8C3C6
(200,195,198)
#CEC9CC
(206,201,204)
#D4CFD2
(212,207,210)
#DAD5D8
(218,213,216)
#E0DBDE
(224,219,222)
#E6E1E4
(230,225,228)
#ECE7EA
(236,231,234)
#F2EDF0
(242,237,240)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB7BA; }

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

This text font color is #BCB7BA.


Background Color

.myBgColor { background-color: #BCB7BA; }

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

This div background color is #BCB7BA.


Border color

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

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

This div border color is #BCB7BA.


Opacity

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

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

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

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

This text has shadow with #BCB7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB7BA on black background.


Color preview on white background

This text has color #BCB7BA on white background.



Black color preview on #BCB7BA background

This text has black color on #BCB7BA background.


White color preview on #BCB7BA background

This text has white color on #BCB7BA background.