COLOR #BCB0B5

HEX: #BCB0B5
RGB: (188,176,181)

Color info

#BCB0B5 contains red, green and blue colors in about the same proportion. Web safe color of #BCB0B5 is #CC99CC (or #C9C).

RGB color model

#BCB0B5 color RGB value is (188,176,181).

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

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 181 of 255 = 71%

188
176
181

R + G + B ~ 71%. #BCB0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 176 + 181 = 545 (100%)
R 188 of 545 ~ 34.5%
G 176 of 545 ~ 32.29%
B 181 of 545 ~ 33.21%

%34.5
%32.29
%33.21

CMYK color model

#BCB0B5 color CMYK value is (0,6,4,26).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 3.72%
  • key color value is 26.27%
CMYK:
(0,6,4,26)
C0M6Y4K26 
(0%,6%,4%,26%)
(0.00/0.06/0.04/0.26)	

CMYK percentages

%0
%6.38
%3.72
%26.27

Codes

Color #BCB0B5 in popluar color models

BCB0B5
RGB188176181
HSL335°8.22%71.37%
HSB/HSV335°6.38%73.73%
CMYK0.00%6.38%3.72%
26.27%

Color #BCB0B5 in popluar number systems.

HEXBCB0B5
Decimal188176181
Binary101111001011000010110101
Octal274260265

Shades and tints

Shades of #BCB0B5

#BCB0B5
(188,176,181)
#ABA0A5
(171,160,165)
#9A9095
(154,144,149)
#898085
(137,128,133)
#787075
(120,112,117)
#676065
(103,96,101)
#565055
(86,80,85)
#454045
(69,64,69)
#343035
(52,48,53)
#232025
(35,32,37)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #BCB0B5

#BCB0B5
(188,176,181)
#C2B7BB
(194,183,187)
#C8BEC1
(200,190,193)
#CEC5C7
(206,197,199)
#D4CCCD
(212,204,205)
#DAD3D3
(218,211,211)
#E0DAD9
(224,218,217)
#E6E1DF
(230,225,223)
#ECE8E5
(236,232,229)
#F2EFEB
(242,239,235)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0B5; }

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

This text font color is #BCB0B5.


Background Color

.myBgColor { background-color: #BCB0B5; }

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

This div background color is #BCB0B5.


Border color

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

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

This div border color is #BCB0B5.


Opacity

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

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

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

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

This text has shadow with #BCB0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB0B5 on black background.


Color preview on white background

This text has color #BCB0B5 on white background.



Black color preview on #BCB0B5 background

This text has black color on #BCB0B5 background.


White color preview on #BCB0B5 background

This text has white color on #BCB0B5 background.