COLOR #BDC5C1

HEX: #BDC5C1
RGB: (189,197,193)

Color info

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

RGB color model

#BDC5C1 color RGB value is (189,197,193).

  • red value is 189;
  • green value is 197;
  • blue value is 193.
RGB:
(189,197,193)
(74%,77%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 193 of 255 = 76%

189
197
193

R + G + B ~ 76%. #BDC5C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 197 + 193 = 579 (100%)
R 189 of 579 ~ 32.64%
G 197 of 579 ~ 34.02%
B 193 of 579 ~ 33.33%

%32.64
%34.02
%33.33

CMYK color model

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

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

CMYK percentages

%4.06
%0
%2.03
%22.75

Codes

Color #BDC5C1 in popluar color models

BDC5C1
RGB189197193
HSL150°6.45%75.69%
HSB/HSV150°4.06%77.25%
CMYK4.06%0.00%2.03%
22.75%

Color #BDC5C1 in popluar number systems.

HEXBDC5C1
Decimal189197193
Binary101111011100010111000001
Octal275305301

Shades and tints

Shades of #BDC5C1

#BDC5C1
(189,197,193)
#ACB4B0
(172,180,176)
#9BA39F
(155,163,159)
#8A928E
(138,146,142)
#79817D
(121,129,125)
#68706C
(104,112,108)
#575F5B
(87,95,91)
#464E4A
(70,78,74)
#353D39
(53,61,57)
#242C28
(36,44,40)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #BDC5C1

#BDC5C1
(189,197,193)
#C3CAC6
(195,202,198)
#C9CFCB
(201,207,203)
#CFD4D0
(207,212,208)
#D5D9D5
(213,217,213)
#DBDEDA
(219,222,218)
#E1E3DF
(225,227,223)
#E7E8E4
(231,232,228)
#EDEDE9
(237,237,233)
#F3F2EE
(243,242,238)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC5C1; }

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

This text font color is #BDC5C1.


Background Color

.myBgColor { background-color: #BDC5C1; }

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

This div background color is #BDC5C1.


Border color

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

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

This div border color is #BDC5C1.


Opacity

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

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

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

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

This text has shadow with #BDC5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC5C1 on black background.


Color preview on white background

This text has color #BDC5C1 on white background.



Black color preview on #BDC5C1 background

This text has black color on #BDC5C1 background.


White color preview on #BDC5C1 background

This text has white color on #BDC5C1 background.