COLOR #BCB0BD

HEX: #BCB0BD
RGB: (188,176,189)

Color info

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

RGB color model

#BCB0BD color RGB value is (188,176,189).

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

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 189 of 255 = 74%

188
176
189

R + G + B ~ 72%. #BCB0BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 176 + 189 = 553 (100%)
R 188 of 553 ~ 34%
G 176 of 553 ~ 31.83%
B 189 of 553 ~ 34.18%

%34
%31.83
%34.18

CMYK color model

#BCB0BD color CMYK value is (1,7,0,26).

  • cyan value is 0.53%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(1,7,0,26)
C1M7Y0K26 
(1%,7%,0%,26%)
(0.01/0.07/0.00/0.26)	

CMYK percentages

%0.53
%6.88
%0
%25.88

Codes

Color #BCB0BD in popluar color models

BCB0BD
RGB188176189
HSL295°8.97%71.57%
HSB/HSV295°6.88%74.12%
CMYK0.53%6.88%0.00%
25.88%

Color #BCB0BD in popluar number systems.

HEXBCB0BD
Decimal188176189
Binary101111001011000010111101
Octal274260275

Shades and tints

Shades of #BCB0BD

#BCB0BD
(188,176,189)
#ABA0AC
(171,160,172)
#9A909B
(154,144,155)
#89808A
(137,128,138)
#787079
(120,112,121)
#676068
(103,96,104)
#565057
(86,80,87)
#454046
(69,64,70)
#343035
(52,48,53)
#232024
(35,32,36)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #BCB0BD

#BCB0BD
(188,176,189)
#C2B7C3
(194,183,195)
#C8BEC9
(200,190,201)
#CEC5CF
(206,197,207)
#D4CCD5
(212,204,213)
#DAD3DB
(218,211,219)
#E0DAE1
(224,218,225)
#E6E1E7
(230,225,231)
#ECE8ED
(236,232,237)
#F2EFF3
(242,239,243)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0BD; }

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

This text font color is #BCB0BD.


Background Color

.myBgColor { background-color: #BCB0BD; }

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

This div background color is #BCB0BD.


Border color

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

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

This div border color is #BCB0BD.


Opacity

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

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

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

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

This text has shadow with #BCB0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB0BD on black background.


Color preview on white background

This text has color #BCB0BD on white background.



Black color preview on #BCB0BD background

This text has black color on #BCB0BD background.


White color preview on #BCB0BD background

This text has white color on #BCB0BD background.