COLOR #BCBFB0

HEX: #BCBFB0 RGB: (188,191,176)

Color info

#BCBFB0 contains red, green and blue colors in about the same proportion. Web safe color of #BCBFB0 is #CCCC99 (or #CC9).

RGB color model

#BCBFB0 color RGB value is (188,191,176).

RGB: (188,191,176) (74%, 75%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 176 of 255 = 69%

188
191
176

R + G + B ~ 73%. #BCBFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 191 + 176 = 555 (100%)
R 188 of 555 ~ 33.87%
G 191 of 555 ~ 34.41%
B 176 of 555 ~ 31.71'%

%33.87
%34.41
%31.71

CMYK color model

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

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

CMYK: (2,0,8,25)
C2M0Y8K25 (2%, 0%, 8%, 25%)
(0.02 / 0.00 / 0.08 / 0.25)

CMYK percentages

%1.57
%0
%7.85
%25.1

Codes

Color #BCBFB0 in popluar color models

BC BF B0
RGB 188 191 176
HSL 72° 10.49% 71.96%
HSB/HSV 72° 7.85% 74.90%
CMYK 1.57% 0.00% 7.85%
25.10%

Color #BCBFB0 in popluar number systems.

HEX BC BF B0
Decimal 188 191 176
Binary 10111100 10111111 10110000
Octal 274 277 260

Shades and tints

Shades of #BCBFB0

#BCBFB0
(188,191,176)
#ABAEA0
(171,174,160)
#9A9D90
(154,157,144)
#898C80
(137,140,128)
#787B70
(120,123,112)
#676A60
(103,106,96)
#565950
(86,89,80)
#454840
(69,72,64)
#343730
(52,55,48)
#232620
(35,38,32)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BCBFB0

#BCBFB0
(188,191,176)
#C2C4B7
(194,196,183)
#C8C9BE
(200,201,190)
#CECEC5
(206,206,197)
#D4D3CC
(212,211,204)
#DAD8D3
(218,216,211)
#E0DDDA
(224,221,218)
#E6E2E1
(230,226,225)
#ECE7E8
(236,231,232)
#F2ECEF
(242,236,239)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBFB0; }

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

This text font color is #BCBFB0.

Background Color

.myBgColor { background-color: #BCBFB0; }

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

This div background color is #BCBFB0.

Border color

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

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

This div border color is #BCBFB0.

Opacity

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

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

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

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

This text has shadow with #BCBFB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBFB0.

Preview

Color preview on black background

This text has color #BCBFB0 on black background.


Color preview on white background

This text has color #BCBFB0 on white background.


Black color preview on #BCBFB0 background

This text has black color on #BCBFB0 background.


White color preview on #BCBFB0 background

This text has white color on #BCBFB0 background.


Related colors

Complementary color

Complementary color for #hex is #43404F.


I love getcolorcode.com

Triadic colors

1 #B0BCBF and #BFB0BC with #BCBFB0 are triadic colors.

2 #B0BFBC and #BFBCB0 with #BCBFB0 are triadic colors.