COLOR #BCB5BE

HEX: #BCB5BE
RGB: (188,181,190)

Color info

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

RGB color model

#BCB5BE color RGB value is (188,181,190).

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

RGB channels and saturation

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

188
181
190

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

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 190 = 559 (100%)
R 188 of 559 ~ 33.63%
G 181 of 559 ~ 32.38%
B 190 of 559 ~ 33.99%

%33.63
%32.38
%33.99

CMYK color model

#BCB5BE color CMYK value is (1,5,0,25).

  • cyan value is 1.05%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,5,0,25)
C1M5Y0K25 
(1%,5%,0%,25%)
(0.01/0.05/0.00/0.25)	

CMYK percentages

%1.05
%4.74
%0
%25.49

Codes

Color #BCB5BE in popluar color models

BCB5BE
RGB188181190
HSL287°6.47%72.75%
HSB/HSV287°4.74%74.51%
CMYK1.05%4.74%0.00%
25.49%

Color #BCB5BE in popluar number systems.

HEXBCB5BE
Decimal188181190
Binary101111001011010110111110
Octal274265276

Shades and tints

Shades of #BCB5BE

#BCB5BE
(188,181,190)
#ABA5AD
(171,165,173)
#9A959C
(154,149,156)
#89858B
(137,133,139)
#78757A
(120,117,122)
#676569
(103,101,105)
#565558
(86,85,88)
#454547
(69,69,71)
#343536
(52,53,54)
#232525
(35,37,37)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #BCB5BE

#BCB5BE
(188,181,190)
#C2BBC3
(194,187,195)
#C8C1C8
(200,193,200)
#CEC7CD
(206,199,205)
#D4CDD2
(212,205,210)
#DAD3D7
(218,211,215)
#E0D9DC
(224,217,220)
#E6DFE1
(230,223,225)
#ECE5E6
(236,229,230)
#F2EBEB
(242,235,235)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5BE; }

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

This text font color is #BCB5BE.


Background Color

.myBgColor { background-color: #BCB5BE; }

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

This div background color is #BCB5BE.


Border color

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

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

This div border color is #BCB5BE.


Opacity

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

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

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

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

This text has shadow with #BCB5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB5BE on black background.


Color preview on white background

This text has color #BCB5BE on white background.



Black color preview on #BCB5BE background

This text has black color on #BCB5BE background.


White color preview on #BCB5BE background

This text has white color on #BCB5BE background.