COLOR #BDC0BD

HEX: #BDC0BD
RGB: (189,192,189)

Color info

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

RGB color model

#BDC0BD color RGB value is (189,192,189).

  • red value is 189;
  • green value is 192;
  • blue value is 189.
RGB:
(189,192,189)
(74%,75%,74%)

RGB channels and saturation

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

189
192
189

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

Portions of RGB colors in percentages

R + G + B =
189 + 192 + 189 = 570 (100%)
R 189 of 570 ~ 33.16%
G 192 of 570 ~ 33.68%
B 189 of 570 ~ 33.16%

%33.16
%33.68
%33.16

CMYK color model

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

  • cyan value is 1.56%
  • magenta value is 0.00%
  • yellow value is 1.56%
  • 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
%1.56
%24.71

Codes

Color #BDC0BD in popluar color models

BDC0BD
RGB189192189
HSL120°2.33%74.71%
HSB/HSV120°1.56%75.29%
CMYK1.56%0.00%1.56%
24.71%

Color #BDC0BD in popluar number systems.

HEXBDC0BD
Decimal189192189
Binary101111011100000010111101
Octal275300275

Shades and tints

Shades of #BDC0BD

#BDC0BD
(189,192,189)
#ACAFAC
(172,175,172)
#9B9E9B
(155,158,155)
#8A8D8A
(138,141,138)
#797C79
(121,124,121)
#686B68
(104,107,104)
#575A57
(87,90,87)
#464946
(70,73,70)
#353835
(53,56,53)
#242724
(36,39,36)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #BDC0BD

#BDC0BD
(189,192,189)
#C3C5C3
(195,197,195)
#C9CAC9
(201,202,201)
#CFCFCF
(207,207,207)
#D5D4D5
(213,212,213)
#DBD9DB
(219,217,219)
#E1DEE1
(225,222,225)
#E7E3E7
(231,227,231)
#EDE8ED
(237,232,237)
#F3EDF3
(243,237,243)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC0BD; }

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

This text font color is #BDC0BD.


Background Color

.myBgColor { background-color: #BDC0BD; }

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

This div background color is #BDC0BD.


Border color

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

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

This div border color is #BDC0BD.


Opacity

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

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

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

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

This text has shadow with #BDC0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC0BD on black background.


Color preview on white background

This text has color #BDC0BD on white background.



Black color preview on #BDC0BD background

This text has black color on #BDC0BD background.


White color preview on #BDC0BD background

This text has white color on #BDC0BD background.