COLOR #BDC4C5

HEX: #BDC4C5 RGB: (189,196,197)

Color info

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

RGB color model

#BDC4C5 color RGB value is (189,196,197).

RGB: (189,196,197) (74%, 77%, 77%)

RGB channels and saturation

R 189 of 255 = 74%
G 196 of 255 = 77%
B 197 of 255 = 77%

189
196
197

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

Portions of RGB colors in percentages

R + G + B = 189 + 196 + 197 = 582 (100%)
R 189 of 582 ~ 32.47%
G 196 of 582 ~ 33.68%
B 197 of 582 ~ 33.85'%

%32.47
%33.68
%33.85

CMYK color model

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

  • cyan value is 4.06%
  • magenta value is 0.51%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (4,1,0,23)
C4M1Y0K23 (4%, 1%, 0%, 23%)
(0.04 / 0.01 / 0.00 / 0.23)

CMYK percentages

%4.06
%0.51
%0
%22.75

Codes

Color #BDC4C5 in popluar color models

BD C4 C5
RGB 189 196 197
HSL 188° 6.45% 75.69%
HSB/HSV 188° 4.06% 77.25%
CMYK 4.06% 0.51% 0.00%
22.75%

Color #BDC4C5 in popluar number systems.

HEX BD C4 C5
Decimal 189 196 197
Binary 10111101 11000100 11000101
Octal 275 304 305

Shades and tints

Shades of #BDC4C5

#BDC4C5
(189,196,197)
#ACB3B4
(172,179,180)
#9BA2A3
(155,162,163)
#8A9192
(138,145,146)
#798081
(121,128,129)
#686F70
(104,111,112)
#575E5F
(87,94,95)
#464D4E
(70,77,78)
#353C3D
(53,60,61)
#242B2C
(36,43,44)
#131A1B
(19,26,27)
#000000
(0,0,0)

Tints of #BDC4C5

#BDC4C5
(189,196,197)
#C3C9CA
(195,201,202)
#C9CECF
(201,206,207)
#CFD3D4
(207,211,212)
#D5D8D9
(213,216,217)
#DBDDDE
(219,221,222)
#E1E2E3
(225,226,227)
#E7E7E8
(231,231,232)
#EDECED
(237,236,237)
#F3F1F2
(243,241,242)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC4C5; }

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

This text font color is #BDC4C5.

Background Color

.myBgColor { background-color: #BDC4C5; }

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

This div background color is #BDC4C5.

Border color

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

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

This div border color is #BDC4C5.

Opacity

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

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

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

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

This text has shadow with #BDC4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC4C5.

Preview

Color preview on black background

This text has color #BDC4C5 on black background.


Color preview on white background

This text has color #BDC4C5 on white background.


Black color preview on #BDC4C5 background

This text has black color on #BDC4C5 background.


White color preview on #BDC4C5 background

This text has white color on #BDC4C5 background.


Related colors

Complementary color

Complementary color for #hex is #423B3A.


I love getcolorcode.com

Triadic colors

1 #C5BDC4 and #C4C5BD with #BDC4C5 are triadic colors.

2 #C5C4BD and #C4BDC5 with #BDC4C5 are triadic colors.