COLOR #BDC8BE

HEX: #BDC8BE
RGB: (189,200,190)

Color info

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

RGB color model

#BDC8BE color RGB value is (189,200,190).

  • red value is 189;
  • green value is 200;
  • blue value is 190.
RGB:
(189,200,190)
(74%,78%,75%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 190 of 255 = 75%

189
200
190

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

Portions of RGB colors in percentages

R + G + B =
189 + 200 + 190 = 579 (100%)
R 189 of 579 ~ 32.64%
G 200 of 579 ~ 34.54%
B 190 of 579 ~ 32.82%

%32.64
%34.54
%32.82

CMYK color model

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

  • cyan value is 5.50%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 21.57%
CMYK:
(5,0,5,22)
C5M0Y5K22 
(5%,0%,5%,22%)
(0.05/0.00/0.05/0.22)	

CMYK percentages

%5.5
%0
%5
%21.57

Codes

Color #BDC8BE in popluar color models

BDC8BE
RGB189200190
HSL125°9.09%76.27%
HSB/HSV125°5.50%78.43%
CMYK5.50%0.00%5.00%
21.57%

Color #BDC8BE in popluar number systems.

HEXBDC8BE
Decimal189200190
Binary101111011100100010111110
Octal275310276

Shades and tints

Shades of #BDC8BE

#BDC8BE
(189,200,190)
#ACB6AD
(172,182,173)
#9BA49C
(155,164,156)
#8A928B
(138,146,139)
#79807A
(121,128,122)
#686E69
(104,110,105)
#575C58
(87,92,88)
#464A47
(70,74,71)
#353836
(53,56,54)
#242625
(36,38,37)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #BDC8BE

#BDC8BE
(189,200,190)
#C3CDC3
(195,205,195)
#C9D2C8
(201,210,200)
#CFD7CD
(207,215,205)
#D5DCD2
(213,220,210)
#DBE1D7
(219,225,215)
#E1E6DC
(225,230,220)
#E7EBE1
(231,235,225)
#EDF0E6
(237,240,230)
#F3F5EB
(243,245,235)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC8BE; }

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

This text font color is #BDC8BE.


Background Color

.myBgColor { background-color: #BDC8BE; }

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

This div background color is #BDC8BE.


Border color

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

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

This div border color is #BDC8BE.


Opacity

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

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

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

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

This text has shadow with #BDC8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC8BE on black background.


Color preview on white background

This text has color #BDC8BE on white background.



Black color preview on #BDC8BE background

This text has black color on #BDC8BE background.


White color preview on #BDC8BE background

This text has white color on #BDC8BE background.