COLOR #BCB5BA

HEX: #BCB5BA
RGB: (188,181,186)

Color info

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

RGB color model

#BCB5BA color RGB value is (188,181,186).

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

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 186 of 255 = 73%

188
181
186

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

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 186 = 555 (100%)
R 188 of 555 ~ 33.87%
G 181 of 555 ~ 32.61%
B 186 of 555 ~ 33.51%

%33.87
%32.61
%33.51

CMYK color model

#BCB5BA color CMYK value is (0,4,1,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 1.06%
  • key color value is 26.27%
CMYK:
(0,4,1,26)
C0M4Y1K26 
(0%,4%,1%,26%)
(0.00/0.04/0.01/0.26)	

CMYK percentages

%0
%3.72
%1.06
%26.27

Codes

Color #BCB5BA in popluar color models

BCB5BA
RGB188181186
HSL317°4.96%72.35%
HSB/HSV317°3.72%73.73%
CMYK0.00%3.72%1.06%
26.27%

Color #BCB5BA in popluar number systems.

HEXBCB5BA
Decimal188181186
Binary101111001011010110111010
Octal274265272

Shades and tints

Shades of #BCB5BA

#BCB5BA
(188,181,186)
#ABA5AA
(171,165,170)
#9A959A
(154,149,154)
#89858A
(137,133,138)
#78757A
(120,117,122)
#67656A
(103,101,106)
#56555A
(86,85,90)
#45454A
(69,69,74)
#34353A
(52,53,58)
#23252A
(35,37,42)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #BCB5BA

#BCB5BA
(188,181,186)
#C2BBC0
(194,187,192)
#C8C1C6
(200,193,198)
#CEC7CC
(206,199,204)
#D4CDD2
(212,205,210)
#DAD3D8
(218,211,216)
#E0D9DE
(224,217,222)
#E6DFE4
(230,223,228)
#ECE5EA
(236,229,234)
#F2EBF0
(242,235,240)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5BA; }

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

This text font color is #BCB5BA.


Background Color

.myBgColor { background-color: #BCB5BA; }

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

This div background color is #BCB5BA.


Border color

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

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

This div border color is #BCB5BA.


Opacity

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

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

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

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

This text has shadow with #BCB5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB5BA on black background.


Color preview on white background

This text has color #BCB5BA on white background.



Black color preview on #BCB5BA background

This text has black color on #BCB5BA background.


White color preview on #BCB5BA background

This text has white color on #BCB5BA background.