COLOR #BD96CF

HEX: #BD96CF
RGB: (189,150,207)

Color info

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

RGB color model

#BD96CF color RGB value is (189,150,207).

  • red value is 189;
  • green value is 150;
  • blue value is 207.
RGB:
(189,150,207)
(74%,59%,81%)

RGB channels and saturation

R 189 of 255 = 74%
G 150 of 255 = 59%
B 207 of 255 = 81%

189
150
207

R + G + B ~ 71%. #BD96CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 150 + 207 = 546 (100%)
R 189 of 546 ~ 34.62%
G 150 of 546 ~ 27.47%
B 207 of 546 ~ 37.91%

%34.62
%27.47
%37.91

CMYK color model

#BD96CF color CMYK value is (9,28,0,19).

  • cyan value is 8.70%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(9,28,0,19)
C9M28Y0K19 
(9%,28%,0%,19%)
(0.09/0.28/0.00/0.19)	

CMYK percentages

%8.7
%27.54
%0
%18.82

Codes

Color #BD96CF in popluar color models

BD96CF
RGB189150207
HSL281°37.25%70.00%
HSB/HSV281°27.54%81.18%
CMYK8.70%27.54%0.00%
18.82%

Color #BD96CF in popluar number systems.

HEXBD96CF
Decimal189150207
Binary101111011001011011001111
Octal275226317

Shades and tints

Shades of #BD96CF

#BD96CF
(189,150,207)
#AC89BD
(172,137,189)
#9B7CAB
(155,124,171)
#8A6F99
(138,111,153)
#796287
(121,98,135)
#685575
(104,85,117)
#574863
(87,72,99)
#463B51
(70,59,81)
#352E3F
(53,46,63)
#24212D
(36,33,45)
#13141B
(19,20,27)
#000000
(0,0,0)

Tints of #BD96CF

#BD96CF
(189,150,207)
#C39FD3
(195,159,211)
#C9A8D7
(201,168,215)
#CFB1DB
(207,177,219)
#D5BADF
(213,186,223)
#DBC3E3
(219,195,227)
#E1CCE7
(225,204,231)
#E7D5EB
(231,213,235)
#EDDEEF
(237,222,239)
#F3E7F3
(243,231,243)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD96CF color. Also use rgb(189,150,207) instead hex code.

Text Font Color

.myTextColor { color: #BD96CF; }

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

This text font color is #BD96CF.


Background Color

.myBgColor { background-color: #BD96CF; }

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

This div background color is #BD96CF.


Border color

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

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

This div border color is #BD96CF.


Opacity

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

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

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

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

This text has shadow with #BD96CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD96CF on black background.


Color preview on white background

This text has color #BD96CF on white background.



Black color preview on #BD96CF background

This text has black color on #BD96CF background.


White color preview on #BD96CF background

This text has white color on #BD96CF background.