COLOR #BDC5BE

HEX: #BDC5BE
RGB: (189,197,190)

Color info

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

RGB color model

#BDC5BE color RGB value is (189,197,190).

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

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 190 of 255 = 75%

189
197
190

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

Portions of RGB colors in percentages

R + G + B =
189 + 197 + 190 = 576 (100%)
R 189 of 576 ~ 32.81%
G 197 of 576 ~ 34.2%
B 190 of 576 ~ 32.99%

%32.81
%34.2
%32.99

CMYK color model

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

  • cyan value is 4.06%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(4,0,4,23)
C4M0Y4K23 
(4%,0%,4%,23%)
(0.04/0.00/0.04/0.23)	

CMYK percentages

%4.06
%0
%3.55
%22.75

Codes

Color #BDC5BE in popluar color models

BDC5BE
RGB189197190
HSL128°6.45%75.69%
HSB/HSV128°4.06%77.25%
CMYK4.06%0.00%3.55%
22.75%

Color #BDC5BE in popluar number systems.

HEXBDC5BE
Decimal189197190
Binary101111011100010110111110
Octal275305276

Shades and tints

Shades of #BDC5BE

#BDC5BE
(189,197,190)
#ACB4AD
(172,180,173)
#9BA39C
(155,163,156)
#8A928B
(138,146,139)
#79817A
(121,129,122)
#687069
(104,112,105)
#575F58
(87,95,88)
#464E47
(70,78,71)
#353D36
(53,61,54)
#242C25
(36,44,37)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #BDC5BE

#BDC5BE
(189,197,190)
#C3CAC3
(195,202,195)
#C9CFC8
(201,207,200)
#CFD4CD
(207,212,205)
#D5D9D2
(213,217,210)
#DBDED7
(219,222,215)
#E1E3DC
(225,227,220)
#E7E8E1
(231,232,225)
#EDEDE6
(237,237,230)
#F3F2EB
(243,242,235)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC5BE; }

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

This text font color is #BDC5BE.


Background Color

.myBgColor { background-color: #BDC5BE; }

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

This div background color is #BDC5BE.


Border color

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

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

This div border color is #BDC5BE.


Opacity

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

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

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

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

This text has shadow with #BDC5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC5BE on black background.


Color preview on white background

This text has color #BDC5BE on white background.



Black color preview on #BDC5BE background

This text has black color on #BDC5BE background.


White color preview on #BDC5BE background

This text has white color on #BDC5BE background.