COLOR #BDBCB2

HEX: #BDBCB2 RGB: (189,188,178)

Color info

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

RGB color model

#BDBCB2 color RGB value is (189,188,178).

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

RGB channels and saturation

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

189
188
178

R + G + B ~ 73%. #BDBCB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 188 + 178 = 555 (100%)
R 189 of 555 ~ 34.05%
G 188 of 555 ~ 33.87%
B 178 of 555 ~ 32.07'%

%34.05
%33.87
%32.07

CMYK color model

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

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

CMYK: (0,1,6,26)
C0M1Y6K26 (0%, 1%, 6%, 26%)
(0.00 / 0.01 / 0.06 / 0.26)

CMYK percentages

%0
%0.53
%5.82
%25.88

Codes

Color #BDBCB2 in popluar color models

BD BC B2
RGB 189 188 178
HSL 55° 7.69% 71.96%
HSB/HSV 55° 5.82% 74.12%
CMYK 0.00% 0.53% 5.82%
25.88%

Color #BDBCB2 in popluar number systems.

HEX BD BC B2
Decimal 189 188 178
Binary 10111101 10111100 10110010
Octal 275 274 262

Shades and tints

Shades of #BDBCB2

#BDBCB2
(189,188,178)
#ACABA2
(172,171,162)
#9B9A92
(155,154,146)
#8A8982
(138,137,130)
#797872
(121,120,114)
#686762
(104,103,98)
#575652
(87,86,82)
#464542
(70,69,66)
#353432
(53,52,50)
#242322
(36,35,34)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #BDBCB2

#BDBCB2
(189,188,178)
#C3C2B9
(195,194,185)
#C9C8C0
(201,200,192)
#CFCEC7
(207,206,199)
#D5D4CE
(213,212,206)
#DBDAD5
(219,218,213)
#E1E0DC
(225,224,220)
#E7E6E3
(231,230,227)
#EDECEA
(237,236,234)
#F3F2F1
(243,242,241)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBCB2; }

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

This text font color is #BDBCB2.

Background Color

.myBgColor { background-color: #BDBCB2; }

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

This div background color is #BDBCB2.

Border color

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

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

This div border color is #BDBCB2.

Opacity

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

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

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

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

This text has shadow with #BDBCB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBCB2.

Preview

Color preview on black background

This text has color #BDBCB2 on black background.


Color preview on white background

This text has color #BDBCB2 on white background.


Black color preview on #BDBCB2 background

This text has black color on #BDBCB2 background.


White color preview on #BDBCB2 background

This text has white color on #BDBCB2 background.


Related colors

Complementary color

Complementary color for #hex is #42434D.


I love getcolorcode.com

Triadic colors

1 #B2BDBC and #BCB2BD with #BDBCB2 are triadic colors.

2 #B2BCBD and #BCBDB2 with #BDBCB2 are triadic colors.