COLOR #BCBDC0

HEX: #BCBDC0 RGB: (188,189,192)

Color info

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

RGB color model

#BCBDC0 color RGB value is (188,189,192).

RGB: (188,189,192) (74%, 74%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 189 of 255 = 74%
B 192 of 255 = 75%

188
189
192

R + G + B ~ 74%. #BCBDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 189 + 192 = 569 (100%)
R 188 of 569 ~ 33.04%
G 189 of 569 ~ 33.22%
B 192 of 569 ~ 33.74'%

%33.04
%33.22
%33.74

CMYK color model

#BCBDC0 color CMYK value is (2,2,0,25).

  • cyan value is 2.08%
  • magenta value is 1.56%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (2,2,0,25)
C2M2Y0K25 (2%, 2%, 0%, 25%)
(0.02 / 0.02 / 0.00 / 0.25)

CMYK percentages

%2.08
%1.56
%0
%24.71

Codes

Color #BCBDC0 in popluar color models

BC BD C0
RGB 188 189 192
HSL 225° 3.08% 74.51%
HSB/HSV 225° 2.08% 75.29%
CMYK 2.08% 1.56% 0.00%
24.71%

Color #BCBDC0 in popluar number systems.

HEX BC BD C0
Decimal 188 189 192
Binary 10111100 10111101 11000000
Octal 274 275 300

Shades and tints

Shades of #BCBDC0

#BCBDC0
(188,189,192)
#ABACAF
(171,172,175)
#9A9B9E
(154,155,158)
#898A8D
(137,138,141)
#78797C
(120,121,124)
#67686B
(103,104,107)
#56575A
(86,87,90)
#454649
(69,70,73)
#343538
(52,53,56)
#232427
(35,36,39)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #BCBDC0

#BCBDC0
(188,189,192)
#C2C3C5
(194,195,197)
#C8C9CA
(200,201,202)
#CECFCF
(206,207,207)
#D4D5D4
(212,213,212)
#DADBD9
(218,219,217)
#E0E1DE
(224,225,222)
#E6E7E3
(230,231,227)
#ECEDE8
(236,237,232)
#F2F3ED
(242,243,237)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDC0; }

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

This text font color is #BCBDC0.

Background Color

.myBgColor { background-color: #BCBDC0; }

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

This div background color is #BCBDC0.

Border color

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

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

This div border color is #BCBDC0.

Opacity

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

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

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

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

This text has shadow with #BCBDC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBDC0.

Preview

Color preview on black background

This text has color #BCBDC0 on black background.


Color preview on white background

This text has color #BCBDC0 on white background.


Black color preview on #BCBDC0 background

This text has black color on #BCBDC0 background.


White color preview on #BCBDC0 background

This text has white color on #BCBDC0 background.


Related colors

Complementary color

Complementary color for #hex is #43423F.


I love getcolorcode.com

Triadic colors

1 #C0BCBD and #BDC0BC with #BCBDC0 are triadic colors.

2 #C0BDBC and #BDBCC0 with #BCBDC0 are triadic colors.