COLOR #BCB3B1

HEX: #BCB3B1 RGB: (188,179,177)

Color info

#BCB3B1 contains red, green and blue colors in about the same proportion. Web safe color of #BCB3B1 is #CC9999 (or #C99).

RGB color model

#BCB3B1 color RGB value is (188,179,177).

RGB: (188,179,177) (74%, 70%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 179 of 255 = 70%
B 177 of 255 = 69%

188
179
177

R + G + B ~ 71%. #BCB3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 179 + 177 = 544 (100%)
R 188 of 544 ~ 34.56%
G 179 of 544 ~ 32.9%
B 177 of 544 ~ 32.54'%

%34.56
%32.9
%32.54

CMYK color model

#BCB3B1 color CMYK value is (0,5,6,26).

  • cyan value is 0.00%
  • magenta value is 4.79%
  • yellow value is 5.85%
  • key color value is 26.27%

CMYK: (0,5,6,26)
C0M5Y6K26 (0%, 5%, 6%, 26%)
(0.00 / 0.05 / 0.06 / 0.26)

CMYK percentages

%0
%4.79
%5.85
%26.27

Codes

Color #BCB3B1 in popluar color models

BC B3 B1
RGB 188 179 177
HSL 11° 7.59% 71.57%
HSB/HSV 11° 5.85% 73.73%
CMYK 0.00% 4.79% 5.85%
26.27%

Color #BCB3B1 in popluar number systems.

HEX BC B3 B1
Decimal 188 179 177
Binary 10111100 10110011 10110001
Octal 274 263 261

Shades and tints

Shades of #BCB3B1

#BCB3B1
(188,179,177)
#ABA3A1
(171,163,161)
#9A9391
(154,147,145)
#898381
(137,131,129)
#787371
(120,115,113)
#676361
(103,99,97)
#565351
(86,83,81)
#454341
(69,67,65)
#343331
(52,51,49)
#232321
(35,35,33)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #BCB3B1

#BCB3B1
(188,179,177)
#C2B9B8
(194,185,184)
#C8BFBF
(200,191,191)
#CEC5C6
(206,197,198)
#D4CBCD
(212,203,205)
#DAD1D4
(218,209,212)
#E0D7DB
(224,215,219)
#E6DDE2
(230,221,226)
#ECE3E9
(236,227,233)
#F2E9F0
(242,233,240)
#F8EFF7
(248,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB3B1; }

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

This text font color is #BCB3B1.

Background Color

.myBgColor { background-color: #BCB3B1; }

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

This div background color is #BCB3B1.

Border color

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

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

This div border color is #BCB3B1.

Opacity

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

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

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

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

This text has shadow with #BCB3B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB3B1.

Preview

Color preview on black background

This text has color #BCB3B1 on black background.


Color preview on white background

This text has color #BCB3B1 on white background.


Black color preview on #BCB3B1 background

This text has black color on #BCB3B1 background.


White color preview on #BCB3B1 background

This text has white color on #BCB3B1 background.


Related colors

Complementary color

Complementary color for #hex is #434C4E.


I love getcolorcode.com

Triadic colors

1 #B1BCB3 and #B3B1BC with #BCB3B1 are triadic colors.

2 #B1B3BC and #B3BCB1 with #BCB3B1 are triadic colors.