COLOR #BCBEBD

HEX: #BCBEBD RGB: (188,190,189)

Color info

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

RGB color model

#BCBEBD color RGB value is (188,190,189).

RGB: (188,190,189) (74%, 75%, 74%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 189 of 255 = 74%

188
190
189

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

Portions of RGB colors in percentages

R + G + B = 188 + 190 + 189 = 567 (100%)
R 188 of 567 ~ 33.16%
G 190 of 567 ~ 33.51%
B 189 of 567 ~ 33.33'%

%33.16
%33.51
%33.33

CMYK color model

#BCBEBD color CMYK value is (1,0,1,25).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.49%
CMYK: (1,0,1,25) C1M0Y1K25 (1%,0%,1%,25%) (0.01/0.00/0.01/0.25) 

CMYK percentages

%1.05
%0
%0.53
%25.49

Codes

Color #BCBEBD in popluar color models

BC BE BD
RGB 188 190 189
HSL 150° 1.52% 74.12%
HSB/HSV 150° 1.05% 74.51%
CMYK 1.05% 0.00% 0.53%
25.49%

Color #BCBEBD in popluar number systems.

HEX BC BE BD
Decimal 188 190 189
Binary 10111100 10111110 10111101
Octal 274 276 275

Shades and tints

Shades of #BCBEBD

#BCBEBD
(188,190,189)
#ABADAC
(171,173,172)
#9A9C9B
(154,156,155)
#898B8A
(137,139,138)
#787A79
(120,122,121)
#676968
(103,105,104)
#565857
(86,88,87)
#454746
(69,71,70)
#343635
(52,54,53)
#232524
(35,37,36)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BCBEBD

#BCBEBD
(188,190,189)
#C2C3C3
(194,195,195)
#C8C8C9
(200,200,201)
#CECDCF
(206,205,207)
#D4D2D5
(212,210,213)
#DAD7DB
(218,215,219)
#E0DCE1
(224,220,225)
#E6E1E7
(230,225,231)
#ECE6ED
(236,230,237)
#F2EBF3
(242,235,243)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBEBD color. Also use rgb(188,190,189) instead hex code.

Text Font Color

.myTextColor { color: #BCBEBD; }

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

This text font color is #BCBEBD.

Background Color

.myBgColor { background-color: #BCBEBD; }

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

This div background color is #BCBEBD.

Border color

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

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

This div border color is #BCBEBD.

Opacity

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

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

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

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

This text has shadow with #BCBEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBEBD.

Preview

Color preview on black background

This text has color #BCBEBD on black background.


Color preview on white background

This text has color #BCBEBD on white background.


Black color preview on #BCBEBD background

This text has black color on #BCBEBD background.


White color preview on #BCBEBD background

This text has white color on #BCBEBD background.


Related colors

Complementary color

Complementary color for #hex is #434142.


I love getcolorcode.com

Triadic colors

1 #BDBCBE and #BEBDBC with #BCBEBD are triadic colors.

2 #BDBEBC and #BEBCBD with #BCBEBD are triadic colors.