COLOR #BD93BC

HEX: #BD93BC RGB: (189,147,188)

Color info

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

RGB color model

#BD93BC color RGB value is (189,147,188).

RGB: (189,147,188) (74%, 58%, 74%)

RGB channels and saturation

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

189
147
188

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

Portions of RGB colors in percentages

R + G + B = 189 + 147 + 188 = 524 (100%)
R 189 of 524 ~ 36.07%
G 147 of 524 ~ 28.05%
B 188 of 524 ~ 35.88'%

%36.07
%28.05
%35.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 0.53%
  • key color value is 25.88%

CMYK: (0,22,1,26)
C0M22Y1K26 (0%, 22%, 1%, 26%)
(0.00 / 0.22 / 0.01 / 0.26)

CMYK percentages

%0
%22.22
%0.53
%25.88

Codes

Color #BD93BC in popluar color models

BD 93 BC
RGB 189 147 188
HSL 301° 24.14% 65.88%
HSB/HSV 301° 22.22% 74.12%
CMYK 0.00% 22.22% 0.53%
25.88%

Color #BD93BC in popluar number systems.

HEX BD 93 BC
Decimal 189 147 188
Binary 10111101 10010011 10111100
Octal 275 223 274

Shades and tints

Shades of #BD93BC

#BD93BC
(189,147,188)
#AC86AB
(172,134,171)
#9B799A
(155,121,154)
#8A6C89
(138,108,137)
#795F78
(121,95,120)
#685267
(104,82,103)
#574556
(87,69,86)
#463845
(70,56,69)
#352B34
(53,43,52)
#241E23
(36,30,35)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #BD93BC

#BD93BC
(189,147,188)
#C39CC2
(195,156,194)
#C9A5C8
(201,165,200)
#CFAECE
(207,174,206)
#D5B7D4
(213,183,212)
#DBC0DA
(219,192,218)
#E1C9E0
(225,201,224)
#E7D2E6
(231,210,230)
#EDDBEC
(237,219,236)
#F3E4F2
(243,228,242)
#F9EDF8
(249,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD93BC; }

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

This text font color is #BD93BC.

Background Color

.myBgColor { background-color: #BD93BC; }

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

This div background color is #BD93BC.

Border color

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

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

This div border color is #BD93BC.

Opacity

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

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

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

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

This text has shadow with #BD93BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD93BC.

Preview

Color preview on black background

This text has color #BD93BC on black background.


Color preview on white background

This text has color #BD93BC on white background.


Black color preview on #BD93BC background

This text has black color on #BD93BC background.


White color preview on #BD93BC background

This text has white color on #BD93BC background.


Related colors

Complementary color

Complementary color for #hex is #426C43.


I love getcolorcode.com

Triadic colors

1 #BCBD93 and #93BCBD with #BD93BC are triadic colors.

2 #BC93BD and #93BDBC with #BD93BC are triadic colors.