COLOR #BCB4B3

HEX: #BCB4B3 RGB: (188,180,179)

Color info

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

RGB color model

#BCB4B3 color RGB value is (188,180,179).

RGB: (188,180,179) (74%, 71%, 70%)

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 179 of 255 = 70%

188
180
179

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

Portions of RGB colors in percentages

R + G + B = 188 + 180 + 179 = 547 (100%)
R 188 of 547 ~ 34.37%
G 180 of 547 ~ 32.91%
B 179 of 547 ~ 32.72'%

%34.37
%32.91
%32.72

CMYK color model

#BCB4B3 color CMYK value is (0,4,5,26).

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

CMYK: (0,4,5,26)
C0M4Y5K26 (0%, 4%, 5%, 26%)
(0.00 / 0.04 / 0.05 / 0.26)

CMYK percentages

%0
%4.26
%4.79
%26.27

Codes

Color #BCB4B3 in popluar color models

BC B4 B3
RGB 188 180 179
HSL 6.29% 71.96%
HSB/HSV 4.79% 73.73%
CMYK 0.00% 4.26% 4.79%
26.27%

Color #BCB4B3 in popluar number systems.

HEX BC B4 B3
Decimal 188 180 179
Binary 10111100 10110100 10110011
Octal 274 264 263

Shades and tints

Shades of #BCB4B3

#BCB4B3
(188,180,179)
#ABA4A3
(171,164,163)
#9A9493
(154,148,147)
#898483
(137,132,131)
#787473
(120,116,115)
#676463
(103,100,99)
#565453
(86,84,83)
#454443
(69,68,67)
#343433
(52,52,51)
#232423
(35,36,35)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BCB4B3

#BCB4B3
(188,180,179)
#C2BAB9
(194,186,185)
#C8C0BF
(200,192,191)
#CEC6C5
(206,198,197)
#D4CCCB
(212,204,203)
#DAD2D1
(218,210,209)
#E0D8D7
(224,216,215)
#E6DEDD
(230,222,221)
#ECE4E3
(236,228,227)
#F2EAE9
(242,234,233)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB4B3; }

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

This text font color is #BCB4B3.

Background Color

.myBgColor { background-color: #BCB4B3; }

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

This div background color is #BCB4B3.

Border color

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

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

This div border color is #BCB4B3.

Opacity

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

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

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

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

This text has shadow with #BCB4B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB4B3.

Preview

Color preview on black background

This text has color #BCB4B3 on black background.


Color preview on white background

This text has color #BCB4B3 on white background.


Black color preview on #BCB4B3 background

This text has black color on #BCB4B3 background.


White color preview on #BCB4B3 background

This text has white color on #BCB4B3 background.


Related colors

Complementary color

Complementary color for #hex is #434B4C.


I love getcolorcode.com

Triadic colors

1 #B3BCB4 and #B4B3BC with #BCB4B3 are triadic colors.

2 #B3B4BC and #B4BCB3 with #BCB4B3 are triadic colors.