COLOR #BDB2BE

HEX: #BDB2BE
RGB: (189,178,190)

Color info

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

RGB color model

#BDB2BE color RGB value is (189,178,190).

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

RGB channels and saturation

R 189 of 255 = 74%
G 178 of 255 = 70%
B 190 of 255 = 75%

189
178
190

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

Portions of RGB colors in percentages

R + G + B =
189 + 178 + 190 = 557 (100%)
R 189 of 557 ~ 33.93%
G 178 of 557 ~ 31.96%
B 190 of 557 ~ 34.11%

%33.93
%31.96
%34.11

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,6,0,25)
C1M6Y0K25 
(1%,6%,0%,25%)
(0.01/0.06/0.00/0.25)	

CMYK percentages

%0.53
%6.32
%0
%25.49

Codes

Color #BDB2BE in popluar color models

BDB2BE
RGB189178190
HSL295°8.45%72.16%
HSB/HSV295°6.32%74.51%
CMYK0.53%6.32%0.00%
25.49%

Color #BDB2BE in popluar number systems.

HEXBDB2BE
Decimal189178190
Binary101111011011001010111110
Octal275262276

Shades and tints

Shades of #BDB2BE

#BDB2BE
(189,178,190)
#ACA2AD
(172,162,173)
#9B929C
(155,146,156)
#8A828B
(138,130,139)
#79727A
(121,114,122)
#686269
(104,98,105)
#575258
(87,82,88)
#464247
(70,66,71)
#353236
(53,50,54)
#242225
(36,34,37)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #BDB2BE

#BDB2BE
(189,178,190)
#C3B9C3
(195,185,195)
#C9C0C8
(201,192,200)
#CFC7CD
(207,199,205)
#D5CED2
(213,206,210)
#DBD5D7
(219,213,215)
#E1DCDC
(225,220,220)
#E7E3E1
(231,227,225)
#EDEAE6
(237,234,230)
#F3F1EB
(243,241,235)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDB2BE; }

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

This text font color is #BDB2BE.


Background Color

.myBgColor { background-color: #BDB2BE; }

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

This div background color is #BDB2BE.


Border color

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

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

This div border color is #BDB2BE.


Opacity

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

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

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

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

This text has shadow with #BDB2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB2BE on black background.


Color preview on white background

This text has color #BDB2BE on white background.



Black color preview on #BDB2BE background

This text has black color on #BDB2BE background.


White color preview on #BDB2BE background

This text has white color on #BDB2BE background.