COLOR #BDC8C5

HEX: #BDC8C5 RGB: (189,200,197)

Color info

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

RGB color model

#BDC8C5 color RGB value is (189,200,197).

RGB: (189,200,197) (74%, 78%, 77%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 197 of 255 = 77%

189
200
197

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

Portions of RGB colors in percentages

R + G + B = 189 + 200 + 197 = 586 (100%)
R 189 of 586 ~ 32.25%
G 200 of 586 ~ 34.13%
B 197 of 586 ~ 33.62'%

%32.25
%34.13
%33.62

CMYK color model

#BDC8C5 color CMYK value is (5,0,1,22).

  • cyan value is 5.50%
  • magenta value is 0.00%
  • yellow value is 1.50%
  • key color value is 21.57%
CMYK: (5,0,1,22) C5M0Y1K22 (5%,0%,1%,22%) (0.05/0.00/0.01/0.22) 

CMYK percentages

%5.5
%0
%1.5
%21.57

Codes

Color #BDC8C5 in popluar color models

BD C8 C5
RGB 189 200 197
HSL 164° 9.09% 76.27%
HSB/HSV 164° 5.50% 78.43%
CMYK 5.50% 0.00% 1.50%
21.57%

Color #BDC8C5 in popluar number systems.

HEX BD C8 C5
Decimal 189 200 197
Binary 10111101 11001000 11000101
Octal 275 310 305

Shades and tints

Shades of #BDC8C5

#BDC8C5
(189,200,197)
#ACB6B4
(172,182,180)
#9BA4A3
(155,164,163)
#8A9292
(138,146,146)
#798081
(121,128,129)
#686E70
(104,110,112)
#575C5F
(87,92,95)
#464A4E
(70,74,78)
#35383D
(53,56,61)
#24262C
(36,38,44)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #BDC8C5

#BDC8C5
(189,200,197)
#C3CDCA
(195,205,202)
#C9D2CF
(201,210,207)
#CFD7D4
(207,215,212)
#D5DCD9
(213,220,217)
#DBE1DE
(219,225,222)
#E1E6E3
(225,230,227)
#E7EBE8
(231,235,232)
#EDF0ED
(237,240,237)
#F3F5F2
(243,245,242)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC8C5; }

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

This text font color is #BDC8C5.

Background Color

.myBgColor { background-color: #BDC8C5; }

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

This div background color is #BDC8C5.

Border color

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

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

This div border color is #BDC8C5.

Opacity

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

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

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

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

This text has shadow with #BDC8C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC8C5.

Preview

Color preview on black background

This text has color #BDC8C5 on black background.


Color preview on white background

This text has color #BDC8C5 on white background.


Black color preview on #BDC8C5 background

This text has black color on #BDC8C5 background.


White color preview on #BDC8C5 background

This text has white color on #BDC8C5 background.


Related colors

Complementary color

Complementary color for #hex is #42373A.


I love getcolorcode.com

Triadic colors

1 #C5BDC8 and #C8C5BD with #BDC8C5 are triadic colors.

2 #C5C8BD and #C8BDC5 with #BDC8C5 are triadic colors.