COLOR #BDB6BB

HEX: #BDB6BB RGB: (189,182,187)

Color info

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

RGB color model

#BDB6BB color RGB value is (189,182,187).

RGB: (189,182,187) (74%, 71%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 182 of 255 = 71%
B 187 of 255 = 73%

189
182
187

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

Portions of RGB colors in percentages

R + G + B = 189 + 182 + 187 = 558 (100%)
R 189 of 558 ~ 33.87%
G 182 of 558 ~ 32.62%
B 187 of 558 ~ 33.51'%

%33.87
%32.62
%33.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 1.06%
  • key color value is 25.88%

CMYK: (0,4,1,26)
C0M4Y1K26 (0%, 4%, 1%, 26%)
(0.00 / 0.04 / 0.01 / 0.26)

CMYK percentages

%0
%3.7
%1.06
%25.88

Codes

Color #BDB6BB in popluar color models

BD B6 BB
RGB 189 182 187
HSL 317° 5.04% 72.75%
HSB/HSV 317° 3.70% 74.12%
CMYK 0.00% 3.70% 1.06%
25.88%

Color #BDB6BB in popluar number systems.

HEX BD B6 BB
Decimal 189 182 187
Binary 10111101 10110110 10111011
Octal 275 266 273

Shades and tints

Shades of #BDB6BB

#BDB6BB
(189,182,187)
#ACA6AA
(172,166,170)
#9B9699
(155,150,153)
#8A8688
(138,134,136)
#797677
(121,118,119)
#686666
(104,102,102)
#575655
(87,86,85)
#464644
(70,70,68)
#353633
(53,54,51)
#242622
(36,38,34)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #BDB6BB

#BDB6BB
(189,182,187)
#C3BCC1
(195,188,193)
#C9C2C7
(201,194,199)
#CFC8CD
(207,200,205)
#D5CED3
(213,206,211)
#DBD4D9
(219,212,217)
#E1DADF
(225,218,223)
#E7E0E5
(231,224,229)
#EDE6EB
(237,230,235)
#F3ECF1
(243,236,241)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB6BB; }

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

This text font color is #BDB6BB.

Background Color

.myBgColor { background-color: #BDB6BB; }

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

This div background color is #BDB6BB.

Border color

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

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

This div border color is #BDB6BB.

Opacity

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

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

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

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

This text has shadow with #BDB6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB6BB.

Preview

Color preview on black background

This text has color #BDB6BB on black background.


Color preview on white background

This text has color #BDB6BB on white background.


Black color preview on #BDB6BB background

This text has black color on #BDB6BB background.


White color preview on #BDB6BB background

This text has white color on #BDB6BB background.


Related colors

Complementary color

Complementary color for #hex is #424944.


I love getcolorcode.com

Triadic colors

1 #BBBDB6 and #B6BBBD with #BDB6BB are triadic colors.

2 #BBB6BD and #B6BDBB with #BDB6BB are triadic colors.