COLOR #BDC9BC

HEX: #BDC9BC RGB: (189,201,188)

Color info

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

RGB color model

#BDC9BC color RGB value is (189,201,188).

RGB: (189,201,188) (74%, 79%, 74%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 188 of 255 = 74%

189
201
188

R + G + B ~ 76%. #BDC9BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 201 + 188 = 578 (100%)
R 189 of 578 ~ 32.7%
G 201 of 578 ~ 34.78%
B 188 of 578 ~ 32.53'%

%32.7
%34.78
%32.53

CMYK color model

#BDC9BC color CMYK value is (6,0,6,21).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 21.18%

CMYK: (6,0,6,21)
C6M0Y6K21 (6%, 0%, 6%, 21%)
(0.06 / 0.00 / 0.06 / 0.21)

CMYK percentages

%5.97
%0
%6.47
%21.18

Codes

Color #BDC9BC in popluar color models

BD C9 BC
RGB 189 201 188
HSL 115° 10.74% 76.27%
HSB/HSV 115° 6.47% 78.82%
CMYK 5.97% 0.00% 6.47%
21.18%

Color #BDC9BC in popluar number systems.

HEX BD C9 BC
Decimal 189 201 188
Binary 10111101 11001001 10111100
Octal 275 311 274

Shades and tints

Shades of #BDC9BC

#BDC9BC
(189,201,188)
#ACB7AB
(172,183,171)
#9BA59A
(155,165,154)
#8A9389
(138,147,137)
#798178
(121,129,120)
#686F67
(104,111,103)
#575D56
(87,93,86)
#464B45
(70,75,69)
#353934
(53,57,52)
#242723
(36,39,35)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #BDC9BC

#BDC9BC
(189,201,188)
#C3CDC2
(195,205,194)
#C9D1C8
(201,209,200)
#CFD5CE
(207,213,206)
#D5D9D4
(213,217,212)
#DBDDDA
(219,221,218)
#E1E1E0
(225,225,224)
#E7E5E6
(231,229,230)
#EDE9EC
(237,233,236)
#F3EDF2
(243,237,242)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC9BC; }

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

This text font color is #BDC9BC.

Background Color

.myBgColor { background-color: #BDC9BC; }

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

This div background color is #BDC9BC.

Border color

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

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

This div border color is #BDC9BC.

Opacity

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

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

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

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

This text has shadow with #BDC9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC9BC.

Preview

Color preview on black background

This text has color #BDC9BC on black background.


Color preview on white background

This text has color #BDC9BC on white background.


Black color preview on #BDC9BC background

This text has black color on #BDC9BC background.


White color preview on #BDC9BC background

This text has white color on #BDC9BC background.


Related colors

Complementary color

Complementary color for #hex is #423643.


I love getcolorcode.com

Triadic colors

1 #BCBDC9 and #C9BCBD with #BDC9BC are triadic colors.

2 #BCC9BD and #C9BDBC with #BDC9BC are triadic colors.