COLOR #BD84AC

HEX: #BD84AC RGB: (189,132,172)

Color info

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

RGB color model

#BD84AC color RGB value is (189,132,172).

RGB: (189,132,172) (74%, 52%, 67%)

RGB channels and saturation

R 189 of 255 = 74%
G 132 of 255 = 52%
B 172 of 255 = 67%

189
132
172

R + G + B ~ 64%. #BD84AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 132 + 172 = 493 (100%)
R 189 of 493 ~ 38.34%
G 132 of 493 ~ 26.77%
B 172 of 493 ~ 34.89'%

%38.34
%26.77
%34.89

CMYK color model

#BD84AC color CMYK value is (0,30,9,26).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 8.99%
  • key color value is 25.88%

CMYK: (0,30,9,26)
C0M30Y9K26 (0%, 30%, 9%, 26%)
(0.00 / 0.30 / 0.09 / 0.26)

CMYK percentages

%0
%30.16
%8.99
%25.88

Codes

Color #BD84AC in popluar color models

BD 84 AC
RGB 189 132 172
HSL 318° 30.16% 62.94%
HSB/HSV 318° 30.16% 74.12%
CMYK 0.00% 30.16% 8.99%
25.88%

Color #BD84AC in popluar number systems.

HEX BD 84 AC
Decimal 189 132 172
Binary 10111101 10000100 10101100
Octal 275 204 254

Shades and tints

Shades of #BD84AC

#BD84AC
(189,132,172)
#AC789D
(172,120,157)
#9B6C8E
(155,108,142)
#8A607F
(138,96,127)
#795470
(121,84,112)
#684861
(104,72,97)
#573C52
(87,60,82)
#463043
(70,48,67)
#352434
(53,36,52)
#241825
(36,24,37)
#130C16
(19,12,22)
#000000
(0,0,0)

Tints of #BD84AC

#BD84AC
(189,132,172)
#C38FB3
(195,143,179)
#C99ABA
(201,154,186)
#CFA5C1
(207,165,193)
#D5B0C8
(213,176,200)
#DBBBCF
(219,187,207)
#E1C6D6
(225,198,214)
#E7D1DD
(231,209,221)
#EDDCE4
(237,220,228)
#F3E7EB
(243,231,235)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD84AC color. Also use rgb(189,132,172) instead hex code.

Text Font Color

.myTextColor { color: #BD84AC; }

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

This text font color is #BD84AC.

Background Color

.myBgColor { background-color: #BD84AC; }

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

This div background color is #BD84AC.

Border color

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

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

This div border color is #BD84AC.

Opacity

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

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

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

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

This text has shadow with #BD84AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD84AC.

Preview

Color preview on black background

This text has color #BD84AC on black background.


Color preview on white background

This text has color #BD84AC on white background.


Black color preview on #BD84AC background

This text has black color on #BD84AC background.


White color preview on #BD84AC background

This text has white color on #BD84AC background.


Related colors

Complementary color

Complementary color for #hex is #427B53.


I love getcolorcode.com

Triadic colors

1 #ACBD84 and #84ACBD with #BD84AC are triadic colors.

2 #AC84BD and #84BDAC with #BD84AC are triadic colors.