COLOR #BDB0BB

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

Color info

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

RGB color model

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

  • red value is 189;
  • green value is 176;
  • blue value is 187.
RGB:
(189,176,187)
(74%,69%,73%)

RGB channels and saturation

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

189
176
187

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

Portions of RGB colors in percentages

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

%34.24
%31.88
%33.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 1.06%
  • key color value is 25.88%
CMYK:
(0,7,1,26)
C0M7Y1K26 
(0%,7%,1%,26%)
(0.00/0.07/0.01/0.26)	

CMYK percentages

%0
%6.88
%1.06
%25.88

Codes

Color #BDB0BB in popluar color models

BDB0BB
RGB189176187
HSL309°8.97%71.57%
HSB/HSV309°6.88%74.12%
CMYK0.00%6.88%1.06%
25.88%

Color #BDB0BB in popluar number systems.

HEXBDB0BB
Decimal189176187
Binary101111011011000010111011
Octal275260273

Shades and tints

Shades of #BDB0BB

#BDB0BB
(189,176,187)
#ACA0AA
(172,160,170)
#9B9099
(155,144,153)
#8A8088
(138,128,136)
#797077
(121,112,119)
#686066
(104,96,102)
#575055
(87,80,85)
#464044
(70,64,68)
#353033
(53,48,51)
#242022
(36,32,34)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #BDB0BB

#BDB0BB
(189,176,187)
#C3B7C1
(195,183,193)
#C9BEC7
(201,190,199)
#CFC5CD
(207,197,205)
#D5CCD3
(213,204,211)
#DBD3D9
(219,211,217)
#E1DADF
(225,218,223)
#E7E1E5
(231,225,229)
#EDE8EB
(237,232,235)
#F3EFF1
(243,239,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB0BB; }

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

This text font color is #BDB0BB.


Background Color

.myBgColor { background-color: #BDB0BB; }

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

This div background color is #BDB0BB.


Border color

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

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

This div border color is #BDB0BB.


Opacity

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

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

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

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

This text has shadow with #BDB0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB0BB on black background.


Color preview on white background

This text has color #BDB0BB on white background.



Black color preview on #BDB0BB background

This text has black color on #BDB0BB background.


White color preview on #BDB0BB background

This text has white color on #BDB0BB background.