COLOR #BCBDBB

HEX: #BCBDBB RGB: (188,189,187)

Color info

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

RGB color model

#BCBDBB color RGB value is (188,189,187).

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

RGB channels and saturation

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

188
189
187

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

Portions of RGB colors in percentages

R + G + B = 188 + 189 + 187 = 564 (100%)
R 188 of 564 ~ 33.33%
G 189 of 564 ~ 33.51%
B 187 of 564 ~ 33.16'%

%33.33
%33.51
%33.16

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 1.06%
  • key color value is 25.88%

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

CMYK percentages

%0.53
%0
%1.06
%25.88

Codes

Color #BCBDBB in popluar color models

BC BD BB
RGB 188 189 187
HSL 90° 1.49% 73.73%
HSB/HSV 90° 1.06% 74.12%
CMYK 0.53% 0.00% 1.06%
25.88%

Color #BCBDBB in popluar number systems.

HEX BC BD BB
Decimal 188 189 187
Binary 10111100 10111101 10111011
Octal 274 275 273

Shades and tints

Shades of #BCBDBB

#BCBDBB
(188,189,187)
#ABACAA
(171,172,170)
#9A9B99
(154,155,153)
#898A88
(137,138,136)
#787977
(120,121,119)
#676866
(103,104,102)
#565755
(86,87,85)
#454644
(69,70,68)
#343533
(52,53,51)
#232422
(35,36,34)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #BCBDBB

#BCBDBB
(188,189,187)
#C2C3C1
(194,195,193)
#C8C9C7
(200,201,199)
#CECFCD
(206,207,205)
#D4D5D3
(212,213,211)
#DADBD9
(218,219,217)
#E0E1DF
(224,225,223)
#E6E7E5
(230,231,229)
#ECEDEB
(236,237,235)
#F2F3F1
(242,243,241)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDBB; }

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

This text font color is #BCBDBB.

Background Color

.myBgColor { background-color: #BCBDBB; }

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

This div background color is #BCBDBB.

Border color

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

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

This div border color is #BCBDBB.

Opacity

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

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

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

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

This text has shadow with #BCBDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBDBB.

Preview

Color preview on black background

This text has color #BCBDBB on black background.


Color preview on white background

This text has color #BCBDBB on white background.


Black color preview on #BCBDBB background

This text has black color on #BCBDBB background.


White color preview on #BCBDBB background

This text has white color on #BCBDBB background.


Related colors

Complementary color

Complementary color for #hex is #434244.


I love getcolorcode.com

Triadic colors

1 #BBBCBD and #BDBBBC with #BCBDBB are triadic colors.

2 #BBBDBC and #BDBCBB with #BCBDBB are triadic colors.