COLOR #BCBDBE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

188
189
190

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

Portions of RGB colors in percentages

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

%33.16
%33.33
%33.51

CMYK color model

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

  • cyan value is 1.05%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (1,1,0,25)
C1M1Y0K25 (1%, 1%, 0%, 25%)
(0.01 / 0.01 / 0.00 / 0.25)

CMYK percentages

%1.05
%0.53
%0
%25.49

Codes

Color #BCBDBE in popluar color models

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

Color #BCBDBE in popluar number systems.

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

Shades and tints

Shades of #BCBDBE

#BCBDBE
(188,189,190)
#ABACAD
(171,172,173)
#9A9B9C
(154,155,156)
#898A8B
(137,138,139)
#78797A
(120,121,122)
#676869
(103,104,105)
#565758
(86,87,88)
#454647
(69,70,71)
#343536
(52,53,54)
#232425
(35,36,37)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #BCBDBE

#BCBDBE
(188,189,190)
#C2C3C3
(194,195,195)
#C8C9C8
(200,201,200)
#CECFCD
(206,207,205)
#D4D5D2
(212,213,210)
#DADBD7
(218,219,215)
#E0E1DC
(224,225,220)
#E6E7E1
(230,231,225)
#ECEDE6
(236,237,230)
#F2F3EB
(242,243,235)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBDBE; }

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

This text font color is #BCBDBE.

Background Color

.myBgColor { background-color: #BCBDBE; }

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

This div background color is #BCBDBE.

Border color

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

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

This div border color is #BCBDBE.

Opacity

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

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

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

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

This text has shadow with #BCBDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBDBE.

Preview

Color preview on black background

This text has color #BCBDBE on black background.


Color preview on white background

This text has color #BCBDBE on white background.


Black color preview on #BCBDBE background

This text has black color on #BCBDBE background.


White color preview on #BCBDBE background

This text has white color on #BCBDBE background.


Related colors

Complementary color

Complementary color for #hex is #434241.


I love getcolorcode.com

Triadic colors

1 #BEBCBD and #BDBEBC with #BCBDBE are triadic colors.

2 #BEBDBC and #BDBCBE with #BCBDBE are triadic colors.