COLOR #BDC4C0

HEX: #BDC4C0
RGB: (189,196,192)

Color info

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

RGB color model

#BDC4C0 color RGB value is (189,196,192).

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

RGB channels and saturation

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

189
196
192

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

Portions of RGB colors in percentages

R + G + B =
189 + 196 + 192 = 577 (100%)
R 189 of 577 ~ 32.76%
G 196 of 577 ~ 33.97%
B 192 of 577 ~ 33.28%

%32.76
%33.97
%33.28

CMYK color model

#BDC4C0 color CMYK value is (4,0,2,23).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 23.14%
CMYK:
(4,0,2,23)
C4M0Y2K23 
(4%,0%,2%,23%)
(0.04/0.00/0.02/0.23)	

CMYK percentages

%3.57
%0
%2.04
%23.14

Codes

Color #BDC4C0 in popluar color models

BDC4C0
RGB189196192
HSL146°5.60%75.49%
HSB/HSV146°3.57%76.86%
CMYK3.57%0.00%2.04%
23.14%

Color #BDC4C0 in popluar number systems.

HEXBDC4C0
Decimal189196192
Binary101111011100010011000000
Octal275304300

Shades and tints

Shades of #BDC4C0

#BDC4C0
(189,196,192)
#ACB3AF
(172,179,175)
#9BA29E
(155,162,158)
#8A918D
(138,145,141)
#79807C
(121,128,124)
#686F6B
(104,111,107)
#575E5A
(87,94,90)
#464D49
(70,77,73)
#353C38
(53,60,56)
#242B27
(36,43,39)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #BDC4C0

#BDC4C0
(189,196,192)
#C3C9C5
(195,201,197)
#C9CECA
(201,206,202)
#CFD3CF
(207,211,207)
#D5D8D4
(213,216,212)
#DBDDD9
(219,221,217)
#E1E2DE
(225,226,222)
#E7E7E3
(231,231,227)
#EDECE8
(237,236,232)
#F3F1ED
(243,241,237)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC4C0; }

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

This text font color is #BDC4C0.


Background Color

.myBgColor { background-color: #BDC4C0; }

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

This div background color is #BDC4C0.


Border color

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

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

This div border color is #BDC4C0.


Opacity

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

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

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

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

This text has shadow with #BDC4C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC4C0 on black background.


Color preview on white background

This text has color #BDC4C0 on white background.



Black color preview on #BDC4C0 background

This text has black color on #BDC4C0 background.


White color preview on #BDC4C0 background

This text has white color on #BDC4C0 background.