COLOR #BCB3BF

HEX: #BCB3BF
RGB: (188,179,191)

Color info

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

RGB color model

#BCB3BF color RGB value is (188,179,191).

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

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 191 of 255 = 75%

188
179
191

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

Portions of RGB colors in percentages

R + G + B =
188 + 179 + 191 = 558 (100%)
R 188 of 558 ~ 33.69%
G 179 of 558 ~ 32.08%
B 191 of 558 ~ 34.23%

%33.69
%32.08
%34.23

CMYK color model

#BCB3BF color CMYK value is (2,6,0,25).

  • cyan value is 1.57%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,6,0,25)
C2M6Y0K25 
(2%,6%,0%,25%)
(0.02/0.06/0.00/0.25)	

CMYK percentages

%1.57
%6.28
%0
%25.1

Codes

Color #BCB3BF in popluar color models

BCB3BF
RGB188179191
HSL285°8.57%72.55%
HSB/HSV285°6.28%74.90%
CMYK1.57%6.28%0.00%
25.10%

Color #BCB3BF in popluar number systems.

HEXBCB3BF
Decimal188179191
Binary101111001011001110111111
Octal274263277

Shades and tints

Shades of #BCB3BF

#BCB3BF
(188,179,191)
#ABA3AE
(171,163,174)
#9A939D
(154,147,157)
#89838C
(137,131,140)
#78737B
(120,115,123)
#67636A
(103,99,106)
#565359
(86,83,89)
#454348
(69,67,72)
#343337
(52,51,55)
#232326
(35,35,38)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #BCB3BF

#BCB3BF
(188,179,191)
#C2B9C4
(194,185,196)
#C8BFC9
(200,191,201)
#CEC5CE
(206,197,206)
#D4CBD3
(212,203,211)
#DAD1D8
(218,209,216)
#E0D7DD
(224,215,221)
#E6DDE2
(230,221,226)
#ECE3E7
(236,227,231)
#F2E9EC
(242,233,236)
#F8EFF1
(248,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB3BF; }

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

This text font color is #BCB3BF.


Background Color

.myBgColor { background-color: #BCB3BF; }

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

This div background color is #BCB3BF.


Border color

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

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

This div border color is #BCB3BF.


Opacity

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

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

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

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

This text has shadow with #BCB3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB3BF on black background.


Color preview on white background

This text has color #BCB3BF on white background.



Black color preview on #BCB3BF background

This text has black color on #BCB3BF background.


White color preview on #BCB3BF background

This text has white color on #BCB3BF background.