COLOR #BD9CD4

HEX: #BD9CD4
RGB: (189,156,212)

Color info

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

RGB color model

#BD9CD4 color RGB value is (189,156,212).

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

RGB channels and saturation

R 189 of 255 = 74%
G 156 of 255 = 61%
B 212 of 255 = 83%

189
156
212

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

Portions of RGB colors in percentages

R + G + B =
189 + 156 + 212 = 557 (100%)
R 189 of 557 ~ 33.93%
G 156 of 557 ~ 28.01%
B 212 of 557 ~ 38.06%

%33.93
%28.01
%38.06

CMYK color model

#BD9CD4 color CMYK value is (11,26,0,17).

  • cyan value is 10.85%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(11,26,0,17)
C11M26Y0K17 
(11%,26%,0%,17%)
(0.11/0.26/0.00/0.17)	

CMYK percentages

%10.85
%26.42
%0
%16.86

Codes

Color #BD9CD4 in popluar color models

BD9CD4
RGB189156212
HSL275°39.44%72.16%
HSB/HSV275°26.42%83.14%
CMYK10.85%26.42%0.00%
16.86%

Color #BD9CD4 in popluar number systems.

HEXBD9CD4
Decimal189156212
Binary101111011001110011010100
Octal275234324

Shades and tints

Shades of #BD9CD4

#BD9CD4
(189,156,212)
#AC8EC1
(172,142,193)
#9B80AE
(155,128,174)
#8A729B
(138,114,155)
#796488
(121,100,136)
#685675
(104,86,117)
#574862
(87,72,98)
#463A4F
(70,58,79)
#352C3C
(53,44,60)
#241E29
(36,30,41)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #BD9CD4

#BD9CD4
(189,156,212)
#C3A5D7
(195,165,215)
#C9AEDA
(201,174,218)
#CFB7DD
(207,183,221)
#D5C0E0
(213,192,224)
#DBC9E3
(219,201,227)
#E1D2E6
(225,210,230)
#E7DBE9
(231,219,233)
#EDE4EC
(237,228,236)
#F3EDEF
(243,237,239)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9CD4; }

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

This text font color is #BD9CD4.


Background Color

.myBgColor { background-color: #BD9CD4; }

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

This div background color is #BD9CD4.


Border color

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

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

This div border color is #BD9CD4.


Opacity

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

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

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

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

This text has shadow with #BD9CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9CD4 on black background.


Color preview on white background

This text has color #BD9CD4 on white background.



Black color preview on #BD9CD4 background

This text has black color on #BD9CD4 background.


White color preview on #BD9CD4 background

This text has white color on #BD9CD4 background.