COLOR #BCB7B8

HEX: #BCB7B8 RGB: (188,183,184)

Color info

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

RGB color model

#BCB7B8 color RGB value is (188,183,184).

RGB: (188,183,184) (74%, 72%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 183 of 255 = 72%
B 184 of 255 = 72%

188
183
184

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

Portions of RGB colors in percentages

R + G + B = 188 + 183 + 184 = 555 (100%)
R 188 of 555 ~ 33.87%
G 183 of 555 ~ 32.97%
B 184 of 555 ~ 33.15'%

%33.87
%32.97
%33.15

CMYK color model

#BCB7B8 color CMYK value is (0,3,2,26).

  • cyan value is 0.00%
  • magenta value is 2.66%
  • yellow value is 2.13%
  • key color value is 26.27%

CMYK: (0,3,2,26)
C0M3Y2K26 (0%, 3%, 2%, 26%)
(0.00 / 0.03 / 0.02 / 0.26)

CMYK percentages

%0
%2.66
%2.13
%26.27

Codes

Color #BCB7B8 in popluar color models

BC B7 B8
RGB 188 183 184
HSL 348° 3.60% 72.75%
HSB/HSV 348° 2.66% 73.73%
CMYK 0.00% 2.66% 2.13%
26.27%

Color #BCB7B8 in popluar number systems.

HEX BC B7 B8
Decimal 188 183 184
Binary 10111100 10110111 10111000
Octal 274 267 270

Shades and tints

Shades of #BCB7B8

#BCB7B8
(188,183,184)
#ABA7A8
(171,167,168)
#9A9798
(154,151,152)
#898788
(137,135,136)
#787778
(120,119,120)
#676768
(103,103,104)
#565758
(86,87,88)
#454748
(69,71,72)
#343738
(52,55,56)
#232728
(35,39,40)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #BCB7B8

#BCB7B8
(188,183,184)
#C2BDBE
(194,189,190)
#C8C3C4
(200,195,196)
#CEC9CA
(206,201,202)
#D4CFD0
(212,207,208)
#DAD5D6
(218,213,214)
#E0DBDC
(224,219,220)
#E6E1E2
(230,225,226)
#ECE7E8
(236,231,232)
#F2EDEE
(242,237,238)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB7B8; }

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

This text font color is #BCB7B8.

Background Color

.myBgColor { background-color: #BCB7B8; }

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

This div background color is #BCB7B8.

Border color

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

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

This div border color is #BCB7B8.

Opacity

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

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

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

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

This text has shadow with #BCB7B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB7B8.

Preview

Color preview on black background

This text has color #BCB7B8 on black background.


Color preview on white background

This text has color #BCB7B8 on white background.


Black color preview on #BCB7B8 background

This text has black color on #BCB7B8 background.


White color preview on #BCB7B8 background

This text has white color on #BCB7B8 background.


Related colors

Complementary color

Complementary color for #hex is #434847.


I love getcolorcode.com

Triadic colors

1 #B8BCB7 and #B7B8BC with #BCB7B8 are triadic colors.

2 #B8B7BC and #B7BCB8 with #BCB7B8 are triadic colors.