COLOR #BCB4BF

HEX: #BCB4BF RGB: (188,180,191)

Color info

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

RGB color model

#BCB4BF color RGB value is (188,180,191).

RGB: (188,180,191) (74%, 71%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 191 of 255 = 75%

188
180
191

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

Portions of RGB colors in percentages

R + G + B = 188 + 180 + 191 = 559 (100%)
R 188 of 559 ~ 33.63%
G 180 of 559 ~ 32.2%
B 191 of 559 ~ 34.17'%

%33.63
%32.2
%34.17

CMYK color model

#BCB4BF color CMYK value is (2,6,0,25).

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

CMYK: (2,6,0,25)
C2M6Y0K25 (2%, 6%, 0%, 25%)
(0.02 / 0.06 / 0.00 / 0.25)

CMYK percentages

%1.57
%5.76
%0
%25.1

Codes

Color #BCB4BF in popluar color models

BC B4 BF
RGB 188 180 191
HSL 284° 7.91% 72.75%
HSB/HSV 284° 5.76% 74.90%
CMYK 1.57% 5.76% 0.00%
25.10%

Color #BCB4BF in popluar number systems.

HEX BC B4 BF
Decimal 188 180 191
Binary 10111100 10110100 10111111
Octal 274 264 277

Shades and tints

Shades of #BCB4BF

#BCB4BF
(188,180,191)
#ABA4AE
(171,164,174)
#9A949D
(154,148,157)
#89848C
(137,132,140)
#78747B
(120,116,123)
#67646A
(103,100,106)
#565459
(86,84,89)
#454448
(69,68,72)
#343437
(52,52,55)
#232426
(35,36,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BCB4BF

#BCB4BF
(188,180,191)
#C2BAC4
(194,186,196)
#C8C0C9
(200,192,201)
#CEC6CE
(206,198,206)
#D4CCD3
(212,204,211)
#DAD2D8
(218,210,216)
#E0D8DD
(224,216,221)
#E6DEE2
(230,222,226)
#ECE4E7
(236,228,231)
#F2EAEC
(242,234,236)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB4BF; }

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

This text font color is #BCB4BF.

Background Color

.myBgColor { background-color: #BCB4BF; }

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

This div background color is #BCB4BF.

Border color

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

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

This div border color is #BCB4BF.

Opacity

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

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

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

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

This text has shadow with #BCB4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB4BF.

Preview

Color preview on black background

This text has color #BCB4BF on black background.


Color preview on white background

This text has color #BCB4BF on white background.


Black color preview on #BCB4BF background

This text has black color on #BCB4BF background.


White color preview on #BCB4BF background

This text has white color on #BCB4BF background.


Related colors

Complementary color

Complementary color for #hex is #434B40.


I love getcolorcode.com

Triadic colors

1 #BFBCB4 and #B4BFBC with #BCB4BF are triadic colors.

2 #BFB4BC and #B4BCBF with #BCB4BF are triadic colors.