COLOR #BBBDB5

HEX: #BBBDB5
RGB: (187,189,181)

Color info

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

RGB color model

#BBBDB5 color RGB value is (187,189,181).

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

RGB channels and saturation

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

187
189
181

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

Portions of RGB colors in percentages

R + G + B =
187 + 189 + 181 = 557 (100%)
R 187 of 557 ~ 33.57%
G 189 of 557 ~ 33.93%
B 181 of 557 ~ 32.5%

%33.57
%33.93
%32.5

CMYK color model

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

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

CMYK percentages

%1.06
%0
%4.23
%25.88

Codes

Color #BBBDB5 in popluar color models

BBBDB5
RGB187189181
HSL75°5.71%72.55%
HSB/HSV75°4.23%74.12%
CMYK1.06%0.00%4.23%
25.88%

Color #BBBDB5 in popluar number systems.

HEXBBBDB5
Decimal187189181
Binary101110111011110110110101
Octal273275265

Shades and tints

Shades of #BBBDB5

#BBBDB5
(187,189,181)
#AAACA5
(170,172,165)
#999B95
(153,155,149)
#888A85
(136,138,133)
#777975
(119,121,117)
#666865
(102,104,101)
#555755
(85,87,85)
#444645
(68,70,69)
#333535
(51,53,53)
#222425
(34,36,37)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #BBBDB5

#BBBDB5
(187,189,181)
#C1C3BB
(193,195,187)
#C7C9C1
(199,201,193)
#CDCFC7
(205,207,199)
#D3D5CD
(211,213,205)
#D9DBD3
(217,219,211)
#DFE1D9
(223,225,217)
#E5E7DF
(229,231,223)
#EBEDE5
(235,237,229)
#F1F3EB
(241,243,235)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBDB5; }

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

This text font color is #BBBDB5.


Background Color

.myBgColor { background-color: #BBBDB5; }

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

This div background color is #BBBDB5.


Border color

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

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

This div border color is #BBBDB5.


Opacity

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

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

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

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

This text has shadow with #BBBDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBDB5 on black background.


Color preview on white background

This text has color #BBBDB5 on white background.



Black color preview on #BBBDB5 background

This text has black color on #BBBDB5 background.


White color preview on #BBBDB5 background

This text has white color on #BBBDB5 background.