COLOR #BCB3BD

HEX: #BCB3BD
RGB: (188,179,189)

Color info

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

RGB color model

#BCB3BD color RGB value is (188,179,189).

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

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 189 of 255 = 74%

188
179
189

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

Portions of RGB colors in percentages

R + G + B =
188 + 179 + 189 = 556 (100%)
R 188 of 556 ~ 33.81%
G 179 of 556 ~ 32.19%
B 189 of 556 ~ 33.99%

%33.81
%32.19
%33.99

CMYK color model

#BCB3BD color CMYK value is (1,5,0,26).

  • cyan value is 0.53%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(1,5,0,26)
C1M5Y0K26 
(1%,5%,0%,26%)
(0.01/0.05/0.00/0.26)	

CMYK percentages

%0.53
%5.29
%0
%25.88

Codes

Color #BCB3BD in popluar color models

BCB3BD
RGB188179189
HSL294°7.04%72.16%
HSB/HSV294°5.29%74.12%
CMYK0.53%5.29%0.00%
25.88%

Color #BCB3BD in popluar number systems.

HEXBCB3BD
Decimal188179189
Binary101111001011001110111101
Octal274263275

Shades and tints

Shades of #BCB3BD

#BCB3BD
(188,179,189)
#ABA3AC
(171,163,172)
#9A939B
(154,147,155)
#89838A
(137,131,138)
#787379
(120,115,121)
#676368
(103,99,104)
#565357
(86,83,87)
#454346
(69,67,70)
#343335
(52,51,53)
#232324
(35,35,36)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BCB3BD

#BCB3BD
(188,179,189)
#C2B9C3
(194,185,195)
#C8BFC9
(200,191,201)
#CEC5CF
(206,197,207)
#D4CBD5
(212,203,213)
#DAD1DB
(218,209,219)
#E0D7E1
(224,215,225)
#E6DDE7
(230,221,231)
#ECE3ED
(236,227,237)
#F2E9F3
(242,233,243)
#F8EFF9
(248,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB3BD; }

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

This text font color is #BCB3BD.


Background Color

.myBgColor { background-color: #BCB3BD; }

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

This div background color is #BCB3BD.


Border color

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

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

This div border color is #BCB3BD.


Opacity

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

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

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

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

This text has shadow with #BCB3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB3BD on black background.


Color preview on white background

This text has color #BCB3BD on white background.



Black color preview on #BCB3BD background

This text has black color on #BCB3BD background.


White color preview on #BCB3BD background

This text has white color on #BCB3BD background.