COLOR #BDBCBE

HEX: #BDBCBE
RGB: (189,188,190)

Color info

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

RGB color model

#BDBCBE color RGB value is (189,188,190).

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

RGB channels and saturation

R 189 of 255 = 74%
G 188 of 255 = 74%
B 190 of 255 = 75%

189
188
190

R + G + B ~ 74%. #BDBCBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 188 + 190 = 567 (100%)
R 189 of 567 ~ 33.33%
G 188 of 567 ~ 33.16%
B 190 of 567 ~ 33.51%

%33.33
%33.16
%33.51

CMYK color model

#BDBCBE color CMYK value is (1,1,0,25).

  • cyan value is 0.53%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,1,0,25)
C1M1Y0K25 
(1%,1%,0%,25%)
(0.01/0.01/0.00/0.25)	

CMYK percentages

%0.53
%1.05
%0
%25.49

Codes

Color #BDBCBE in popluar color models

BDBCBE
RGB189188190
HSL270°1.52%74.12%
HSB/HSV270°1.05%74.51%
CMYK0.53%1.05%0.00%
25.49%

Color #BDBCBE in popluar number systems.

HEXBDBCBE
Decimal189188190
Binary101111011011110010111110
Octal275274276

Shades and tints

Shades of #BDBCBE

#BDBCBE
(189,188,190)
#ACABAD
(172,171,173)
#9B9A9C
(155,154,156)
#8A898B
(138,137,139)
#79787A
(121,120,122)
#686769
(104,103,105)
#575658
(87,86,88)
#464547
(70,69,71)
#353436
(53,52,54)
#242325
(36,35,37)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #BDBCBE

#BDBCBE
(189,188,190)
#C3C2C3
(195,194,195)
#C9C8C8
(201,200,200)
#CFCECD
(207,206,205)
#D5D4D2
(213,212,210)
#DBDAD7
(219,218,215)
#E1E0DC
(225,224,220)
#E7E6E1
(231,230,225)
#EDECE6
(237,236,230)
#F3F2EB
(243,242,235)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBCBE; }

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

This text font color is #BDBCBE.


Background Color

.myBgColor { background-color: #BDBCBE; }

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

This div background color is #BDBCBE.


Border color

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

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

This div border color is #BDBCBE.


Opacity

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

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

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

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

This text has shadow with #BDBCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBCBE on black background.


Color preview on white background

This text has color #BDBCBE on white background.



Black color preview on #BDBCBE background

This text has black color on #BDBCBE background.


White color preview on #BDBCBE background

This text has white color on #BDBCBE background.