COLOR #BD96C2

HEX: #BD96C2
RGB: (189,150,194)

Color info

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

RGB color model

#BD96C2 color RGB value is (189,150,194).

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

RGB channels and saturation

R 189 of 255 = 74%
G 150 of 255 = 59%
B 194 of 255 = 76%

189
150
194

R + G + B ~ 70%. #BD96C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 150 + 194 = 533 (100%)
R 189 of 533 ~ 35.46%
G 150 of 533 ~ 28.14%
B 194 of 533 ~ 36.4%

%35.46
%28.14
%36.4

CMYK color model

#BD96C2 color CMYK value is (3,23,0,24).

  • cyan value is 2.58%
  • magenta value is 22.68%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(3,23,0,24)
C3M23Y0K24 
(3%,23%,0%,24%)
(0.03/0.23/0.00/0.24)	

CMYK percentages

%2.58
%22.68
%0
%23.92

Codes

Color #BD96C2 in popluar color models

BD96C2
RGB189150194
HSL293°26.51%67.45%
HSB/HSV293°22.68%76.08%
CMYK2.58%22.68%0.00%
23.92%

Color #BD96C2 in popluar number systems.

HEXBD96C2
Decimal189150194
Binary101111011001011011000010
Octal275226302

Shades and tints

Shades of #BD96C2

#BD96C2
(189,150,194)
#AC89B1
(172,137,177)
#9B7CA0
(155,124,160)
#8A6F8F
(138,111,143)
#79627E
(121,98,126)
#68556D
(104,85,109)
#57485C
(87,72,92)
#463B4B
(70,59,75)
#352E3A
(53,46,58)
#242129
(36,33,41)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #BD96C2

#BD96C2
(189,150,194)
#C39FC7
(195,159,199)
#C9A8CC
(201,168,204)
#CFB1D1
(207,177,209)
#D5BAD6
(213,186,214)
#DBC3DB
(219,195,219)
#E1CCE0
(225,204,224)
#E7D5E5
(231,213,229)
#EDDEEA
(237,222,234)
#F3E7EF
(243,231,239)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD96C2; }

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

This text font color is #BD96C2.


Background Color

.myBgColor { background-color: #BD96C2; }

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

This div background color is #BD96C2.


Border color

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

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

This div border color is #BD96C2.


Opacity

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

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

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

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

This text has shadow with #BD96C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD96C2 on black background.


Color preview on white background

This text has color #BD96C2 on white background.



Black color preview on #BD96C2 background

This text has black color on #BD96C2 background.


White color preview on #BD96C2 background

This text has white color on #BD96C2 background.