COLOR #BCBDBD

HEX: #BCBDBD RGB: (188,189,189)

Color info

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

RGB color model

#BCBDBD color RGB value is (188,189,189).

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

RGB channels and saturation

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

188
189
189

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

Portions of RGB colors in percentages

R + G + B = 188 + 189 + 189 = 566 (100%)
R 188 of 566 ~ 33.22%
G 189 of 566 ~ 33.39%
B 189 of 566 ~ 33.39'%

%33.22
%33.39
%33.39

CMYK color model

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

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

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

CMYK percentages

%0.53
%0
%0
%25.88

Codes

Color #BCBDBD in popluar color models

BC BD BD
RGB 188 189 189
HSL 180° 0.75% 73.92%
HSB/HSV 180° 0.53% 74.12%
CMYK 0.53% 0.00% 0.00%
25.88%

Color #BCBDBD in popluar number systems.

HEX BC BD BD
Decimal 188 189 189
Binary 10111100 10111101 10111101
Octal 274 275 275

Shades and tints

Shades of #BCBDBD

#BCBDBD
(188,189,189)
#ABACAC
(171,172,172)
#9A9B9B
(154,155,155)
#898A8A
(137,138,138)
#787979
(120,121,121)
#676868
(103,104,104)
#565757
(86,87,87)
#454646
(69,70,70)
#343535
(52,53,53)
#232424
(35,36,36)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BCBDBD

#BCBDBD
(188,189,189)
#C2C3C3
(194,195,195)
#C8C9C9
(200,201,201)
#CECFCF
(206,207,207)
#D4D5D5
(212,213,213)
#DADBDB
(218,219,219)
#E0E1E1
(224,225,225)
#E6E7E7
(230,231,231)
#ECEDED
(236,237,237)
#F2F3F3
(242,243,243)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDBD; }

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

This text font color is #BCBDBD.

Background Color

.myBgColor { background-color: #BCBDBD; }

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

This div background color is #BCBDBD.

Border color

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

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

This div border color is #BCBDBD.

Opacity

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

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

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

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

This text has shadow with #BCBDBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBDBD.

Preview

Color preview on black background

This text has color #BCBDBD on black background.


Color preview on white background

This text has color #BCBDBD on white background.


Black color preview on #BCBDBD background

This text has black color on #BCBDBD background.


White color preview on #BCBDBD background

This text has white color on #BCBDBD background.


Related colors

Complementary color

Complementary color for #hex is #434242.


I love getcolorcode.com