COLOR #BDC3C0

HEX: #BDC3C0 RGB: (189,195,192)

Color info

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

RGB color model

#BDC3C0 color RGB value is (189,195,192).

RGB: (189,195,192) (74%, 76%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 192 of 255 = 75%

189
195
192

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

Portions of RGB colors in percentages

R + G + B = 189 + 195 + 192 = 576 (100%)
R 189 of 576 ~ 32.81%
G 195 of 576 ~ 33.85%
B 192 of 576 ~ 33.33'%

%32.81
%33.85
%33.33

CMYK color model

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

  • cyan value is 3.08%
  • magenta value is 0.00%
  • yellow value is 1.54%
  • key color value is 23.53%

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

CMYK percentages

%3.08
%0
%1.54
%23.53

Codes

Color #BDC3C0 in popluar color models

BD C3 C0
RGB 189 195 192
HSL 150° 4.76% 75.29%
HSB/HSV 150° 3.08% 76.47%
CMYK 3.08% 0.00% 1.54%
23.53%

Color #BDC3C0 in popluar number systems.

HEX BD C3 C0
Decimal 189 195 192
Binary 10111101 11000011 11000000
Octal 275 303 300

Shades and tints

Shades of #BDC3C0

#BDC3C0
(189,195,192)
#ACB2AF
(172,178,175)
#9BA19E
(155,161,158)
#8A908D
(138,144,141)
#797F7C
(121,127,124)
#686E6B
(104,110,107)
#575D5A
(87,93,90)
#464C49
(70,76,73)
#353B38
(53,59,56)
#242A27
(36,42,39)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #BDC3C0

#BDC3C0
(189,195,192)
#C3C8C5
(195,200,197)
#C9CDCA
(201,205,202)
#CFD2CF
(207,210,207)
#D5D7D4
(213,215,212)
#DBDCD9
(219,220,217)
#E1E1DE
(225,225,222)
#E7E6E3
(231,230,227)
#EDEBE8
(237,235,232)
#F3F0ED
(243,240,237)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC3C0; }

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

This text font color is #BDC3C0.

Background Color

.myBgColor { background-color: #BDC3C0; }

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

This div background color is #BDC3C0.

Border color

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

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

This div border color is #BDC3C0.

Opacity

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

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

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

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

This text has shadow with #BDC3C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC3C0.

Preview

Color preview on black background

This text has color #BDC3C0 on black background.


Color preview on white background

This text has color #BDC3C0 on white background.


Black color preview on #BDC3C0 background

This text has black color on #BDC3C0 background.


White color preview on #BDC3C0 background

This text has white color on #BDC3C0 background.


Related colors

Complementary color

Complementary color for #hex is #423C3F.


I love getcolorcode.com

Triadic colors

1 #C0BDC3 and #C3C0BD with #BDC3C0 are triadic colors.

2 #C0C3BD and #C3BDC0 with #BDC3C0 are triadic colors.