COLOR #BCBCB8

HEX: #BCBCB8 RGB: (188,188,184)

Color info

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

RGB color model

#BCBCB8 color RGB value is (188,188,184).

RGB: (188,188,184) (74%, 74%, 72%)

RGB channels and saturation

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

188
188
184

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

Portions of RGB colors in percentages

R + G + B = 188 + 188 + 184 = 560 (100%)
R 188 of 560 ~ 33.57%
G 188 of 560 ~ 33.57%
B 184 of 560 ~ 32.86'%

%33.57
%33.57
%32.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 26.27%

CMYK: (0,0,2,26)
C0M0Y2K26 (0%, 0%, 2%, 26%)
(0.00 / 0.00 / 0.02 / 0.26)

CMYK percentages

%0
%0
%2.13
%26.27

Codes

Color #BCBCB8 in popluar color models

BC BC B8
RGB 188 188 184
HSL 60° 2.90% 72.94%
HSB/HSV 60° 2.13% 73.73%
CMYK 0.00% 0.00% 2.13%
26.27%

Color #BCBCB8 in popluar number systems.

HEX BC BC B8
Decimal 188 188 184
Binary 10111100 10111100 10111000
Octal 274 274 270

Shades and tints

Shades of #BCBCB8

#BCBCB8
(188,188,184)
#ABABA8
(171,171,168)
#9A9A98
(154,154,152)
#898988
(137,137,136)
#787878
(120,120,120)
#676768
(103,103,104)
#565658
(86,86,88)
#454548
(69,69,72)
#343438
(52,52,56)
#232328
(35,35,40)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #BCBCB8

#BCBCB8
(188,188,184)
#C2C2BE
(194,194,190)
#C8C8C4
(200,200,196)
#CECECA
(206,206,202)
#D4D4D0
(212,212,208)
#DADAD6
(218,218,214)
#E0E0DC
(224,224,220)
#E6E6E2
(230,230,226)
#ECECE8
(236,236,232)
#F2F2EE
(242,242,238)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBCB8; }

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

This text font color is #BCBCB8.

Background Color

.myBgColor { background-color: #BCBCB8; }

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

This div background color is #BCBCB8.

Border color

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

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

This div border color is #BCBCB8.

Opacity

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

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

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

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

This text has shadow with #BCBCB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBCB8.

Preview

Color preview on black background

This text has color #BCBCB8 on black background.


Color preview on white background

This text has color #BCBCB8 on white background.


Black color preview on #BCBCB8 background

This text has black color on #BCBCB8 background.


White color preview on #BCBCB8 background

This text has white color on #BCBCB8 background.


Related colors

Complementary color

Complementary color for #hex is #434347.


I love getcolorcode.com