COLOR #BCBBC0

HEX: #BCBBC0 RGB: (188,187,192)

Color info

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

RGB color model

#BCBBC0 color RGB value is (188,187,192).

RGB: (188,187,192) (74%, 73%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 187 of 255 = 73%
B 192 of 255 = 75%

188
187
192

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

Portions of RGB colors in percentages

R + G + B = 188 + 187 + 192 = 567 (100%)
R 188 of 567 ~ 33.16%
G 187 of 567 ~ 32.98%
B 192 of 567 ~ 33.86'%

%33.16
%32.98
%33.86

CMYK color model

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

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

CMYK: (2,3,0,25)
C2M3Y0K25 (2%, 3%, 0%, 25%)
(0.02 / 0.03 / 0.00 / 0.25)

CMYK percentages

%2.08
%2.6
%0
%24.71

Codes

Color #BCBBC0 in popluar color models

BC BB C0
RGB 188 187 192
HSL 252° 3.82% 74.31%
HSB/HSV 252° 2.60% 75.29%
CMYK 2.08% 2.60% 0.00%
24.71%

Color #BCBBC0 in popluar number systems.

HEX BC BB C0
Decimal 188 187 192
Binary 10111100 10111011 11000000
Octal 274 273 300

Shades and tints

Shades of #BCBBC0

#BCBBC0
(188,187,192)
#ABAAAF
(171,170,175)
#9A999E
(154,153,158)
#89888D
(137,136,141)
#78777C
(120,119,124)
#67666B
(103,102,107)
#56555A
(86,85,90)
#454449
(69,68,73)
#343338
(52,51,56)
#232227
(35,34,39)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #BCBBC0

#BCBBC0
(188,187,192)
#C2C1C5
(194,193,197)
#C8C7CA
(200,199,202)
#CECDCF
(206,205,207)
#D4D3D4
(212,211,212)
#DAD9D9
(218,217,217)
#E0DFDE
(224,223,222)
#E6E5E3
(230,229,227)
#ECEBE8
(236,235,232)
#F2F1ED
(242,241,237)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBBC0; }

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

This text font color is #BCBBC0.

Background Color

.myBgColor { background-color: #BCBBC0; }

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

This div background color is #BCBBC0.

Border color

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

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

This div border color is #BCBBC0.

Opacity

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

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

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

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

This text has shadow with #BCBBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBBC0.

Preview

Color preview on black background

This text has color #BCBBC0 on black background.


Color preview on white background

This text has color #BCBBC0 on white background.


Black color preview on #BCBBC0 background

This text has black color on #BCBBC0 background.


White color preview on #BCBBC0 background

This text has white color on #BCBBC0 background.


Related colors

Complementary color

Complementary color for #hex is #43443F.


I love getcolorcode.com

Triadic colors

1 #C0BCBB and #BBC0BC with #BCBBC0 are triadic colors.

2 #C0BBBC and #BBBCC0 with #BCBBC0 are triadic colors.