COLOR #BCB5BC

HEX: #BCB5BC RGB: (188,181,188)

Color info

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

RGB color model

#BCB5BC color RGB value is (188,181,188).

RGB: (188,181,188) (74%, 71%, 74%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 188 of 255 = 74%

188
181
188

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

Portions of RGB colors in percentages

R + G + B = 188 + 181 + 188 = 557 (100%)
R 188 of 557 ~ 33.75%
G 181 of 557 ~ 32.5%
B 188 of 557 ~ 33.75'%

%33.75
%32.5
%33.75

CMYK color model

#BCB5BC color CMYK value is (0,4,0,26).

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

CMYK: (0,4,0,26)
C0M4Y0K26 (0%, 4%, 0%, 26%)
(0.00 / 0.04 / 0.00 / 0.26)

CMYK percentages

%0
%3.72
%0
%26.27

Codes

Color #BCB5BC in popluar color models

BC B5 BC
RGB 188 181 188
HSL 300° 4.96% 72.35%
HSB/HSV 300° 3.72% 73.73%
CMYK 0.00% 3.72% 0.00%
26.27%

Color #BCB5BC in popluar number systems.

HEX BC B5 BC
Decimal 188 181 188
Binary 10111100 10110101 10111100
Octal 274 265 274

Shades and tints

Shades of #BCB5BC

#BCB5BC
(188,181,188)
#ABA5AB
(171,165,171)
#9A959A
(154,149,154)
#898589
(137,133,137)
#787578
(120,117,120)
#676567
(103,101,103)
#565556
(86,85,86)
#454545
(69,69,69)
#343534
(52,53,52)
#232523
(35,37,35)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #BCB5BC

#BCB5BC
(188,181,188)
#C2BBC2
(194,187,194)
#C8C1C8
(200,193,200)
#CEC7CE
(206,199,206)
#D4CDD4
(212,205,212)
#DAD3DA
(218,211,218)
#E0D9E0
(224,217,224)
#E6DFE6
(230,223,230)
#ECE5EC
(236,229,236)
#F2EBF2
(242,235,242)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB5BC; }

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

This text font color is #BCB5BC.

Background Color

.myBgColor { background-color: #BCB5BC; }

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

This div background color is #BCB5BC.

Border color

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

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

This div border color is #BCB5BC.

Opacity

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

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

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

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

This text has shadow with #BCB5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB5BC.

Preview

Color preview on black background

This text has color #BCB5BC on black background.


Color preview on white background

This text has color #BCB5BC on white background.


Black color preview on #BCB5BC background

This text has black color on #BCB5BC background.


White color preview on #BCB5BC background

This text has white color on #BCB5BC background.


Related colors

Complementary color

Complementary color for #hex is #434A43.


I love getcolorcode.com

Triadic colors

1 #BCBCB5 and #B5BCBC with #BCB5BC are triadic colors.

2 #BCB5BC and #B5BCBC with #BCB5BC are triadic colors.