COLOR #BBBCBA

HEX: #BBBCBA
RGB: (187,188,186)

Color info

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

RGB color model

#BBBCBA color RGB value is (187,188,186).

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

RGB channels and saturation

R 187 of 255 = 73%
G 188 of 255 = 74%
B 186 of 255 = 73%

187
188
186

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

Portions of RGB colors in percentages

R + G + B =
187 + 188 + 186 = 561 (100%)
R 187 of 561 ~ 33.33%
G 188 of 561 ~ 33.51%
B 186 of 561 ~ 33.16%

%33.33
%33.51
%33.16

CMYK color model

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

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

CMYK percentages

%0.53
%0
%1.06
%26.27

Codes

Color #BBBCBA in popluar color models

BBBCBA
RGB187188186
HSL90°1.47%73.33%
HSB/HSV90°1.06%73.73%
CMYK0.53%0.00%1.06%
26.27%

Color #BBBCBA in popluar number systems.

HEXBBBCBA
Decimal187188186
Binary101110111011110010111010
Octal273274272

Shades and tints

Shades of #BBBCBA

#BBBCBA
(187,188,186)
#AAABAA
(170,171,170)
#999A9A
(153,154,154)
#88898A
(136,137,138)
#77787A
(119,120,122)
#66676A
(102,103,106)
#55565A
(85,86,90)
#44454A
(68,69,74)
#33343A
(51,52,58)
#22232A
(34,35,42)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #BBBCBA

#BBBCBA
(187,188,186)
#C1C2C0
(193,194,192)
#C7C8C6
(199,200,198)
#CDCECC
(205,206,204)
#D3D4D2
(211,212,210)
#D9DAD8
(217,218,216)
#DFE0DE
(223,224,222)
#E5E6E4
(229,230,228)
#EBECEA
(235,236,234)
#F1F2F0
(241,242,240)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBCBA; }

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

This text font color is #BBBCBA.


Background Color

.myBgColor { background-color: #BBBCBA; }

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

This div background color is #BBBCBA.


Border color

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

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

This div border color is #BBBCBA.


Opacity

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

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

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

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

This text has shadow with #BBBCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBCBA on black background.


Color preview on white background

This text has color #BBBCBA on white background.



Black color preview on #BBBCBA background

This text has black color on #BBBCBA background.


White color preview on #BBBCBA background

This text has white color on #BBBCBA background.