COLOR #BDBCBB

HEX: #BDBCBB
RGB: (189,188,187)

Color info

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

RGB color model

#BDBCBB color RGB value is (189,188,187).

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

RGB channels and saturation

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

189
188
187

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

Portions of RGB colors in percentages

R + G + B =
189 + 188 + 187 = 564 (100%)
R 189 of 564 ~ 33.51%
G 188 of 564 ~ 33.33%
B 187 of 564 ~ 33.16%

%33.51
%33.33
%33.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 1.06%
  • 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
%1.06
%25.88

Codes

Color #BDBCBB in popluar color models

BDBCBB
RGB189188187
HSL30°1.49%73.73%
HSB/HSV30°1.06%74.12%
CMYK0.00%0.53%1.06%
25.88%

Color #BDBCBB in popluar number systems.

HEXBDBCBB
Decimal189188187
Binary101111011011110010111011
Octal275274273

Shades and tints

Shades of #BDBCBB

#BDBCBB
(189,188,187)
#ACABAA
(172,171,170)
#9B9A99
(155,154,153)
#8A8988
(138,137,136)
#797877
(121,120,119)
#686766
(104,103,102)
#575655
(87,86,85)
#464544
(70,69,68)
#353433
(53,52,51)
#242322
(36,35,34)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #BDBCBB

#BDBCBB
(189,188,187)
#C3C2C1
(195,194,193)
#C9C8C7
(201,200,199)
#CFCECD
(207,206,205)
#D5D4D3
(213,212,211)
#DBDAD9
(219,218,217)
#E1E0DF
(225,224,223)
#E7E6E5
(231,230,229)
#EDECEB
(237,236,235)
#F3F2F1
(243,242,241)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBCBB; }

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

This text font color is #BDBCBB.


Background Color

.myBgColor { background-color: #BDBCBB; }

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

This div background color is #BDBCBB.


Border color

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

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

This div border color is #BDBCBB.


Opacity

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

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

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

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

This text has shadow with #BDBCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBCBB on black background.


Color preview on white background

This text has color #BDBCBB on white background.



Black color preview on #BDBCBB background

This text has black color on #BDBCBB background.


White color preview on #BDBCBB background

This text has white color on #BDBCBB background.