COLOR #BCB1BF

HEX: #BCB1BF
RGB: (188,177,191)

Color info

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

RGB color model

#BCB1BF color RGB value is (188,177,191).

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

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 191 of 255 = 75%

188
177
191

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

Portions of RGB colors in percentages

R + G + B =
188 + 177 + 191 = 556 (100%)
R 188 of 556 ~ 33.81%
G 177 of 556 ~ 31.83%
B 191 of 556 ~ 34.35%

%33.81
%31.83
%34.35

CMYK color model

#BCB1BF color CMYK value is (2,7,0,25).

  • cyan value is 1.57%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,7,0,25)
C2M7Y0K25 
(2%,7%,0%,25%)
(0.02/0.07/0.00/0.25)	

CMYK percentages

%1.57
%7.33
%0
%25.1

Codes

Color #BCB1BF in popluar color models

BCB1BF
RGB188177191
HSL287°9.86%72.16%
HSB/HSV287°7.33%74.90%
CMYK1.57%7.33%0.00%
25.10%

Color #BCB1BF in popluar number systems.

HEXBCB1BF
Decimal188177191
Binary101111001011000110111111
Octal274261277

Shades and tints

Shades of #BCB1BF

#BCB1BF
(188,177,191)
#ABA1AE
(171,161,174)
#9A919D
(154,145,157)
#89818C
(137,129,140)
#78717B
(120,113,123)
#67616A
(103,97,106)
#565159
(86,81,89)
#454148
(69,65,72)
#343137
(52,49,55)
#232126
(35,33,38)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #BCB1BF

#BCB1BF
(188,177,191)
#C2B8C4
(194,184,196)
#C8BFC9
(200,191,201)
#CEC6CE
(206,198,206)
#D4CDD3
(212,205,211)
#DAD4D8
(218,212,216)
#E0DBDD
(224,219,221)
#E6E2E2
(230,226,226)
#ECE9E7
(236,233,231)
#F2F0EC
(242,240,236)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB1BF; }

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

This text font color is #BCB1BF.


Background Color

.myBgColor { background-color: #BCB1BF; }

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

This div background color is #BCB1BF.


Border color

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

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

This div border color is #BCB1BF.


Opacity

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

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

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

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

This text has shadow with #BCB1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB1BF on black background.


Color preview on white background

This text has color #BCB1BF on white background.



Black color preview on #BCB1BF background

This text has black color on #BCB1BF background.


White color preview on #BCB1BF background

This text has white color on #BCB1BF background.