COLOR #BDC8BC

HEX: #BDC8BC RGB: (189,200,188)

Color info

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

RGB color model

#BDC8BC color RGB value is (189,200,188).

RGB: (189,200,188) (74%, 78%, 74%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 188 of 255 = 74%

189
200
188

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

Portions of RGB colors in percentages

R + G + B = 189 + 200 + 188 = 577 (100%)
R 189 of 577 ~ 32.76%
G 200 of 577 ~ 34.66%
B 188 of 577 ~ 32.58'%

%32.76
%34.66
%32.58

CMYK color model

#BDC8BC color CMYK value is (5,0,6,22).

  • cyan value is 5.50%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 21.57%

CMYK: (5,0,6,22)
C5M0Y6K22 (5%, 0%, 6%, 22%)
(0.05 / 0.00 / 0.06 / 0.22)

CMYK percentages

%5.5
%0
%6
%21.57

Codes

Color #BDC8BC in popluar color models

BD C8 BC
RGB 189 200 188
HSL 115° 9.84% 76.08%
HSB/HSV 115° 6.00% 78.43%
CMYK 5.50% 0.00% 6.00%
21.57%

Color #BDC8BC in popluar number systems.

HEX BD C8 BC
Decimal 189 200 188
Binary 10111101 11001000 10111100
Octal 275 310 274

Shades and tints

Shades of #BDC8BC

#BDC8BC
(189,200,188)
#ACB6AB
(172,182,171)
#9BA49A
(155,164,154)
#8A9289
(138,146,137)
#798078
(121,128,120)
#686E67
(104,110,103)
#575C56
(87,92,86)
#464A45
(70,74,69)
#353834
(53,56,52)
#242623
(36,38,35)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #BDC8BC

#BDC8BC
(189,200,188)
#C3CDC2
(195,205,194)
#C9D2C8
(201,210,200)
#CFD7CE
(207,215,206)
#D5DCD4
(213,220,212)
#DBE1DA
(219,225,218)
#E1E6E0
(225,230,224)
#E7EBE6
(231,235,230)
#EDF0EC
(237,240,236)
#F3F5F2
(243,245,242)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC8BC; }

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

This text font color is #BDC8BC.

Background Color

.myBgColor { background-color: #BDC8BC; }

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

This div background color is #BDC8BC.

Border color

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

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

This div border color is #BDC8BC.

Opacity

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

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

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

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

This text has shadow with #BDC8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC8BC.

Preview

Color preview on black background

This text has color #BDC8BC on black background.


Color preview on white background

This text has color #BDC8BC on white background.


Black color preview on #BDC8BC background

This text has black color on #BDC8BC background.


White color preview on #BDC8BC background

This text has white color on #BDC8BC background.


Related colors

Complementary color

Complementary color for #hex is #423743.


I love getcolorcode.com

Triadic colors

1 #BCBDC8 and #C8BCBD with #BDC8BC are triadic colors.

2 #BCC8BD and #C8BDBC with #BDC8BC are triadic colors.