COLOR #BDBCBC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

189
188
188

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

Portions of RGB colors in percentages

R + G + B = 189 + 188 + 188 = 565 (100%)
R 189 of 565 ~ 33.45%
G 188 of 565 ~ 33.27%
B 188 of 565 ~ 33.27'%

%33.45
%33.27
%33.27

CMYK color model

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

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

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

CMYK percentages

%0
%0.53
%0.53
%25.88

Codes

Color #BDBCBC in popluar color models

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

Color #BDBCBC in popluar number systems.

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

Shades and tints

Shades of #BDBCBC

#BDBCBC
(189,188,188)
#ACABAB
(172,171,171)
#9B9A9A
(155,154,154)
#8A8989
(138,137,137)
#797878
(121,120,120)
#686767
(104,103,103)
#575656
(87,86,86)
#464545
(70,69,69)
#353434
(53,52,52)
#242323
(36,35,35)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #BDBCBC

#BDBCBC
(189,188,188)
#C3C2C2
(195,194,194)
#C9C8C8
(201,200,200)
#CFCECE
(207,206,206)
#D5D4D4
(213,212,212)
#DBDADA
(219,218,218)
#E1E0E0
(225,224,224)
#E7E6E6
(231,230,230)
#EDECEC
(237,236,236)
#F3F2F2
(243,242,242)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBCBC; }

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

This text font color is #BDBCBC.

Background Color

.myBgColor { background-color: #BDBCBC; }

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

This div background color is #BDBCBC.

Border color

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

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

This div border color is #BDBCBC.

Opacity

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

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

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

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

This text has shadow with #BDBCBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBCBC.

Preview

Color preview on black background

This text has color #BDBCBC on black background.


Color preview on white background

This text has color #BDBCBC on white background.


Black color preview on #BDBCBC background

This text has black color on #BDBCBC background.


White color preview on #BDBCBC background

This text has white color on #BDBCBC background.


Related colors

Complementary color

Complementary color for #hex is #424343.


I love getcolorcode.com