COLOR #BDC5C7

HEX: #BDC5C7 RGB: (189,197,199)

Color info

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

RGB color model

#BDC5C7 color RGB value is (189,197,199).

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

RGB channels and saturation

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

189
197
199

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

Portions of RGB colors in percentages

R + G + B = 189 + 197 + 199 = 585 (100%)
R 189 of 585 ~ 32.31%
G 197 of 585 ~ 33.68%
B 199 of 585 ~ 34.02'%

%32.31
%33.68
%34.02

CMYK color model

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

  • cyan value is 5.03%
  • magenta value is 1.01%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (5,1,0,22)
C5M1Y0K22 (5%, 1%, 0%, 22%)
(0.05 / 0.01 / 0.00 / 0.22)

CMYK percentages

%5.03
%1.01
%0
%21.96

Codes

Color #BDC5C7 in popluar color models

BD C5 C7
RGB 189 197 199
HSL 192° 8.20% 76.08%
HSB/HSV 192° 5.03% 78.04%
CMYK 5.03% 1.01% 0.00%
21.96%

Color #BDC5C7 in popluar number systems.

HEX BD C5 C7
Decimal 189 197 199
Binary 10111101 11000101 11000111
Octal 275 305 307

Shades and tints

Shades of #BDC5C7

#BDC5C7
(189,197,199)
#ACB4B5
(172,180,181)
#9BA3A3
(155,163,163)
#8A9291
(138,146,145)
#79817F
(121,129,127)
#68706D
(104,112,109)
#575F5B
(87,95,91)
#464E49
(70,78,73)
#353D37
(53,61,55)
#242C25
(36,44,37)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #BDC5C7

#BDC5C7
(189,197,199)
#C3CACC
(195,202,204)
#C9CFD1
(201,207,209)
#CFD4D6
(207,212,214)
#D5D9DB
(213,217,219)
#DBDEE0
(219,222,224)
#E1E3E5
(225,227,229)
#E7E8EA
(231,232,234)
#EDEDEF
(237,237,239)
#F3F2F4
(243,242,244)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC5C7; }

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

This text font color is #BDC5C7.

Background Color

.myBgColor { background-color: #BDC5C7; }

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

This div background color is #BDC5C7.

Border color

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

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

This div border color is #BDC5C7.

Opacity

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

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

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

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

This text has shadow with #BDC5C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC5C7.

Preview

Color preview on black background

This text has color #BDC5C7 on black background.


Color preview on white background

This text has color #BDC5C7 on white background.


Black color preview on #BDC5C7 background

This text has black color on #BDC5C7 background.


White color preview on #BDC5C7 background

This text has white color on #BDC5C7 background.


Related colors

Complementary color

Complementary color for #hex is #423A38.


I love getcolorcode.com

Triadic colors

1 #C7BDC5 and #C5C7BD with #BDC5C7 are triadic colors.

2 #C7C5BD and #C5BDC7 with #BDC5C7 are triadic colors.