COLOR #BDC4BF

HEX: #BDC4BF RGB: (189,196,191)

Color info

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

RGB color model

#BDC4BF color RGB value is (189,196,191).

RGB: (189,196,191) (74%, 77%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 196 of 255 = 77%
B 191 of 255 = 75%

189
196
191

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

Portions of RGB colors in percentages

R + G + B = 189 + 196 + 191 = 576 (100%)
R 189 of 576 ~ 32.81%
G 196 of 576 ~ 34.03%
B 191 of 576 ~ 33.16'%

%32.81
%34.03
%33.16

CMYK color model

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

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 23.14%

CMYK: (4,0,3,23)
C4M0Y3K23 (4%, 0%, 3%, 23%)
(0.04 / 0.00 / 0.03 / 0.23)

CMYK percentages

%3.57
%0
%2.55
%23.14

Codes

Color #BDC4BF in popluar color models

BD C4 BF
RGB 189 196 191
HSL 137° 5.60% 75.49%
HSB/HSV 137° 3.57% 76.86%
CMYK 3.57% 0.00% 2.55%
23.14%

Color #BDC4BF in popluar number systems.

HEX BD C4 BF
Decimal 189 196 191
Binary 10111101 11000100 10111111
Octal 275 304 277

Shades and tints

Shades of #BDC4BF

#BDC4BF
(189,196,191)
#ACB3AE
(172,179,174)
#9BA29D
(155,162,157)
#8A918C
(138,145,140)
#79807B
(121,128,123)
#686F6A
(104,111,106)
#575E59
(87,94,89)
#464D48
(70,77,72)
#353C37
(53,60,55)
#242B26
(36,43,38)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #BDC4BF

#BDC4BF
(189,196,191)
#C3C9C4
(195,201,196)
#C9CEC9
(201,206,201)
#CFD3CE
(207,211,206)
#D5D8D3
(213,216,211)
#DBDDD8
(219,221,216)
#E1E2DD
(225,226,221)
#E7E7E2
(231,231,226)
#EDECE7
(237,236,231)
#F3F1EC
(243,241,236)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC4BF; }

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

This text font color is #BDC4BF.

Background Color

.myBgColor { background-color: #BDC4BF; }

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

This div background color is #BDC4BF.

Border color

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

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

This div border color is #BDC4BF.

Opacity

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

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

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

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

This text has shadow with #BDC4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC4BF.

Preview

Color preview on black background

This text has color #BDC4BF on black background.


Color preview on white background

This text has color #BDC4BF on white background.


Black color preview on #BDC4BF background

This text has black color on #BDC4BF background.


White color preview on #BDC4BF background

This text has white color on #BDC4BF background.


Related colors

Complementary color

Complementary color for #hex is #423B40.


I love getcolorcode.com

Triadic colors

1 #BFBDC4 and #C4BFBD with #BDC4BF are triadic colors.

2 #BFC4BD and #C4BDBF with #BDC4BF are triadic colors.