COLOR #BCB8BC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

188
184
188

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

Portions of RGB colors in percentages

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

%33.57
%32.86
%33.57

CMYK color model

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

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

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

CMYK percentages

%0
%2.13
%0
%26.27

Codes

Color #BCB8BC in popluar color models

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

Color #BCB8BC in popluar number systems.

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

Shades and tints

Shades of #BCB8BC

#BCB8BC
(188,184,188)
#ABA8AB
(171,168,171)
#9A989A
(154,152,154)
#898889
(137,136,137)
#787878
(120,120,120)
#676867
(103,104,103)
#565856
(86,88,86)
#454845
(69,72,69)
#343834
(52,56,52)
#232823
(35,40,35)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #BCB8BC

#BCB8BC
(188,184,188)
#C2BEC2
(194,190,194)
#C8C4C8
(200,196,200)
#CECACE
(206,202,206)
#D4D0D4
(212,208,212)
#DAD6DA
(218,214,218)
#E0DCE0
(224,220,224)
#E6E2E6
(230,226,230)
#ECE8EC
(236,232,236)
#F2EEF2
(242,238,242)
#F8F4F8
(248,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB8BC; }

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

This text font color is #BCB8BC.

Background Color

.myBgColor { background-color: #BCB8BC; }

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

This div background color is #BCB8BC.

Border color

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

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

This div border color is #BCB8BC.

Opacity

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

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

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

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

This text has shadow with #BCB8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB8BC.

Preview

Color preview on black background

This text has color #BCB8BC on black background.


Color preview on white background

This text has color #BCB8BC on white background.


Black color preview on #BCB8BC background

This text has black color on #BCB8BC background.


White color preview on #BCB8BC background

This text has white color on #BCB8BC background.


Related colors

Complementary color

Complementary color for #hex is #434743.


I love getcolorcode.com

Triadic colors

1 #BCBCB8 and #B8BCBC with #BCB8BC are triadic colors.

2 #BCB8BC and #B8BCBC with #BCB8BC are triadic colors.