COLOR #BD96CA

HEX: #BD96CA RGB: (189,150,202)

Color info

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

RGB color model

#BD96CA color RGB value is (189,150,202).

RGB: (189,150,202) (74%, 59%, 79%)

RGB channels and saturation

R 189 of 255 = 74%
G 150 of 255 = 59%
B 202 of 255 = 79%

189
150
202

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

Portions of RGB colors in percentages

R + G + B = 189 + 150 + 202 = 541 (100%)
R 189 of 541 ~ 34.94%
G 150 of 541 ~ 27.73%
B 202 of 541 ~ 37.34'%

%34.94
%27.73
%37.34

CMYK color model

#BD96CA color CMYK value is (6,26,0,21).

  • cyan value is 6.44%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (6,26,0,21) C6M26Y0K21 (6%,26%,0%,21%) (0.06/0.26/0.00/0.21) 

CMYK percentages

%6.44
%25.74
%0
%20.78

Codes

Color #BD96CA in popluar color models

BD 96 CA
RGB 189 150 202
HSL 285° 32.91% 69.02%
HSB/HSV 285° 25.74% 79.22%
CMYK 6.44% 25.74% 0.00%
20.78%

Color #BD96CA in popluar number systems.

HEX BD 96 CA
Decimal 189 150 202
Binary 10111101 10010110 11001010
Octal 275 226 312

Shades and tints

Shades of #BD96CA

#BD96CA
(189,150,202)
#AC89B8
(172,137,184)
#9B7CA6
(155,124,166)
#8A6F94
(138,111,148)
#796282
(121,98,130)
#685570
(104,85,112)
#57485E
(87,72,94)
#463B4C
(70,59,76)
#352E3A
(53,46,58)
#242128
(36,33,40)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #BD96CA

#BD96CA
(189,150,202)
#C39FCE
(195,159,206)
#C9A8D2
(201,168,210)
#CFB1D6
(207,177,214)
#D5BADA
(213,186,218)
#DBC3DE
(219,195,222)
#E1CCE2
(225,204,226)
#E7D5E6
(231,213,230)
#EDDEEA
(237,222,234)
#F3E7EE
(243,231,238)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD96CA; }

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

This text font color is #BD96CA.

Background Color

.myBgColor { background-color: #BD96CA; }

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

This div background color is #BD96CA.

Border color

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

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

This div border color is #BD96CA.

Opacity

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

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

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

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

This text has shadow with #BD96CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD96CA.

Preview

Color preview on black background

This text has color #BD96CA on black background.


Color preview on white background

This text has color #BD96CA on white background.


Black color preview on #BD96CA background

This text has black color on #BD96CA background.


White color preview on #BD96CA background

This text has white color on #BD96CA background.


Related colors

Complementary color

Complementary color for #hex is #426935.


I love getcolorcode.com

Triadic colors

1 #CABD96 and #96CABD with #BD96CA are triadic colors.

2 #CA96BD and #96BDCA with #BD96CA are triadic colors.