COLOR #BDBBB0

HEX: #BDBBB0 RGB: (189,187,176)

Color info

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

RGB color model

#BDBBB0 color RGB value is (189,187,176).

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

RGB channels and saturation

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

189
187
176

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

Portions of RGB colors in percentages

R + G + B = 189 + 187 + 176 = 552 (100%)
R 189 of 552 ~ 34.24%
G 187 of 552 ~ 33.88%
B 176 of 552 ~ 31.88'%

%34.24
%33.88
%31.88

CMYK color model

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

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

CMYK: (0,1,7,26)
C0M1Y7K26 (0%, 1%, 7%, 26%)
(0.00 / 0.01 / 0.07 / 0.26)

CMYK percentages

%0
%1.06
%6.88
%25.88

Codes

Color #BDBBB0 in popluar color models

BD BB B0
RGB 189 187 176
HSL 51° 8.97% 71.57%
HSB/HSV 51° 6.88% 74.12%
CMYK 0.00% 1.06% 6.88%
25.88%

Color #BDBBB0 in popluar number systems.

HEX BD BB B0
Decimal 189 187 176
Binary 10111101 10111011 10110000
Octal 275 273 260

Shades and tints

Shades of #BDBBB0

#BDBBB0
(189,187,176)
#ACAAA0
(172,170,160)
#9B9990
(155,153,144)
#8A8880
(138,136,128)
#797770
(121,119,112)
#686660
(104,102,96)
#575550
(87,85,80)
#464440
(70,68,64)
#353330
(53,51,48)
#242220
(36,34,32)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #BDBBB0

#BDBBB0
(189,187,176)
#C3C1B7
(195,193,183)
#C9C7BE
(201,199,190)
#CFCDC5
(207,205,197)
#D5D3CC
(213,211,204)
#DBD9D3
(219,217,211)
#E1DFDA
(225,223,218)
#E7E5E1
(231,229,225)
#EDEBE8
(237,235,232)
#F3F1EF
(243,241,239)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBBB0; }

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

This text font color is #BDBBB0.

Background Color

.myBgColor { background-color: #BDBBB0; }

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

This div background color is #BDBBB0.

Border color

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

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

This div border color is #BDBBB0.

Opacity

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

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

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

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

This text has shadow with #BDBBB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBBB0.

Preview

Color preview on black background

This text has color #BDBBB0 on black background.


Color preview on white background

This text has color #BDBBB0 on white background.


Black color preview on #BDBBB0 background

This text has black color on #BDBBB0 background.


White color preview on #BDBBB0 background

This text has white color on #BDBBB0 background.


Related colors

Complementary color

Complementary color for #hex is #42444F.


I love getcolorcode.com

Triadic colors

1 #B0BDBB and #BBB0BD with #BDBBB0 are triadic colors.

2 #B0BBBD and #BBBDB0 with #BDBBB0 are triadic colors.