COLOR #BD94B0

HEX: #BD94B0
RGB: (189,148,176)

Color info

#BD94B0 contains red, green and blue colors in about the same proportion. Web safe color of #BD94B0 is #CC9999 (or #C99).

RGB color model

#BD94B0 color RGB value is (189,148,176).

  • red value is 189;
  • green value is 148;
  • blue value is 176.
RGB:
(189,148,176)
(74%,58%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 148 of 255 = 58%
B 176 of 255 = 69%

189
148
176

R + G + B ~ 67%. #BD94B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 148 + 176 = 513 (100%)
R 189 of 513 ~ 36.84%
G 148 of 513 ~ 28.85%
B 176 of 513 ~ 34.31%

%36.84
%28.85
%34.31

CMYK color model

#BD94B0 color CMYK value is (0,22,7,26).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 6.88%
  • key color value is 25.88%
CMYK:
(0,22,7,26)
C0M22Y7K26 
(0%,22%,7%,26%)
(0.00/0.22/0.07/0.26)	

CMYK percentages

%0
%21.69
%6.88
%25.88

Codes

Color #BD94B0 in popluar color models

BD94B0
RGB189148176
HSL319°23.70%66.08%
HSB/HSV319°21.69%74.12%
CMYK0.00%21.69%6.88%
25.88%

Color #BD94B0 in popluar number systems.

HEXBD94B0
Decimal189148176
Binary101111011001010010110000
Octal275224260

Shades and tints

Shades of #BD94B0

#BD94B0
(189,148,176)
#AC87A0
(172,135,160)
#9B7A90
(155,122,144)
#8A6D80
(138,109,128)
#796070
(121,96,112)
#685360
(104,83,96)
#574650
(87,70,80)
#463940
(70,57,64)
#352C30
(53,44,48)
#241F20
(36,31,32)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #BD94B0

#BD94B0
(189,148,176)
#C39DB7
(195,157,183)
#C9A6BE
(201,166,190)
#CFAFC5
(207,175,197)
#D5B8CC
(213,184,204)
#DBC1D3
(219,193,211)
#E1CADA
(225,202,218)
#E7D3E1
(231,211,225)
#EDDCE8
(237,220,232)
#F3E5EF
(243,229,239)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD94B0 color. Also use rgb(189,148,176) instead hex code.

Text Font Color

.myTextColor { color: #BD94B0; }

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

This text font color is #BD94B0.


Background Color

.myBgColor { background-color: #BD94B0; }

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

This div background color is #BD94B0.


Border color

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

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

This div border color is #BD94B0.


Opacity

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

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

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

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

This text has shadow with #BD94B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD94B0 on black background.


Color preview on white background

This text has color #BD94B0 on white background.



Black color preview on #BD94B0 background

This text has black color on #BD94B0 background.


White color preview on #BD94B0 background

This text has white color on #BD94B0 background.