COLOR #BCBFB7

HEX: #BCBFB7 RGB: (188,191,183)

Color info

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

RGB color model

#BCBFB7 color RGB value is (188,191,183).

RGB: (188,191,183) (74%, 75%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 183 of 255 = 72%

188
191
183

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

Portions of RGB colors in percentages

R + G + B = 188 + 191 + 183 = 562 (100%)
R 188 of 562 ~ 33.45%
G 191 of 562 ~ 33.99%
B 183 of 562 ~ 32.56'%

%33.45
%33.99
%32.56

CMYK color model

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

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 4.19%
  • key color value is 25.10%

CMYK: (2,0,4,25)
C2M0Y4K25 (2%, 0%, 4%, 25%)
(0.02 / 0.00 / 0.04 / 0.25)

CMYK percentages

%1.57
%0
%4.19
%25.1

Codes

Color #BCBFB7 in popluar color models

BC BF B7
RGB 188 191 183
HSL 82° 5.88% 73.33%
HSB/HSV 82° 4.19% 74.90%
CMYK 1.57% 0.00% 4.19%
25.10%

Color #BCBFB7 in popluar number systems.

HEX BC BF B7
Decimal 188 191 183
Binary 10111100 10111111 10110111
Octal 274 277 267

Shades and tints

Shades of #BCBFB7

#BCBFB7
(188,191,183)
#ABAEA7
(171,174,167)
#9A9D97
(154,157,151)
#898C87
(137,140,135)
#787B77
(120,123,119)
#676A67
(103,106,103)
#565957
(86,89,87)
#454847
(69,72,71)
#343737
(52,55,55)
#232627
(35,38,39)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCBFB7

#BCBFB7
(188,191,183)
#C2C4BD
(194,196,189)
#C8C9C3
(200,201,195)
#CECEC9
(206,206,201)
#D4D3CF
(212,211,207)
#DAD8D5
(218,216,213)
#E0DDDB
(224,221,219)
#E6E2E1
(230,226,225)
#ECE7E7
(236,231,231)
#F2ECED
(242,236,237)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFB7; }

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

This text font color is #BCBFB7.

Background Color

.myBgColor { background-color: #BCBFB7; }

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

This div background color is #BCBFB7.

Border color

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

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

This div border color is #BCBFB7.

Opacity

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

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

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

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

This text has shadow with #BCBFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBFB7.

Preview

Color preview on black background

This text has color #BCBFB7 on black background.


Color preview on white background

This text has color #BCBFB7 on white background.


Black color preview on #BCBFB7 background

This text has black color on #BCBFB7 background.


White color preview on #BCBFB7 background

This text has white color on #BCBFB7 background.


Related colors

Complementary color

Complementary color for #hex is #434048.


I love getcolorcode.com

Triadic colors

1 #B7BCBF and #BFB7BC with #BCBFB7 are triadic colors.

2 #B7BFBC and #BFBCB7 with #BCBFB7 are triadic colors.