COLOR #BDB5BE

HEX: #BDB5BE
RGB: (189,181,190)

Color info

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

RGB color model

#BDB5BE color RGB value is (189,181,190).

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

RGB channels and saturation

R 189 of 255 = 74%
G 181 of 255 = 71%
B 190 of 255 = 75%

189
181
190

R + G + B ~ 73%. #BDB5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 181 + 190 = 560 (100%)
R 189 of 560 ~ 33.75%
G 181 of 560 ~ 32.32%
B 190 of 560 ~ 33.93%

%33.75
%32.32
%33.93

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,5,0,25)
C1M5Y0K25 
(1%,5%,0%,25%)
(0.01/0.05/0.00/0.25)	

CMYK percentages

%0.53
%4.74
%0
%25.49

Codes

Color #BDB5BE in popluar color models

BDB5BE
RGB189181190
HSL293°6.47%72.75%
HSB/HSV293°4.74%74.51%
CMYK0.53%4.74%0.00%
25.49%

Color #BDB5BE in popluar number systems.

HEXBDB5BE
Decimal189181190
Binary101111011011010110111110
Octal275265276

Shades and tints

Shades of #BDB5BE

#BDB5BE
(189,181,190)
#ACA5AD
(172,165,173)
#9B959C
(155,149,156)
#8A858B
(138,133,139)
#79757A
(121,117,122)
#686569
(104,101,105)
#575558
(87,85,88)
#464547
(70,69,71)
#353536
(53,53,54)
#242525
(36,37,37)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #BDB5BE

#BDB5BE
(189,181,190)
#C3BBC3
(195,187,195)
#C9C1C8
(201,193,200)
#CFC7CD
(207,199,205)
#D5CDD2
(213,205,210)
#DBD3D7
(219,211,215)
#E1D9DC
(225,217,220)
#E7DFE1
(231,223,225)
#EDE5E6
(237,229,230)
#F3EBEB
(243,235,235)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB5BE; }

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

This text font color is #BDB5BE.


Background Color

.myBgColor { background-color: #BDB5BE; }

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

This div background color is #BDB5BE.


Border color

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

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

This div border color is #BDB5BE.


Opacity

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

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

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

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

This text has shadow with #BDB5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB5BE on black background.


Color preview on white background

This text has color #BDB5BE on white background.



Black color preview on #BDB5BE background

This text has black color on #BDB5BE background.


White color preview on #BDB5BE background

This text has white color on #BDB5BE background.