COLOR #BCBDB0

HEX: #BCBDB0
RGB: (188,189,176)

Color info

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

RGB color model

#BCBDB0 color RGB value is (188,189,176).

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

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 176 of 255 = 69%

188
189
176

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

Portions of RGB colors in percentages

R + G + B =
188 + 189 + 176 = 553 (100%)
R 188 of 553 ~ 34%
G 189 of 553 ~ 34.18%
B 176 of 553 ~ 31.83%

%34
%34.18
%31.83

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 6.88%
  • key color value is 25.88%
CMYK:
(1,0,7,26)
C1M0Y7K26 
(1%,0%,7%,26%)
(0.01/0.00/0.07/0.26)	

CMYK percentages

%0.53
%0
%6.88
%25.88

Codes

Color #BCBDB0 in popluar color models

BCBDB0
RGB188189176
HSL65°8.97%71.57%
HSB/HSV65°6.88%74.12%
CMYK0.53%0.00%6.88%
25.88%

Color #BCBDB0 in popluar number systems.

HEXBCBDB0
Decimal188189176
Binary101111001011110110110000
Octal274275260

Shades and tints

Shades of #BCBDB0

#BCBDB0
(188,189,176)
#ABACA0
(171,172,160)
#9A9B90
(154,155,144)
#898A80
(137,138,128)
#787970
(120,121,112)
#676860
(103,104,96)
#565750
(86,87,80)
#454640
(69,70,64)
#343530
(52,53,48)
#232420
(35,36,32)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #BCBDB0

#BCBDB0
(188,189,176)
#C2C3B7
(194,195,183)
#C8C9BE
(200,201,190)
#CECFC5
(206,207,197)
#D4D5CC
(212,213,204)
#DADBD3
(218,219,211)
#E0E1DA
(224,225,218)
#E6E7E1
(230,231,225)
#ECEDE8
(236,237,232)
#F2F3EF
(242,243,239)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDB0; }

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

This text font color is #BCBDB0.


Background Color

.myBgColor { background-color: #BCBDB0; }

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

This div background color is #BCBDB0.


Border color

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

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

This div border color is #BCBDB0.


Opacity

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

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

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

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

This text has shadow with #BCBDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBDB0 on black background.


Color preview on white background

This text has color #BCBDB0 on white background.



Black color preview on #BCBDB0 background

This text has black color on #BCBDB0 background.


White color preview on #BCBDB0 background

This text has white color on #BCBDB0 background.