COLOR #BBBCB4

HEX: #BBBCB4
RGB: (187,188,180)

Color info

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

RGB color model

#BBBCB4 color RGB value is (187,188,180).

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

RGB channels and saturation

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

187
188
180

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

Portions of RGB colors in percentages

R + G + B =
187 + 188 + 180 = 555 (100%)
R 187 of 555 ~ 33.69%
G 188 of 555 ~ 33.87%
B 180 of 555 ~ 32.43%

%33.69
%33.87
%32.43

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • 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
%4.26
%26.27

Codes

Color #BBBCB4 in popluar color models

BBBCB4
RGB187188180
HSL68°5.63%72.16%
HSB/HSV68°4.26%73.73%
CMYK0.53%0.00%4.26%
26.27%

Color #BBBCB4 in popluar number systems.

HEXBBBCB4
Decimal187188180
Binary101110111011110010110100
Octal273274264

Shades and tints

Shades of #BBBCB4

#BBBCB4
(187,188,180)
#AAABA4
(170,171,164)
#999A94
(153,154,148)
#888984
(136,137,132)
#777874
(119,120,116)
#666764
(102,103,100)
#555654
(85,86,84)
#444544
(68,69,68)
#333434
(51,52,52)
#222324
(34,35,36)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #BBBCB4

#BBBCB4
(187,188,180)
#C1C2BA
(193,194,186)
#C7C8C0
(199,200,192)
#CDCEC6
(205,206,198)
#D3D4CC
(211,212,204)
#D9DAD2
(217,218,210)
#DFE0D8
(223,224,216)
#E5E6DE
(229,230,222)
#EBECE4
(235,236,228)
#F1F2EA
(241,242,234)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBCB4; }

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

This text font color is #BBBCB4.


Background Color

.myBgColor { background-color: #BBBCB4; }

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

This div background color is #BBBCB4.


Border color

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

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

This div border color is #BBBCB4.


Opacity

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

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

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

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

This text has shadow with #BBBCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBCB4 on black background.


Color preview on white background

This text has color #BBBCB4 on white background.



Black color preview on #BBBCB4 background

This text has black color on #BBBCB4 background.


White color preview on #BBBCB4 background

This text has white color on #BBBCB4 background.