COLOR #BCB3B6

HEX: #BCB3B6
RGB: (188,179,182)

Color info

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

RGB color model

#BCB3B6 color RGB value is (188,179,182).

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

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 182 of 255 = 71%

188
179
182

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

Portions of RGB colors in percentages

R + G + B =
188 + 179 + 182 = 549 (100%)
R 188 of 549 ~ 34.24%
G 179 of 549 ~ 32.6%
B 182 of 549 ~ 33.15%

%34.24
%32.6
%33.15

CMYK color model

#BCB3B6 color CMYK value is (0,5,3,26).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 3.19%
  • key color value is 26.27%
CMYK:
(0,5,3,26)
C0M5Y3K26 
(0%,5%,3%,26%)
(0.00/0.05/0.03/0.26)	

CMYK percentages

%0
%4.79
%3.19
%26.27

Codes

Color #BCB3B6 in popluar color models

BCB3B6
RGB188179182
HSL340°6.29%71.96%
HSB/HSV340°4.79%73.73%
CMYK0.00%4.79%3.19%
26.27%

Color #BCB3B6 in popluar number systems.

HEXBCB3B6
Decimal188179182
Binary101111001011001110110110
Octal274263266

Shades and tints

Shades of #BCB3B6

#BCB3B6
(188,179,182)
#ABA3A6
(171,163,166)
#9A9396
(154,147,150)
#898386
(137,131,134)
#787376
(120,115,118)
#676366
(103,99,102)
#565356
(86,83,86)
#454346
(69,67,70)
#343336
(52,51,54)
#232326
(35,35,38)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BCB3B6

#BCB3B6
(188,179,182)
#C2B9BC
(194,185,188)
#C8BFC2
(200,191,194)
#CEC5C8
(206,197,200)
#D4CBCE
(212,203,206)
#DAD1D4
(218,209,212)
#E0D7DA
(224,215,218)
#E6DDE0
(230,221,224)
#ECE3E6
(236,227,230)
#F2E9EC
(242,233,236)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB3B6; }

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

This text font color is #BCB3B6.


Background Color

.myBgColor { background-color: #BCB3B6; }

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

This div background color is #BCB3B6.


Border color

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

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

This div border color is #BCB3B6.


Opacity

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

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

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

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

This text has shadow with #BCB3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB3B6 on black background.


Color preview on white background

This text has color #BCB3B6 on white background.



Black color preview on #BCB3B6 background

This text has black color on #BCB3B6 background.


White color preview on #BCB3B6 background

This text has white color on #BCB3B6 background.