COLOR #BD95CE

HEX: #BD95CE RGB: (189,149,206)

Color info

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

RGB color model

#BD95CE color RGB value is (189,149,206).

RGB: (189,149,206) (74%, 58%, 81%)

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 206 of 255 = 81%

189
149
206

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

Portions of RGB colors in percentages

R + G + B = 189 + 149 + 206 = 544 (100%)
R 189 of 544 ~ 34.74%
G 149 of 544 ~ 27.39%
B 206 of 544 ~ 37.87'%

%34.74
%27.39
%37.87

CMYK color model

#BD95CE color CMYK value is (8,28,0,19).

  • cyan value is 8.25%
  • magenta value is 27.67%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (8,28,0,19) C8M28Y0K19 (8%,28%,0%,19%) (0.08/0.28/0.00/0.19) 

CMYK percentages

%8.25
%27.67
%0
%19.22

Codes

Color #BD95CE in popluar color models

BD 95 CE
RGB 189 149 206
HSL 282° 36.77% 69.61%
HSB/HSV 282° 27.67% 80.78%
CMYK 8.25% 27.67% 0.00%
19.22%

Color #BD95CE in popluar number systems.

HEX BD 95 CE
Decimal 189 149 206
Binary 10111101 10010101 11001110
Octal 275 225 316

Shades and tints

Shades of #BD95CE

#BD95CE
(189,149,206)
#AC88BC
(172,136,188)
#9B7BAA
(155,123,170)
#8A6E98
(138,110,152)
#796186
(121,97,134)
#685474
(104,84,116)
#574762
(87,71,98)
#463A50
(70,58,80)
#352D3E
(53,45,62)
#24202C
(36,32,44)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #BD95CE

#BD95CE
(189,149,206)
#C39ED2
(195,158,210)
#C9A7D6
(201,167,214)
#CFB0DA
(207,176,218)
#D5B9DE
(213,185,222)
#DBC2E2
(219,194,226)
#E1CBE6
(225,203,230)
#E7D4EA
(231,212,234)
#EDDDEE
(237,221,238)
#F3E6F2
(243,230,242)
#F9EFF6
(249,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD95CE color. Also use rgb(189,149,206) instead hex code.

Text Font Color

.myTextColor { color: #BD95CE; }

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

This text font color is #BD95CE.

Background Color

.myBgColor { background-color: #BD95CE; }

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

This div background color is #BD95CE.

Border color

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

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

This div border color is #BD95CE.

Opacity

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

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

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

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

This text has shadow with #BD95CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD95CE.

Preview

Color preview on black background

This text has color #BD95CE on black background.


Color preview on white background

This text has color #BD95CE on white background.


Black color preview on #BD95CE background

This text has black color on #BD95CE background.


White color preview on #BD95CE background

This text has white color on #BD95CE background.


Related colors

Complementary color

Complementary color for #hex is #426A31.


I love getcolorcode.com

Triadic colors

1 #CEBD95 and #95CEBD with #BD95CE are triadic colors.

2 #CE95BD and #95BDCE with #BD95CE are triadic colors.