COLOR #BDB1B5

HEX: #BDB1B5 RGB: (189,177,181)

Color info

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

RGB color model

#BDB1B5 color RGB value is (189,177,181).

RGB: (189,177,181) (74%, 69%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 181 of 255 = 71%

189
177
181

R + G + B ~ 71%. #BDB1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 177 + 181 = 547 (100%)
R 189 of 547 ~ 34.55%
G 177 of 547 ~ 32.36%
B 181 of 547 ~ 33.09'%

%34.55
%32.36
%33.09

CMYK color model

#BDB1B5 color CMYK value is (0,6,4,26).

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

CMYK: (0,6,4,26)
C0M6Y4K26 (0%, 6%, 4%, 26%)
(0.00 / 0.06 / 0.04 / 0.26)

CMYK percentages

%0
%6.35
%4.23
%25.88

Codes

Color #BDB1B5 in popluar color models

BD B1 B5
RGB 189 177 181
HSL 340° 8.33% 71.76%
HSB/HSV 340° 6.35% 74.12%
CMYK 0.00% 6.35% 4.23%
25.88%

Color #BDB1B5 in popluar number systems.

HEX BD B1 B5
Decimal 189 177 181
Binary 10111101 10110001 10110101
Octal 275 261 265

Shades and tints

Shades of #BDB1B5

#BDB1B5
(189,177,181)
#ACA1A5
(172,161,165)
#9B9195
(155,145,149)
#8A8185
(138,129,133)
#797175
(121,113,117)
#686165
(104,97,101)
#575155
(87,81,85)
#464145
(70,65,69)
#353135
(53,49,53)
#242125
(36,33,37)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #BDB1B5

#BDB1B5
(189,177,181)
#C3B8BB
(195,184,187)
#C9BFC1
(201,191,193)
#CFC6C7
(207,198,199)
#D5CDCD
(213,205,205)
#DBD4D3
(219,212,211)
#E1DBD9
(225,219,217)
#E7E2DF
(231,226,223)
#EDE9E5
(237,233,229)
#F3F0EB
(243,240,235)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB1B5; }

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

This text font color is #BDB1B5.

Background Color

.myBgColor { background-color: #BDB1B5; }

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

This div background color is #BDB1B5.

Border color

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

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

This div border color is #BDB1B5.

Opacity

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

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

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

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

This text has shadow with #BDB1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDB1B5.

Preview

Color preview on black background

This text has color #BDB1B5 on black background.


Color preview on white background

This text has color #BDB1B5 on white background.


Black color preview on #BDB1B5 background

This text has black color on #BDB1B5 background.


White color preview on #BDB1B5 background

This text has white color on #BDB1B5 background.


Related colors

Complementary color

Complementary color for #hex is #424E4A.


I love getcolorcode.com

Triadic colors

1 #B5BDB1 and #B1B5BD with #BDB1B5 are triadic colors.

2 #B5B1BD and #B1BDB5 with #BDB1B5 are triadic colors.