COLOR #BCB8BA

HEX: #BCB8BA
RGB: (188,184,186)

Color info

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

RGB color model

#BCB8BA color RGB value is (188,184,186).

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

RGB channels and saturation

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

188
184
186

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

Portions of RGB colors in percentages

R + G + B =
188 + 184 + 186 = 558 (100%)
R 188 of 558 ~ 33.69%
G 184 of 558 ~ 32.97%
B 186 of 558 ~ 33.33%

%33.69
%32.97
%33.33

CMYK color model

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

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

CMYK percentages

%0
%2.13
%1.06
%26.27

Codes

Color #BCB8BA in popluar color models

BCB8BA
RGB188184186
HSL330°2.90%72.94%
HSB/HSV330°2.13%73.73%
CMYK0.00%2.13%1.06%
26.27%

Color #BCB8BA in popluar number systems.

HEXBCB8BA
Decimal188184186
Binary101111001011100010111010
Octal274270272

Shades and tints

Shades of #BCB8BA

#BCB8BA
(188,184,186)
#ABA8AA
(171,168,170)
#9A989A
(154,152,154)
#89888A
(137,136,138)
#78787A
(120,120,122)
#67686A
(103,104,106)
#56585A
(86,88,90)
#45484A
(69,72,74)
#34383A
(52,56,58)
#23282A
(35,40,42)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #BCB8BA

#BCB8BA
(188,184,186)
#C2BEC0
(194,190,192)
#C8C4C6
(200,196,198)
#CECACC
(206,202,204)
#D4D0D2
(212,208,210)
#DAD6D8
(218,214,216)
#E0DCDE
(224,220,222)
#E6E2E4
(230,226,228)
#ECE8EA
(236,232,234)
#F2EEF0
(242,238,240)
#F8F4F6
(248,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB8BA; }

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

This text font color is #BCB8BA.


Background Color

.myBgColor { background-color: #BCB8BA; }

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

This div background color is #BCB8BA.


Border color

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

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

This div border color is #BCB8BA.


Opacity

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

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

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

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

This text has shadow with #BCB8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB8BA on black background.


Color preview on white background

This text has color #BCB8BA on white background.



Black color preview on #BCB8BA background

This text has black color on #BCB8BA background.


White color preview on #BCB8BA background

This text has white color on #BCB8BA background.