COLOR #BDC1BC

HEX: #BDC1BC RGB: (189,193,188)

Color info

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

RGB color model

#BDC1BC color RGB value is (189,193,188).

RGB: (189,193,188) (74%, 76%, 74%)

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 188 of 255 = 74%

189
193
188

R + G + B ~ 75%. #BDC1BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 193 + 188 = 570 (100%)
R 189 of 570 ~ 33.16%
G 193 of 570 ~ 33.86%
B 188 of 570 ~ 32.98'%

%33.16
%33.86
%32.98

CMYK color model

#BDC1BC color CMYK value is (2,0,3,24).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 24.31%

CMYK: (2,0,3,24)
C2M0Y3K24 (2%, 0%, 3%, 24%)
(0.02 / 0.00 / 0.03 / 0.24)

CMYK percentages

%2.07
%0
%2.59
%24.31

Codes

Color #BDC1BC in popluar color models

BD C1 BC
RGB 189 193 188
HSL 108° 3.88% 74.71%
HSB/HSV 108° 2.59% 75.69%
CMYK 2.07% 0.00% 2.59%
24.31%

Color #BDC1BC in popluar number systems.

HEX BD C1 BC
Decimal 189 193 188
Binary 10111101 11000001 10111100
Octal 275 301 274

Shades and tints

Shades of #BDC1BC

#BDC1BC
(189,193,188)
#ACB0AB
(172,176,171)
#9B9F9A
(155,159,154)
#8A8E89
(138,142,137)
#797D78
(121,125,120)
#686C67
(104,108,103)
#575B56
(87,91,86)
#464A45
(70,74,69)
#353934
(53,57,52)
#242823
(36,40,35)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BDC1BC

#BDC1BC
(189,193,188)
#C3C6C2
(195,198,194)
#C9CBC8
(201,203,200)
#CFD0CE
(207,208,206)
#D5D5D4
(213,213,212)
#DBDADA
(219,218,218)
#E1DFE0
(225,223,224)
#E7E4E6
(231,228,230)
#EDE9EC
(237,233,236)
#F3EEF2
(243,238,242)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC1BC; }

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

This text font color is #BDC1BC.

Background Color

.myBgColor { background-color: #BDC1BC; }

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

This div background color is #BDC1BC.

Border color

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

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

This div border color is #BDC1BC.

Opacity

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

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

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

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

This text has shadow with #BDC1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC1BC.

Preview

Color preview on black background

This text has color #BDC1BC on black background.


Color preview on white background

This text has color #BDC1BC on white background.


Black color preview on #BDC1BC background

This text has black color on #BDC1BC background.


White color preview on #BDC1BC background

This text has white color on #BDC1BC background.


Related colors

Complementary color

Complementary color for #hex is #423E43.


I love getcolorcode.com

Triadic colors

1 #BCBDC1 and #C1BCBD with #BDC1BC are triadic colors.

2 #BCC1BD and #C1BDBC with #BDC1BC are triadic colors.