COLOR #BCB1B7

HEX: #BCB1B7 RGB: (188,177,183)

Color info

#BCB1B7 contains red, green and blue colors in about the same proportion. Web safe color of #BCB1B7 is #CC99CC (or #C9C).

RGB color model

#BCB1B7 color RGB value is (188,177,183).

RGB: (188,177,183) (74%, 69%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 183 of 255 = 72%

188
177
183

R + G + B ~ 72%. #BCB1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 177 + 183 = 548 (100%)
R 188 of 548 ~ 34.31%
G 177 of 548 ~ 32.3%
B 183 of 548 ~ 33.39'%

%34.31
%32.3
%33.39

CMYK color model

#BCB1B7 color CMYK value is (0,6,3,26).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 2.66%
  • key color value is 26.27%
CMYK: (0,6,3,26) C0M6Y3K26 (0%,6%,3%,26%) (0.00/0.06/0.03/0.26) 

CMYK percentages

%0
%5.85
%2.66
%26.27

Codes

Color #BCB1B7 in popluar color models

BC B1 B7
RGB 188 177 183
HSL 327° 7.59% 71.57%
HSB/HSV 327° 5.85% 73.73%
CMYK 0.00% 5.85% 2.66%
26.27%

Color #BCB1B7 in popluar number systems.

HEX BC B1 B7
Decimal 188 177 183
Binary 10111100 10110001 10110111
Octal 274 261 267

Shades and tints

Shades of #BCB1B7

#BCB1B7
(188,177,183)
#ABA1A7
(171,161,167)
#9A9197
(154,145,151)
#898187
(137,129,135)
#787177
(120,113,119)
#676167
(103,97,103)
#565157
(86,81,87)
#454147
(69,65,71)
#343137
(52,49,55)
#232127
(35,33,39)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #BCB1B7

#BCB1B7
(188,177,183)
#C2B8BD
(194,184,189)
#C8BFC3
(200,191,195)
#CEC6C9
(206,198,201)
#D4CDCF
(212,205,207)
#DAD4D5
(218,212,213)
#E0DBDB
(224,219,219)
#E6E2E1
(230,226,225)
#ECE9E7
(236,233,231)
#F2F0ED
(242,240,237)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB1B7; }

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

This text font color is #BCB1B7.

Background Color

.myBgColor { background-color: #BCB1B7; }

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

This div background color is #BCB1B7.

Border color

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

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

This div border color is #BCB1B7.

Opacity

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

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

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

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

This text has shadow with #BCB1B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB1B7.

Preview

Color preview on black background

This text has color #BCB1B7 on black background.


Color preview on white background

This text has color #BCB1B7 on white background.


Black color preview on #BCB1B7 background

This text has black color on #BCB1B7 background.


White color preview on #BCB1B7 background

This text has white color on #BCB1B7 background.


Related colors

Complementary color

Complementary color for #hex is #434E48.


I love getcolorcode.com

Triadic colors

1 #B7BCB1 and #B1B7BC with #BCB1B7 are triadic colors.

2 #B7B1BC and #B1BCB7 with #BCB1B7 are triadic colors.