COLOR #BDC0BC

HEX: #BDC0BC RGB: (189,192,188)

Color info

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

RGB color model

#BDC0BC color RGB value is (189,192,188).

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

RGB channels and saturation

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

189
192
188

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

Portions of RGB colors in percentages

R + G + B = 189 + 192 + 188 = 569 (100%)
R 189 of 569 ~ 33.22%
G 192 of 569 ~ 33.74%
B 188 of 569 ~ 33.04'%

%33.22
%33.74
%33.04

CMYK color model

#BDC0BC color CMYK value is (2,0,2,25).

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 24.71%
CMYK: (2,0,2,25) C2M0Y2K25 (2%,0%,2%,25%) (0.02/0.00/0.02/0.25) 

CMYK percentages

%1.56
%0
%2.08
%24.71

Codes

Color #BDC0BC in popluar color models

BD C0 BC
RGB 189 192 188
HSL 105° 3.08% 74.51%
HSB/HSV 105° 2.08% 75.29%
CMYK 1.56% 0.00% 2.08%
24.71%

Color #BDC0BC in popluar number systems.

HEX BD C0 BC
Decimal 189 192 188
Binary 10111101 11000000 10111100
Octal 275 300 274

Shades and tints

Shades of #BDC0BC

#BDC0BC
(189,192,188)
#ACAFAB
(172,175,171)
#9B9E9A
(155,158,154)
#8A8D89
(138,141,137)
#797C78
(121,124,120)
#686B67
(104,107,103)
#575A56
(87,90,86)
#464945
(70,73,69)
#353834
(53,56,52)
#242723
(36,39,35)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #BDC0BC

#BDC0BC
(189,192,188)
#C3C5C2
(195,197,194)
#C9CAC8
(201,202,200)
#CFCFCE
(207,207,206)
#D5D4D4
(213,212,212)
#DBD9DA
(219,217,218)
#E1DEE0
(225,222,224)
#E7E3E6
(231,227,230)
#EDE8EC
(237,232,236)
#F3EDF2
(243,237,242)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC0BC; }

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

This text font color is #BDC0BC.

Background Color

.myBgColor { background-color: #BDC0BC; }

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

This div background color is #BDC0BC.

Border color

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

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

This div border color is #BDC0BC.

Opacity

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

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

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

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

This text has shadow with #BDC0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC0BC.

Preview

Color preview on black background

This text has color #BDC0BC on black background.


Color preview on white background

This text has color #BDC0BC on white background.


Black color preview on #BDC0BC background

This text has black color on #BDC0BC background.


White color preview on #BDC0BC background

This text has white color on #BDC0BC background.


Related colors

Complementary color

Complementary color for #hex is #423F43.


I love getcolorcode.com

Triadic colors

1 #BCBDC0 and #C0BCBD with #BDC0BC are triadic colors.

2 #BCC0BD and #C0BDBC with #BDC0BC are triadic colors.