COLOR #BD5D8B

HEX: #BD5D8B
RGB: (189,93,139)

Color info

#BD5D8B contains mainly red and blue colors. Web safe color of #BD5D8B is #CC6699 (or #C69).

RGB color model

#BD5D8B color RGB value is (189,93,139).

  • red value is 189;
  • green value is 93;
  • blue value is 139.
RGB:
(189,93,139)
(74%,36%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 93 of 255 = 36%
B 139 of 255 = 55%

189
93
139

R + G + B ~ 55%. #BD5D8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 93 + 139 = 421 (100%)
R 189 of 421 ~ 44.89%
G 93 of 421 ~ 22.09%
B 139 of 421 ~ 33.02%

%44.89
%22.09
%33.02

CMYK color model

#BD5D8B color CMYK value is (0,51,26,26).

  • cyan value is 0.00%
  • magenta value is 50.79%
  • yellow value is 26.46%
  • key color value is 25.88%
CMYK:
(0,51,26,26)
C0M51Y26K26 
(0%,51%,26%,26%)
(0.00/0.51/0.26/0.26)	

CMYK percentages

%0
%50.79
%26.46
%25.88

Codes

Color #BD5D8B in popluar color models

BD5D8B
RGB18993139
HSL331°42.11%55.29%
HSB/HSV331°50.79%74.12%
CMYK0.00%50.79%26.46%
25.88%

Color #BD5D8B in popluar number systems.

HEXBD5D8B
Decimal18993139
Binary10111101101110110001011
Octal275135213

Shades and tints

Shades of #BD5D8B

#BD5D8B
(189,93,139)
#AC557F
(172,85,127)
#9B4D73
(155,77,115)
#8A4567
(138,69,103)
#793D5B
(121,61,91)
#68354F
(104,53,79)
#572D43
(87,45,67)
#462537
(70,37,55)
#351D2B
(53,29,43)
#24151F
(36,21,31)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #BD5D8B

#BD5D8B
(189,93,139)
#C36B95
(195,107,149)
#C9799F
(201,121,159)
#CF87A9
(207,135,169)
#D595B3
(213,149,179)
#DBA3BD
(219,163,189)
#E1B1C7
(225,177,199)
#E7BFD1
(231,191,209)
#EDCDDB
(237,205,219)
#F3DBE5
(243,219,229)
#F9E9EF
(249,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD5D8B color. Also use rgb(189,93,139) instead hex code.

Text Font Color

.myTextColor { color: #BD5D8B; }

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

This text font color is #BD5D8B.


Background Color

.myBgColor { background-color: #BD5D8B; }

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

This div background color is #BD5D8B.


Border color

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

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

This div border color is #BD5D8B.


Opacity

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

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

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

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

This text has shadow with #BD5D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD5D8B on black background.


Color preview on white background

This text has color #BD5D8B on white background.



Black color preview on #BD5D8B background

This text has black color on #BD5D8B background.


White color preview on #BD5D8B background

This text has white color on #BD5D8B background.