COLOR #BCBBB1

HEX: #BCBBB1
RGB: (188,187,177)

Color info

#BCBBB1 contains red, green and blue colors in about the same proportion. Web safe color of #BCBBB1 is #CCCC99 (or #CC9).

RGB color model

#BCBBB1 color RGB value is (188,187,177).

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

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 177 of 255 = 69%

188
187
177

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

Portions of RGB colors in percentages

R + G + B =
188 + 187 + 177 = 552 (100%)
R 188 of 552 ~ 34.06%
G 187 of 552 ~ 33.88%
B 177 of 552 ~ 32.07%

%34.06
%33.88
%32.07

CMYK color model

#BCBBB1 color CMYK value is (0,1,6,26).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 5.85%
  • key color value is 26.27%
CMYK:
(0,1,6,26)
C0M1Y6K26 
(0%,1%,6%,26%)
(0.00/0.01/0.06/0.26)	

CMYK percentages

%0
%0.53
%5.85
%26.27

Codes

Color #BCBBB1 in popluar color models

BCBBB1
RGB188187177
HSL55°7.59%71.57%
HSB/HSV55°5.85%73.73%
CMYK0.00%0.53%5.85%
26.27%

Color #BCBBB1 in popluar number systems.

HEXBCBBB1
Decimal188187177
Binary101111001011101110110001
Octal274273261

Shades and tints

Shades of #BCBBB1

#BCBBB1
(188,187,177)
#ABAAA1
(171,170,161)
#9A9991
(154,153,145)
#898881
(137,136,129)
#787771
(120,119,113)
#676661
(103,102,97)
#565551
(86,85,81)
#454441
(69,68,65)
#343331
(52,51,49)
#232221
(35,34,33)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #BCBBB1

#BCBBB1
(188,187,177)
#C2C1B8
(194,193,184)
#C8C7BF
(200,199,191)
#CECDC6
(206,205,198)
#D4D3CD
(212,211,205)
#DAD9D4
(218,217,212)
#E0DFDB
(224,223,219)
#E6E5E2
(230,229,226)
#ECEBE9
(236,235,233)
#F2F1F0
(242,241,240)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBBB1; }

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

This text font color is #BCBBB1.


Background Color

.myBgColor { background-color: #BCBBB1; }

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

This div background color is #BCBBB1.


Border color

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

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

This div border color is #BCBBB1.


Opacity

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

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

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

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

This text has shadow with #BCBBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBBB1 on black background.


Color preview on white background

This text has color #BCBBB1 on white background.



Black color preview on #BCBBB1 background

This text has black color on #BCBBB1 background.


White color preview on #BCBBB1 background

This text has white color on #BCBBB1 background.