COLOR #BD93B1

HEX: #BD93B1 RGB: (189,147,177)

Color info

#BD93B1 contains red, green and blue colors in about the same proportion. Web safe color of #BD93B1 is #CC9999 (or #C99).

RGB color model

#BD93B1 color RGB value is (189,147,177).

RGB: (189,147,177) (74%, 58%, 69%)

RGB channels and saturation

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

189
147
177

R + G + B ~ 67%. #BD93B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 147 + 177 = 513 (100%)
R 189 of 513 ~ 36.84%
G 147 of 513 ~ 28.65%
B 177 of 513 ~ 34.5'%

%36.84
%28.65
%34.5

CMYK color model

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

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

CMYK: (0,22,6,26)
C0M22Y6K26 (0%, 22%, 6%, 26%)
(0.00 / 0.22 / 0.06 / 0.26)

CMYK percentages

%0
%22.22
%6.35
%25.88

Codes

Color #BD93B1 in popluar color models

BD 93 B1
RGB 189 147 177
HSL 317° 24.14% 65.88%
HSB/HSV 317° 22.22% 74.12%
CMYK 0.00% 22.22% 6.35%
25.88%

Color #BD93B1 in popluar number systems.

HEX BD 93 B1
Decimal 189 147 177
Binary 10111101 10010011 10110001
Octal 275 223 261

Shades and tints

Shades of #BD93B1

#BD93B1
(189,147,177)
#AC86A1
(172,134,161)
#9B7991
(155,121,145)
#8A6C81
(138,108,129)
#795F71
(121,95,113)
#685261
(104,82,97)
#574551
(87,69,81)
#463841
(70,56,65)
#352B31
(53,43,49)
#241E21
(36,30,33)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #BD93B1

#BD93B1
(189,147,177)
#C39CB8
(195,156,184)
#C9A5BF
(201,165,191)
#CFAEC6
(207,174,198)
#D5B7CD
(213,183,205)
#DBC0D4
(219,192,212)
#E1C9DB
(225,201,219)
#E7D2E2
(231,210,226)
#EDDBE9
(237,219,233)
#F3E4F0
(243,228,240)
#F9EDF7
(249,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD93B1; }

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

This text font color is #BD93B1.

Background Color

.myBgColor { background-color: #BD93B1; }

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

This div background color is #BD93B1.

Border color

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

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

This div border color is #BD93B1.

Opacity

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

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

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

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

This text has shadow with #BD93B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD93B1.

Preview

Color preview on black background

This text has color #BD93B1 on black background.


Color preview on white background

This text has color #BD93B1 on white background.


Black color preview on #BD93B1 background

This text has black color on #BD93B1 background.


White color preview on #BD93B1 background

This text has white color on #BD93B1 background.


Related colors

Complementary color

Complementary color for #hex is #426C4E.


I love getcolorcode.com

Triadic colors

1 #B1BD93 and #93B1BD with #BD93B1 are triadic colors.

2 #B193BD and #93BDB1 with #BD93B1 are triadic colors.