COLOR #BD94BC

HEX: #BD94BC RGB: (189,148,188)

Color info

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

RGB color model

#BD94BC color RGB value is (189,148,188).

RGB: (189,148,188) (74%, 58%, 74%)

RGB channels and saturation

R 189 of 255 = 74%
G 148 of 255 = 58%
B 188 of 255 = 74%

189
148
188

R + G + B ~ 69%. #BD94BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 148 + 188 = 525 (100%)
R 189 of 525 ~ 36%
G 148 of 525 ~ 28.19%
B 188 of 525 ~ 35.81'%

%36
%28.19
%35.81

CMYK color model

#BD94BC color CMYK value is (0,22,1,26).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 0.53%
  • key color value is 25.88%

CMYK: (0,22,1,26)
C0M22Y1K26 (0%, 22%, 1%, 26%)
(0.00 / 0.22 / 0.01 / 0.26)

CMYK percentages

%0
%21.69
%0.53
%25.88

Codes

Color #BD94BC in popluar color models

BD 94 BC
RGB 189 148 188
HSL 301° 23.70% 66.08%
HSB/HSV 301° 21.69% 74.12%
CMYK 0.00% 21.69% 0.53%
25.88%

Color #BD94BC in popluar number systems.

HEX BD 94 BC
Decimal 189 148 188
Binary 10111101 10010100 10111100
Octal 275 224 274

Shades and tints

Shades of #BD94BC

#BD94BC
(189,148,188)
#AC87AB
(172,135,171)
#9B7A9A
(155,122,154)
#8A6D89
(138,109,137)
#796078
(121,96,120)
#685367
(104,83,103)
#574656
(87,70,86)
#463945
(70,57,69)
#352C34
(53,44,52)
#241F23
(36,31,35)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #BD94BC

#BD94BC
(189,148,188)
#C39DC2
(195,157,194)
#C9A6C8
(201,166,200)
#CFAFCE
(207,175,206)
#D5B8D4
(213,184,212)
#DBC1DA
(219,193,218)
#E1CAE0
(225,202,224)
#E7D3E6
(231,211,230)
#EDDCEC
(237,220,236)
#F3E5F2
(243,229,242)
#F9EEF8
(249,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD94BC; }

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

This text font color is #BD94BC.

Background Color

.myBgColor { background-color: #BD94BC; }

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

This div background color is #BD94BC.

Border color

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

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

This div border color is #BD94BC.

Opacity

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

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

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

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

This text has shadow with #BD94BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD94BC.

Preview

Color preview on black background

This text has color #BD94BC on black background.


Color preview on white background

This text has color #BD94BC on white background.


Black color preview on #BD94BC background

This text has black color on #BD94BC background.


White color preview on #BD94BC background

This text has white color on #BD94BC background.


Related colors

Complementary color

Complementary color for #hex is #426B43.


I love getcolorcode.com

Triadic colors

1 #BCBD94 and #94BCBD with #BD94BC are triadic colors.

2 #BC94BD and #94BDBC with #BD94BC are triadic colors.