COLOR #BD93B4

HEX: #BD93B4 RGB: (189,147,180)

Color info

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

RGB color model

#BD93B4 color RGB value is (189,147,180).

RGB: (189,147,180) (74%, 58%, 71%)

RGB channels and saturation

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

189
147
180

R + G + B ~ 68%. #BD93B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 147 + 180 = 516 (100%)
R 189 of 516 ~ 36.63%
G 147 of 516 ~ 28.49%
B 180 of 516 ~ 34.88'%

%36.63
%28.49
%34.88

CMYK color model

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

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

CMYK: (0,22,5,26)
C0M22Y5K26 (0%, 22%, 5%, 26%)
(0.00 / 0.22 / 0.05 / 0.26)

CMYK percentages

%0
%22.22
%4.76
%25.88

Codes

Color #BD93B4 in popluar color models

BD 93 B4
RGB 189 147 180
HSL 313° 24.14% 65.88%
HSB/HSV 313° 22.22% 74.12%
CMYK 0.00% 22.22% 4.76%
25.88%

Color #BD93B4 in popluar number systems.

HEX BD 93 B4
Decimal 189 147 180
Binary 10111101 10010011 10110100
Octal 275 223 264

Shades and tints

Shades of #BD93B4

#BD93B4
(189,147,180)
#AC86A4
(172,134,164)
#9B7994
(155,121,148)
#8A6C84
(138,108,132)
#795F74
(121,95,116)
#685264
(104,82,100)
#574554
(87,69,84)
#463844
(70,56,68)
#352B34
(53,43,52)
#241E24
(36,30,36)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #BD93B4

#BD93B4
(189,147,180)
#C39CBA
(195,156,186)
#C9A5C0
(201,165,192)
#CFAEC6
(207,174,198)
#D5B7CC
(213,183,204)
#DBC0D2
(219,192,210)
#E1C9D8
(225,201,216)
#E7D2DE
(231,210,222)
#EDDBE4
(237,219,228)
#F3E4EA
(243,228,234)
#F9EDF0
(249,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD93B4; }

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

This text font color is #BD93B4.

Background Color

.myBgColor { background-color: #BD93B4; }

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

This div background color is #BD93B4.

Border color

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

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

This div border color is #BD93B4.

Opacity

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

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

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

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

This text has shadow with #BD93B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD93B4.

Preview

Color preview on black background

This text has color #BD93B4 on black background.


Color preview on white background

This text has color #BD93B4 on white background.


Black color preview on #BD93B4 background

This text has black color on #BD93B4 background.


White color preview on #BD93B4 background

This text has white color on #BD93B4 background.


Related colors

Complementary color

Complementary color for #hex is #426C4B.


I love getcolorcode.com

Triadic colors

1 #B4BD93 and #93B4BD with #BD93B4 are triadic colors.

2 #B493BD and #93BDB4 with #BD93B4 are triadic colors.