COLOR #BCBCBB

HEX: #BCBCBB RGB: (188,188,187)

Color info

#BCBCBB contains red, green and blue colors in about the same proportion. Web safe color of #BCBCBB is #CCCCCC (or #CCC).

RGB color model

#BCBCBB color RGB value is (188,188,187).

RGB: (188,188,187) (74%, 74%, 73%)

RGB channels and saturation

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

188
188
187

R + G + B ~ 74%. #BCBCBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 188 + 187 = 563 (100%)
R 188 of 563 ~ 33.39%
G 188 of 563 ~ 33.39%
B 187 of 563 ~ 33.21'%

%33.39
%33.39
%33.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 26.27%

CMYK: (0,0,1,26)
C0M0Y1K26 (0%, 0%, 1%, 26%)
(0.00 / 0.00 / 0.01 / 0.26)

CMYK percentages

%0
%0
%0.53
%26.27

Codes

Color #BCBCBB in popluar color models

BC BC BB
RGB 188 188 187
HSL 60° 0.74% 73.53%
HSB/HSV 60° 0.53% 73.73%
CMYK 0.00% 0.00% 0.53%
26.27%

Color #BCBCBB in popluar number systems.

HEX BC BC BB
Decimal 188 188 187
Binary 10111100 10111100 10111011
Octal 274 274 273

Shades and tints

Shades of #BCBCBB

#BCBCBB
(188,188,187)
#ABABAA
(171,171,170)
#9A9A99
(154,154,153)
#898988
(137,137,136)
#787877
(120,120,119)
#676766
(103,103,102)
#565655
(86,86,85)
#454544
(69,69,68)
#343433
(52,52,51)
#232322
(35,35,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #BCBCBB

#BCBCBB
(188,188,187)
#C2C2C1
(194,194,193)
#C8C8C7
(200,200,199)
#CECECD
(206,206,205)
#D4D4D3
(212,212,211)
#DADAD9
(218,218,217)
#E0E0DF
(224,224,223)
#E6E6E5
(230,230,229)
#ECECEB
(236,236,235)
#F2F2F1
(242,242,241)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBCBB; }

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

This text font color is #BCBCBB.

Background Color

.myBgColor { background-color: #BCBCBB; }

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

This div background color is #BCBCBB.

Border color

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

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

This div border color is #BCBCBB.

Opacity

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

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

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

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

This text has shadow with #BCBCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBCBB.

Preview

Color preview on black background

This text has color #BCBCBB on black background.


Color preview on white background

This text has color #BCBCBB on white background.


Black color preview on #BCBCBB background

This text has black color on #BCBCBB background.


White color preview on #BCBCBB background

This text has white color on #BCBCBB background.


Related colors

Complementary color

Complementary color for #hex is #434344.


I love getcolorcode.com