COLOR #BDB1BB

HEX: #BDB1BB RGB: (189,177,187)

Color info

#BDB1BB contains red, green and blue colors in about the same proportion. Web safe color of #BDB1BB is #CC99CC (or #C9C).

RGB color model

#BDB1BB color RGB value is (189,177,187).

RGB: (189,177,187) (74%, 69%, 73%)

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 187 of 255 = 73%

189
177
187

R + G + B ~ 72%. #BDB1BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 177 + 187 = 553 (100%)
R 189 of 553 ~ 34.18%
G 177 of 553 ~ 32.01%
B 187 of 553 ~ 33.82'%

%34.18
%32.01
%33.82

CMYK color model

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

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

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

CMYK percentages

%0
%6.35
%1.06
%25.88

Codes

Color #BDB1BB in popluar color models

BD B1 BB
RGB 189 177 187
HSL 310° 8.33% 71.76%
HSB/HSV 310° 6.35% 74.12%
CMYK 0.00% 6.35% 1.06%
25.88%

Color #BDB1BB in popluar number systems.

HEX BD B1 BB
Decimal 189 177 187
Binary 10111101 10110001 10111011
Octal 275 261 273

Shades and tints

Shades of #BDB1BB

#BDB1BB
(189,177,187)
#ACA1AA
(172,161,170)
#9B9199
(155,145,153)
#8A8188
(138,129,136)
#797177
(121,113,119)
#686166
(104,97,102)
#575155
(87,81,85)
#464144
(70,65,68)
#353133
(53,49,51)
#242122
(36,33,34)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #BDB1BB

#BDB1BB
(189,177,187)
#C3B8C1
(195,184,193)
#C9BFC7
(201,191,199)
#CFC6CD
(207,198,205)
#D5CDD3
(213,205,211)
#DBD4D9
(219,212,217)
#E1DBDF
(225,219,223)
#E7E2E5
(231,226,229)
#EDE9EB
(237,233,235)
#F3F0F1
(243,240,241)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB1BB; }

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

This text font color is #BDB1BB.

Background Color

.myBgColor { background-color: #BDB1BB; }

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

This div background color is #BDB1BB.

Border color

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

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

This div border color is #BDB1BB.

Opacity

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

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

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

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

This text has shadow with #BDB1BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB1BB.

Preview

Color preview on black background

This text has color #BDB1BB on black background.


Color preview on white background

This text has color #BDB1BB on white background.


Black color preview on #BDB1BB background

This text has black color on #BDB1BB background.


White color preview on #BDB1BB background

This text has white color on #BDB1BB background.


Related colors

Complementary color

Complementary color for #hex is #424E44.


I love getcolorcode.com

Triadic colors

1 #BBBDB1 and #B1BBBD with #BDB1BB are triadic colors.

2 #BBB1BD and #B1BDBB with #BDB1BB are triadic colors.