COLOR #BCBBBA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

188
187
186

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

Portions of RGB colors in percentages

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

%33.51
%33.33
%33.16

CMYK color model

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

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

CMYK percentages

%0
%0.53
%1.06
%26.27

Codes

Color #BCBBBA in popluar color models

BCBBBA
RGB188187186
HSL30°1.47%73.33%
HSB/HSV30°1.06%73.73%
CMYK0.00%0.53%1.06%
26.27%

Color #BCBBBA in popluar number systems.

HEXBCBBBA
Decimal188187186
Binary101111001011101110111010
Octal274273272

Shades and tints

Shades of #BCBBBA

#BCBBBA
(188,187,186)
#ABAAAA
(171,170,170)
#9A999A
(154,153,154)
#89888A
(137,136,138)
#78777A
(120,119,122)
#67666A
(103,102,106)
#56555A
(86,85,90)
#45444A
(69,68,74)
#34333A
(52,51,58)
#23222A
(35,34,42)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #BCBBBA

#BCBBBA
(188,187,186)
#C2C1C0
(194,193,192)
#C8C7C6
(200,199,198)
#CECDCC
(206,205,204)
#D4D3D2
(212,211,210)
#DAD9D8
(218,217,216)
#E0DFDE
(224,223,222)
#E6E5E4
(230,229,228)
#ECEBEA
(236,235,234)
#F2F1F0
(242,241,240)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBBBA; }

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

This text font color is #BCBBBA.


Background Color

.myBgColor { background-color: #BCBBBA; }

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

This div background color is #BCBBBA.


Border color

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

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

This div border color is #BCBBBA.


Opacity

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

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

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

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

This text has shadow with #BCBBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBBBA on black background.


Color preview on white background

This text has color #BCBBBA on white background.



Black color preview on #BCBBBA background

This text has black color on #BCBBBA background.


White color preview on #BCBBBA background

This text has white color on #BCBBBA background.