COLOR #BDBBBB

HEX: #BDBBBB RGB: (189,187,187)

Color info

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

RGB color model

#BDBBBB color RGB value is (189,187,187).

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

RGB channels and saturation

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

189
187
187

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

Portions of RGB colors in percentages

R + G + B = 189 + 187 + 187 = 563 (100%)
R 189 of 563 ~ 33.57%
G 187 of 563 ~ 33.21%
B 187 of 563 ~ 33.21'%

%33.57
%33.21
%33.21

CMYK color model

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

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

CMYK percentages

%0
%1.06
%1.06
%25.88

Codes

Color #BDBBBB in popluar color models

BD BB BB
RGB 189 187 187
HSL 1.49% 73.73%
HSB/HSV 1.06% 74.12%
CMYK 0.00% 1.06% 1.06%
25.88%

Color #BDBBBB in popluar number systems.

HEX BD BB BB
Decimal 189 187 187
Binary 10111101 10111011 10111011
Octal 275 273 273

Shades and tints

Shades of #BDBBBB

#BDBBBB
(189,187,187)
#ACAAAA
(172,170,170)
#9B9999
(155,153,153)
#8A8888
(138,136,136)
#797777
(121,119,119)
#686666
(104,102,102)
#575555
(87,85,85)
#464444
(70,68,68)
#353333
(53,51,51)
#242222
(36,34,34)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #BDBBBB

#BDBBBB
(189,187,187)
#C3C1C1
(195,193,193)
#C9C7C7
(201,199,199)
#CFCDCD
(207,205,205)
#D5D3D3
(213,211,211)
#DBD9D9
(219,217,217)
#E1DFDF
(225,223,223)
#E7E5E5
(231,229,229)
#EDEBEB
(237,235,235)
#F3F1F1
(243,241,241)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBBBB; }

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

This text font color is #BDBBBB.

Background Color

.myBgColor { background-color: #BDBBBB; }

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

This div background color is #BDBBBB.

Border color

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

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

This div border color is #BDBBBB.

Opacity

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

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

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

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

This text has shadow with #BDBBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBBBB.

Preview

Color preview on black background

This text has color #BDBBBB on black background.


Color preview on white background

This text has color #BDBBBB on white background.


Black color preview on #BDBBBB background

This text has black color on #BDBBBB background.


White color preview on #BDBBBB background

This text has white color on #BDBBBB background.


Related colors

Complementary color

Complementary color for #hex is #424444.


I love getcolorcode.com