COLOR #BDA3BE

HEX: #BDA3BE
RGB: (189,163,190)

Color info

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

RGB color model

#BDA3BE color RGB value is (189,163,190).

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

RGB channels and saturation

R 189 of 255 = 74%
G 163 of 255 = 64%
B 190 of 255 = 75%

189
163
190

R + G + B ~ 71%. #BDA3BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 163 + 190 = 542 (100%)
R 189 of 542 ~ 34.87%
G 163 of 542 ~ 30.07%
B 190 of 542 ~ 35.06%

%34.87
%30.07
%35.06

CMYK color model

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

  • cyan value is 0.53%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(1,14,0,25)
C1M14Y0K25 
(1%,14%,0%,25%)
(0.01/0.14/0.00/0.25)	

CMYK percentages

%0.53
%14.21
%0
%25.49

Codes

Color #BDA3BE in popluar color models

BDA3BE
RGB189163190
HSL298°17.20%69.22%
HSB/HSV298°14.21%74.51%
CMYK0.53%14.21%0.00%
25.49%

Color #BDA3BE in popluar number systems.

HEXBDA3BE
Decimal189163190
Binary101111011010001110111110
Octal275243276

Shades and tints

Shades of #BDA3BE

#BDA3BE
(189,163,190)
#AC95AD
(172,149,173)
#9B879C
(155,135,156)
#8A798B
(138,121,139)
#796B7A
(121,107,122)
#685D69
(104,93,105)
#574F58
(87,79,88)
#464147
(70,65,71)
#353336
(53,51,54)
#242525
(36,37,37)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #BDA3BE

#BDA3BE
(189,163,190)
#C3ABC3
(195,171,195)
#C9B3C8
(201,179,200)
#CFBBCD
(207,187,205)
#D5C3D2
(213,195,210)
#DBCBD7
(219,203,215)
#E1D3DC
(225,211,220)
#E7DBE1
(231,219,225)
#EDE3E6
(237,227,230)
#F3EBEB
(243,235,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDA3BE; }

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

This text font color is #BDA3BE.


Background Color

.myBgColor { background-color: #BDA3BE; }

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

This div background color is #BDA3BE.


Border color

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

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

This div border color is #BDA3BE.


Opacity

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

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

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

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

This text has shadow with #BDA3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA3BE on black background.


Color preview on white background

This text has color #BDA3BE on white background.



Black color preview on #BDA3BE background

This text has black color on #BDA3BE background.


White color preview on #BDA3BE background

This text has white color on #BDA3BE background.