COLOR #BBBCB8

HEX: #BBBCB8
RGB: (187,188,184)

Color info

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

RGB color model

#BBBCB8 color RGB value is (187,188,184).

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

RGB channels and saturation

R 187 of 255 = 73%
G 188 of 255 = 74%
B 184 of 255 = 72%

187
188
184

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

Portions of RGB colors in percentages

R + G + B =
187 + 188 + 184 = 559 (100%)
R 187 of 559 ~ 33.45%
G 188 of 559 ~ 33.63%
B 184 of 559 ~ 32.92%

%33.45
%33.63
%32.92

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 26.27%
CMYK:
(1,0,2,26)
C1M0Y2K26 
(1%,0%,2%,26%)
(0.01/0.00/0.02/0.26)	

CMYK percentages

%0.53
%0
%2.13
%26.27

Codes

Color #BBBCB8 in popluar color models

BBBCB8
RGB187188184
HSL75°2.90%72.94%
HSB/HSV75°2.13%73.73%
CMYK0.53%0.00%2.13%
26.27%

Color #BBBCB8 in popluar number systems.

HEXBBBCB8
Decimal187188184
Binary101110111011110010111000
Octal273274270

Shades and tints

Shades of #BBBCB8

#BBBCB8
(187,188,184)
#AAABA8
(170,171,168)
#999A98
(153,154,152)
#888988
(136,137,136)
#777878
(119,120,120)
#666768
(102,103,104)
#555658
(85,86,88)
#444548
(68,69,72)
#333438
(51,52,56)
#222328
(34,35,40)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #BBBCB8

#BBBCB8
(187,188,184)
#C1C2BE
(193,194,190)
#C7C8C4
(199,200,196)
#CDCECA
(205,206,202)
#D3D4D0
(211,212,208)
#D9DAD6
(217,218,214)
#DFE0DC
(223,224,220)
#E5E6E2
(229,230,226)
#EBECE8
(235,236,232)
#F1F2EE
(241,242,238)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBCB8; }

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

This text font color is #BBBCB8.


Background Color

.myBgColor { background-color: #BBBCB8; }

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

This div background color is #BBBCB8.


Border color

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

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

This div border color is #BBBCB8.


Opacity

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

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

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

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

This text has shadow with #BBBCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBCB8 on black background.


Color preview on white background

This text has color #BBBCB8 on white background.



Black color preview on #BBBCB8 background

This text has black color on #BBBCB8 background.


White color preview on #BBBCB8 background

This text has white color on #BBBCB8 background.