COLOR #BBBCB5

HEX: #BBBCB5
RGB: (187,188,181)

Color info

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

RGB color model

#BBBCB5 color RGB value is (187,188,181).

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

RGB channels and saturation

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

187
188
181

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

Portions of RGB colors in percentages

R + G + B =
187 + 188 + 181 = 556 (100%)
R 187 of 556 ~ 33.63%
G 188 of 556 ~ 33.81%
B 181 of 556 ~ 32.55%

%33.63
%33.81
%32.55

CMYK color model

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

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

CMYK percentages

%0.53
%0
%3.72
%26.27

Codes

Color #BBBCB5 in popluar color models

BBBCB5
RGB187188181
HSL69°4.96%72.35%
HSB/HSV69°3.72%73.73%
CMYK0.53%0.00%3.72%
26.27%

Color #BBBCB5 in popluar number systems.

HEXBBBCB5
Decimal187188181
Binary101110111011110010110101
Octal273274265

Shades and tints

Shades of #BBBCB5

#BBBCB5
(187,188,181)
#AAABA5
(170,171,165)
#999A95
(153,154,149)
#888985
(136,137,133)
#777875
(119,120,117)
#666765
(102,103,101)
#555655
(85,86,85)
#444545
(68,69,69)
#333435
(51,52,53)
#222325
(34,35,37)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #BBBCB5

#BBBCB5
(187,188,181)
#C1C2BB
(193,194,187)
#C7C8C1
(199,200,193)
#CDCEC7
(205,206,199)
#D3D4CD
(211,212,205)
#D9DAD3
(217,218,211)
#DFE0D9
(223,224,217)
#E5E6DF
(229,230,223)
#EBECE5
(235,236,229)
#F1F2EB
(241,242,235)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBCB5; }

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

This text font color is #BBBCB5.


Background Color

.myBgColor { background-color: #BBBCB5; }

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

This div background color is #BBBCB5.


Border color

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

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

This div border color is #BBBCB5.


Opacity

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

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

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

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

This text has shadow with #BBBCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBCB5 on black background.


Color preview on white background

This text has color #BBBCB5 on white background.



Black color preview on #BBBCB5 background

This text has black color on #BBBCB5 background.


White color preview on #BBBCB5 background

This text has white color on #BBBCB5 background.