COLOR #BCBDBA

HEX: #BCBDBA
RGB: (188,189,186)

Color info

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

RGB color model

#BCBDBA color RGB value is (188,189,186).

  • red value is 188;
  • green value is 189;
  • blue value is 186.
RGB:
(188,189,186)
(74%,74%,73%)

RGB channels and saturation

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

188
189
186

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

Portions of RGB colors in percentages

R + G + B =
188 + 189 + 186 = 563 (100%)
R 188 of 563 ~ 33.39%
G 189 of 563 ~ 33.57%
B 186 of 563 ~ 33.04%

%33.39
%33.57
%33.04

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 25.88%
CMYK:
(1,0,2,26)
C1M0Y2K26 
(1%,0%,2%,26%)
(0.01/0.00/0.02/0.26)	

CMYK percentages

%0.53
%0
%1.59
%25.88

Codes

Color #BCBDBA in popluar color models

BCBDBA
RGB188189186
HSL80°2.22%73.53%
HSB/HSV80°1.59%74.12%
CMYK0.53%0.00%1.59%
25.88%

Color #BCBDBA in popluar number systems.

HEXBCBDBA
Decimal188189186
Binary101111001011110110111010
Octal274275272

Shades and tints

Shades of #BCBDBA

#BCBDBA
(188,189,186)
#ABACAA
(171,172,170)
#9A9B9A
(154,155,154)
#898A8A
(137,138,138)
#78797A
(120,121,122)
#67686A
(103,104,106)
#56575A
(86,87,90)
#45464A
(69,70,74)
#34353A
(52,53,58)
#23242A
(35,36,42)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #BCBDBA

#BCBDBA
(188,189,186)
#C2C3C0
(194,195,192)
#C8C9C6
(200,201,198)
#CECFCC
(206,207,204)
#D4D5D2
(212,213,210)
#DADBD8
(218,219,216)
#E0E1DE
(224,225,222)
#E6E7E4
(230,231,228)
#ECEDEA
(236,237,234)
#F2F3F0
(242,243,240)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDBA; }

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

This text font color is #BCBDBA.


Background Color

.myBgColor { background-color: #BCBDBA; }

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

This div background color is #BCBDBA.


Border color

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

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

This div border color is #BCBDBA.


Opacity

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

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

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

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

This text has shadow with #BCBDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBDBA on black background.


Color preview on white background

This text has color #BCBDBA on white background.



Black color preview on #BCBDBA background

This text has black color on #BCBDBA background.


White color preview on #BCBDBA background

This text has white color on #BCBDBA background.