COLOR #BCB5BF

HEX: #BCB5BF
RGB: (188,181,191)

Color info

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

RGB color model

#BCB5BF color RGB value is (188,181,191).

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

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 191 of 255 = 75%

188
181
191

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

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 191 = 560 (100%)
R 188 of 560 ~ 33.57%
G 181 of 560 ~ 32.32%
B 191 of 560 ~ 34.11%

%33.57
%32.32
%34.11

CMYK color model

#BCB5BF color CMYK value is (2,5,0,25).

  • cyan value is 1.57%
  • magenta value is 5.24%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,5,0,25)
C2M5Y0K25 
(2%,5%,0%,25%)
(0.02/0.05/0.00/0.25)	

CMYK percentages

%1.57
%5.24
%0
%25.1

Codes

Color #BCB5BF in popluar color models

BCB5BF
RGB188181191
HSL282°7.25%72.94%
HSB/HSV282°5.24%74.90%
CMYK1.57%5.24%0.00%
25.10%

Color #BCB5BF in popluar number systems.

HEXBCB5BF
Decimal188181191
Binary101111001011010110111111
Octal274265277

Shades and tints

Shades of #BCB5BF

#BCB5BF
(188,181,191)
#ABA5AE
(171,165,174)
#9A959D
(154,149,157)
#89858C
(137,133,140)
#78757B
(120,117,123)
#67656A
(103,101,106)
#565559
(86,85,89)
#454548
(69,69,72)
#343537
(52,53,55)
#232526
(35,37,38)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #BCB5BF

#BCB5BF
(188,181,191)
#C2BBC4
(194,187,196)
#C8C1C9
(200,193,201)
#CEC7CE
(206,199,206)
#D4CDD3
(212,205,211)
#DAD3D8
(218,211,216)
#E0D9DD
(224,217,221)
#E6DFE2
(230,223,226)
#ECE5E7
(236,229,231)
#F2EBEC
(242,235,236)
#F8F1F1
(248,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5BF; }

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

This text font color is #BCB5BF.


Background Color

.myBgColor { background-color: #BCB5BF; }

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

This div background color is #BCB5BF.


Border color

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

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

This div border color is #BCB5BF.


Opacity

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

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

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

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

This text has shadow with #BCB5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB5BF on black background.


Color preview on white background

This text has color #BCB5BF on white background.



Black color preview on #BCB5BF background

This text has black color on #BCB5BF background.


White color preview on #BCB5BF background

This text has white color on #BCB5BF background.