COLOR #BDC5BC

HEX: #BDC5BC RGB: (189,197,188)

Color info

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

RGB color model

#BDC5BC color RGB value is (189,197,188).

RGB: (189,197,188) (74%, 77%, 74%)

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 188 of 255 = 74%

189
197
188

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

Portions of RGB colors in percentages

R + G + B = 189 + 197 + 188 = 574 (100%)
R 189 of 574 ~ 32.93%
G 197 of 574 ~ 34.32%
B 188 of 574 ~ 32.75'%

%32.93
%34.32
%32.75

CMYK color model

#BDC5BC color CMYK value is (4,0,5,23).

  • cyan value is 4.06%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 22.75%

CMYK: (4,0,5,23)
C4M0Y5K23 (4%, 0%, 5%, 23%)
(0.04 / 0.00 / 0.05 / 0.23)

CMYK percentages

%4.06
%0
%4.57
%22.75

Codes

Color #BDC5BC in popluar color models

BD C5 BC
RGB 189 197 188
HSL 113° 7.20% 75.49%
HSB/HSV 113° 4.57% 77.25%
CMYK 4.06% 0.00% 4.57%
22.75%

Color #BDC5BC in popluar number systems.

HEX BD C5 BC
Decimal 189 197 188
Binary 10111101 11000101 10111100
Octal 275 305 274

Shades and tints

Shades of #BDC5BC

#BDC5BC
(189,197,188)
#ACB4AB
(172,180,171)
#9BA39A
(155,163,154)
#8A9289
(138,146,137)
#798178
(121,129,120)
#687067
(104,112,103)
#575F56
(87,95,86)
#464E45
(70,78,69)
#353D34
(53,61,52)
#242C23
(36,44,35)
#131B12
(19,27,18)
#000000
(0,0,0)

Tints of #BDC5BC

#BDC5BC
(189,197,188)
#C3CAC2
(195,202,194)
#C9CFC8
(201,207,200)
#CFD4CE
(207,212,206)
#D5D9D4
(213,217,212)
#DBDEDA
(219,222,218)
#E1E3E0
(225,227,224)
#E7E8E6
(231,232,230)
#EDEDEC
(237,237,236)
#F3F2F2
(243,242,242)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC5BC; }

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

This text font color is #BDC5BC.

Background Color

.myBgColor { background-color: #BDC5BC; }

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

This div background color is #BDC5BC.

Border color

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

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

This div border color is #BDC5BC.

Opacity

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

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

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

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

This text has shadow with #BDC5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC5BC.

Preview

Color preview on black background

This text has color #BDC5BC on black background.


Color preview on white background

This text has color #BDC5BC on white background.


Black color preview on #BDC5BC background

This text has black color on #BDC5BC background.


White color preview on #BDC5BC background

This text has white color on #BDC5BC background.


Related colors

Complementary color

Complementary color for #hex is #423A43.


I love getcolorcode.com

Triadic colors

1 #BCBDC5 and #C5BCBD with #BDC5BC are triadic colors.

2 #BCC5BD and #C5BDBC with #BDC5BC are triadic colors.