COLOR #BD9CD6

HEX: #BD9CD6
RGB: (189,156,214)

Color info

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

RGB color model

#BD9CD6 color RGB value is (189,156,214).

  • red value is 189;
  • green value is 156;
  • blue value is 214.
RGB:
(189,156,214)
(74%,61%,84%)

RGB channels and saturation

R 189 of 255 = 74%
G 156 of 255 = 61%
B 214 of 255 = 84%

189
156
214

R + G + B ~ 73%. #BD9CD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 156 + 214 = 559 (100%)
R 189 of 559 ~ 33.81%
G 156 of 559 ~ 27.91%
B 214 of 559 ~ 38.28%

%33.81
%27.91
%38.28

CMYK color model

#BD9CD6 color CMYK value is (12,27,0,16).

  • cyan value is 11.68%
  • magenta value is 27.10%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(12,27,0,16)
C12M27Y0K16 
(12%,27%,0%,16%)
(0.12/0.27/0.00/0.16)	

CMYK percentages

%11.68
%27.1
%0
%16.08

Codes

Color #BD9CD6 in popluar color models

BD9CD6
RGB189156214
HSL274°41.43%72.55%
HSB/HSV274°27.10%83.92%
CMYK11.68%27.10%0.00%
16.08%

Color #BD9CD6 in popluar number systems.

HEXBD9CD6
Decimal189156214
Binary101111011001110011010110
Octal275234326

Shades and tints

Shades of #BD9CD6

#BD9CD6
(189,156,214)
#AC8EC3
(172,142,195)
#9B80B0
(155,128,176)
#8A729D
(138,114,157)
#79648A
(121,100,138)
#685677
(104,86,119)
#574864
(87,72,100)
#463A51
(70,58,81)
#352C3E
(53,44,62)
#241E2B
(36,30,43)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #BD9CD6

#BD9CD6
(189,156,214)
#C3A5D9
(195,165,217)
#C9AEDC
(201,174,220)
#CFB7DF
(207,183,223)
#D5C0E2
(213,192,226)
#DBC9E5
(219,201,229)
#E1D2E8
(225,210,232)
#E7DBEB
(231,219,235)
#EDE4EE
(237,228,238)
#F3EDF1
(243,237,241)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9CD6; }

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

This text font color is #BD9CD6.


Background Color

.myBgColor { background-color: #BD9CD6; }

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

This div background color is #BD9CD6.


Border color

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

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

This div border color is #BD9CD6.


Opacity

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

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

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

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

This text has shadow with #BD9CD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9CD6 on black background.


Color preview on white background

This text has color #BD9CD6 on white background.



Black color preview on #BD9CD6 background

This text has black color on #BD9CD6 background.


White color preview on #BD9CD6 background

This text has white color on #BD9CD6 background.