COLOR #BDC5C4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

189
197
196

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

Portions of RGB colors in percentages

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

%32.47
%33.85
%33.68

CMYK color model

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

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

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

CMYK percentages

%4.06
%0
%0.51
%22.75

Codes

Color #BDC5C4 in popluar color models

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

Color #BDC5C4 in popluar number systems.

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

Shades and tints

Shades of #BDC5C4

#BDC5C4
(189,197,196)
#ACB4B3
(172,180,179)
#9BA3A2
(155,163,162)
#8A9291
(138,146,145)
#798180
(121,129,128)
#68706F
(104,112,111)
#575F5E
(87,95,94)
#464E4D
(70,78,77)
#353D3C
(53,61,60)
#242C2B
(36,44,43)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #BDC5C4

#BDC5C4
(189,197,196)
#C3CAC9
(195,202,201)
#C9CFCE
(201,207,206)
#CFD4D3
(207,212,211)
#D5D9D8
(213,217,216)
#DBDEDD
(219,222,221)
#E1E3E2
(225,227,226)
#E7E8E7
(231,232,231)
#EDEDEC
(237,237,236)
#F3F2F1
(243,242,241)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC5C4; }

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

This text font color is #BDC5C4.

Background Color

.myBgColor { background-color: #BDC5C4; }

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

This div background color is #BDC5C4.

Border color

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

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

This div border color is #BDC5C4.

Opacity

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

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

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

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

This text has shadow with #BDC5C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC5C4.

Preview

Color preview on black background

This text has color #BDC5C4 on black background.


Color preview on white background

This text has color #BDC5C4 on white background.


Black color preview on #BDC5C4 background

This text has black color on #BDC5C4 background.


White color preview on #BDC5C4 background

This text has white color on #BDC5C4 background.


Related colors

Complementary color

Complementary color for #hex is #423A3B.


I love getcolorcode.com

Triadic colors

1 #C4BDC5 and #C5C4BD with #BDC5C4 are triadic colors.

2 #C4C5BD and #C5BDC4 with #BDC5C4 are triadic colors.