COLOR #BDB1BE

HEX: #BDB1BE
RGB: (189,177,190)

Color info

#BDB1BE contains red, green and blue colors in about the same proportion. Web safe color of #BDB1BE is #CC99CC (or #C9C).

RGB color model

#BDB1BE color RGB value is (189,177,190).

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

RGB channels and saturation

R 189 of 255 = 74%
G 177 of 255 = 69%
B 190 of 255 = 75%

189
177
190

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

Portions of RGB colors in percentages

R + G + B =
189 + 177 + 190 = 556 (100%)
R 189 of 556 ~ 33.99%
G 177 of 556 ~ 31.83%
B 190 of 556 ~ 34.17%

%33.99
%31.83
%34.17

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,7,0,25)
C1M7Y0K25 
(1%,7%,0%,25%)
(0.01/0.07/0.00/0.25)	

CMYK percentages

%0.53
%6.84
%0
%25.49

Codes

Color #BDB1BE in popluar color models

BDB1BE
RGB189177190
HSL295°9.09%71.96%
HSB/HSV295°6.84%74.51%
CMYK0.53%6.84%0.00%
25.49%

Color #BDB1BE in popluar number systems.

HEXBDB1BE
Decimal189177190
Binary101111011011000110111110
Octal275261276

Shades and tints

Shades of #BDB1BE

#BDB1BE
(189,177,190)
#ACA1AD
(172,161,173)
#9B919C
(155,145,156)
#8A818B
(138,129,139)
#79717A
(121,113,122)
#686169
(104,97,105)
#575158
(87,81,88)
#464147
(70,65,71)
#353136
(53,49,54)
#242125
(36,33,37)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #BDB1BE

#BDB1BE
(189,177,190)
#C3B8C3
(195,184,195)
#C9BFC8
(201,191,200)
#CFC6CD
(207,198,205)
#D5CDD2
(213,205,210)
#DBD4D7
(219,212,215)
#E1DBDC
(225,219,220)
#E7E2E1
(231,226,225)
#EDE9E6
(237,233,230)
#F3F0EB
(243,240,235)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB1BE; }

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

This text font color is #BDB1BE.


Background Color

.myBgColor { background-color: #BDB1BE; }

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

This div background color is #BDB1BE.


Border color

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

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

This div border color is #BDB1BE.


Opacity

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

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

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

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

This text has shadow with #BDB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB1BE on black background.


Color preview on white background

This text has color #BDB1BE on white background.



Black color preview on #BDB1BE background

This text has black color on #BDB1BE background.


White color preview on #BDB1BE background

This text has white color on #BDB1BE background.