COLOR #BD93BD

HEX: #BD93BD
RGB: (189,147,189)

Color info

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

RGB color model

#BD93BD color RGB value is (189,147,189).

  • red value is 189;
  • green value is 147;
  • blue value is 189.
RGB:
(189,147,189)
(74%,58%,74%)

RGB channels and saturation

R 189 of 255 = 74%
G 147 of 255 = 58%
B 189 of 255 = 74%

189
147
189

R + G + B ~ 69%. #BD93BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 147 + 189 = 525 (100%)
R 189 of 525 ~ 36%
G 147 of 525 ~ 28%
B 189 of 525 ~ 36%

%36
%28
%36

CMYK color model

#BD93BD color CMYK value is (0,22,0,26).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(0,22,0,26)
C0M22Y0K26 
(0%,22%,0%,26%)
(0.00/0.22/0.00/0.26)	

CMYK percentages

%0
%22.22
%0
%25.88

Codes

Color #BD93BD in popluar color models

BD93BD
RGB189147189
HSL300°24.14%65.88%
HSB/HSV300°22.22%74.12%
CMYK0.00%22.22%0.00%
25.88%

Color #BD93BD in popluar number systems.

HEXBD93BD
Decimal189147189
Binary101111011001001110111101
Octal275223275

Shades and tints

Shades of #BD93BD

#BD93BD
(189,147,189)
#AC86AC
(172,134,172)
#9B799B
(155,121,155)
#8A6C8A
(138,108,138)
#795F79
(121,95,121)
#685268
(104,82,104)
#574557
(87,69,87)
#463846
(70,56,70)
#352B35
(53,43,53)
#241E24
(36,30,36)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #BD93BD

#BD93BD
(189,147,189)
#C39CC3
(195,156,195)
#C9A5C9
(201,165,201)
#CFAECF
(207,174,207)
#D5B7D5
(213,183,213)
#DBC0DB
(219,192,219)
#E1C9E1
(225,201,225)
#E7D2E7
(231,210,231)
#EDDBED
(237,219,237)
#F3E4F3
(243,228,243)
#F9EDF9
(249,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD93BD; }

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

This text font color is #BD93BD.


Background Color

.myBgColor { background-color: #BD93BD; }

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

This div background color is #BD93BD.


Border color

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

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

This div border color is #BD93BD.


Opacity

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

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

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

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

This text has shadow with #BD93BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD93BD on black background.


Color preview on white background

This text has color #BD93BD on white background.



Black color preview on #BD93BD background

This text has black color on #BD93BD background.


White color preview on #BD93BD background

This text has white color on #BD93BD background.