COLOR #BDBCBD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

189
188
189

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

Portions of RGB colors in percentages

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

%33.39
%33.22
%33.39

CMYK color model

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

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

CMYK percentages

%0
%0.53
%0
%25.88

Codes

Color #BDBCBD in popluar color models

BDBCBD
RGB189188189
HSL300°0.75%73.92%
HSB/HSV300°0.53%74.12%
CMYK0.00%0.53%0.00%
25.88%

Color #BDBCBD in popluar number systems.

HEXBDBCBD
Decimal189188189
Binary101111011011110010111101
Octal275274275

Shades and tints

Shades of #BDBCBD

#BDBCBD
(189,188,189)
#ACABAC
(172,171,172)
#9B9A9B
(155,154,155)
#8A898A
(138,137,138)
#797879
(121,120,121)
#686768
(104,103,104)
#575657
(87,86,87)
#464546
(70,69,70)
#353435
(53,52,53)
#242324
(36,35,36)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #BDBCBD

#BDBCBD
(189,188,189)
#C3C2C3
(195,194,195)
#C9C8C9
(201,200,201)
#CFCECF
(207,206,207)
#D5D4D5
(213,212,213)
#DBDADB
(219,218,219)
#E1E0E1
(225,224,225)
#E7E6E7
(231,230,231)
#EDECED
(237,236,237)
#F3F2F3
(243,242,243)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBCBD; }

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

This text font color is #BDBCBD.


Background Color

.myBgColor { background-color: #BDBCBD; }

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

This div background color is #BDBCBD.


Border color

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

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

This div border color is #BDBCBD.


Opacity

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

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

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

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

This text has shadow with #BDBCBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBCBD on black background.


Color preview on white background

This text has color #BDBCBD on white background.



Black color preview on #BDBCBD background

This text has black color on #BDBCBD background.


White color preview on #BDBCBD background

This text has white color on #BDBCBD background.