COLOR #BDC1BE

HEX: #BDC1BE RGB: (189,193,190)

Color info

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

RGB color model

#BDC1BE color RGB value is (189,193,190).

RGB: (189,193,190) (74%, 76%, 75%)

RGB channels and saturation

R 189 of 255 = 74%
G 193 of 255 = 76%
B 190 of 255 = 75%

189
193
190

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

Portions of RGB colors in percentages

R + G + B = 189 + 193 + 190 = 572 (100%)
R 189 of 572 ~ 33.04%
G 193 of 572 ~ 33.74%
B 190 of 572 ~ 33.22'%

%33.04
%33.74
%33.22

CMYK color model

#BDC1BE color CMYK value is (2,0,2,24).

  • cyan value is 2.07%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 24.31%

CMYK: (2,0,2,24)
C2M0Y2K24 (2%, 0%, 2%, 24%)
(0.02 / 0.00 / 0.02 / 0.24)

CMYK percentages

%2.07
%0
%1.55
%24.31

Codes

Color #BDC1BE in popluar color models

BD C1 BE
RGB 189 193 190
HSL 135° 3.12% 74.90%
HSB/HSV 135° 2.07% 75.69%
CMYK 2.07% 0.00% 1.55%
24.31%

Color #BDC1BE in popluar number systems.

HEX BD C1 BE
Decimal 189 193 190
Binary 10111101 11000001 10111110
Octal 275 301 276

Shades and tints

Shades of #BDC1BE

#BDC1BE
(189,193,190)
#ACB0AD
(172,176,173)
#9B9F9C
(155,159,156)
#8A8E8B
(138,142,139)
#797D7A
(121,125,122)
#686C69
(104,108,105)
#575B58
(87,91,88)
#464A47
(70,74,71)
#353936
(53,57,54)
#242825
(36,40,37)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #BDC1BE

#BDC1BE
(189,193,190)
#C3C6C3
(195,198,195)
#C9CBC8
(201,203,200)
#CFD0CD
(207,208,205)
#D5D5D2
(213,213,210)
#DBDAD7
(219,218,215)
#E1DFDC
(225,223,220)
#E7E4E1
(231,228,225)
#EDE9E6
(237,233,230)
#F3EEEB
(243,238,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC1BE color. Also use rgb(189,193,190) instead hex code.

Text Font Color

.myTextColor { color: #BDC1BE; }

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

This text font color is #BDC1BE.

Background Color

.myBgColor { background-color: #BDC1BE; }

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

This div background color is #BDC1BE.

Border color

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

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

This div border color is #BDC1BE.

Opacity

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

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

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

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

This text has shadow with #BDC1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC1BE.

Preview

Color preview on black background

This text has color #BDC1BE on black background.


Color preview on white background

This text has color #BDC1BE on white background.


Black color preview on #BDC1BE background

This text has black color on #BDC1BE background.


White color preview on #BDC1BE background

This text has white color on #BDC1BE background.


Related colors

Complementary color

Complementary color for #hex is #423E41.


I love getcolorcode.com

Triadic colors

1 #BEBDC1 and #C1BEBD with #BDC1BE are triadic colors.

2 #BEC1BD and #C1BDBE with #BDC1BE are triadic colors.