COLOR #BD95B9

HEX: #BD95B9
RGB: (189,149,185)

Color info

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

RGB color model

#BD95B9 color RGB value is (189,149,185).

  • red value is 189;
  • green value is 149;
  • blue value is 185.
RGB:
(189,149,185)
(74%,58%,73%)

RGB channels and saturation

R 189 of 255 = 74%
G 149 of 255 = 58%
B 185 of 255 = 73%

189
149
185

R + G + B ~ 68%. #BD95B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 149 + 185 = 523 (100%)
R 189 of 523 ~ 36.14%
G 149 of 523 ~ 28.49%
B 185 of 523 ~ 35.37%

%36.14
%28.49
%35.37

CMYK color model

#BD95B9 color CMYK value is (0,21,2,26).

  • cyan value is 0.00%
  • magenta value is 21.16%
  • yellow value is 2.12%
  • key color value is 25.88%
CMYK:
(0,21,2,26)
C0M21Y2K26 
(0%,21%,2%,26%)
(0.00/0.21/0.02/0.26)	

CMYK percentages

%0
%21.16
%2.12
%25.88

Codes

Color #BD95B9 in popluar color models

BD95B9
RGB189149185
HSL306°23.26%66.27%
HSB/HSV306°21.16%74.12%
CMYK0.00%21.16%2.12%
25.88%

Color #BD95B9 in popluar number systems.

HEXBD95B9
Decimal189149185
Binary101111011001010110111001
Octal275225271

Shades and tints

Shades of #BD95B9

#BD95B9
(189,149,185)
#AC88A9
(172,136,169)
#9B7B99
(155,123,153)
#8A6E89
(138,110,137)
#796179
(121,97,121)
#685469
(104,84,105)
#574759
(87,71,89)
#463A49
(70,58,73)
#352D39
(53,45,57)
#242029
(36,32,41)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #BD95B9

#BD95B9
(189,149,185)
#C39EBF
(195,158,191)
#C9A7C5
(201,167,197)
#CFB0CB
(207,176,203)
#D5B9D1
(213,185,209)
#DBC2D7
(219,194,215)
#E1CBDD
(225,203,221)
#E7D4E3
(231,212,227)
#EDDDE9
(237,221,233)
#F3E6EF
(243,230,239)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD95B9; }

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

This text font color is #BD95B9.


Background Color

.myBgColor { background-color: #BD95B9; }

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

This div background color is #BD95B9.


Border color

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

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

This div border color is #BD95B9.


Opacity

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

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

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

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

This text has shadow with #BD95B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD95B9 on black background.


Color preview on white background

This text has color #BD95B9 on white background.



Black color preview on #BD95B9 background

This text has black color on #BD95B9 background.


White color preview on #BD95B9 background

This text has white color on #BD95B9 background.