COLOR #BD82A9

HEX: #BD82A9 RGB: (189,130,169)

Color info

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

RGB color model

#BD82A9 color RGB value is (189,130,169).

RGB: (189,130,169) (74%, 51%, 66%)

RGB channels and saturation

R 189 of 255 = 74%
G 130 of 255 = 51%
B 169 of 255 = 66%

189
130
169

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

Portions of RGB colors in percentages

R + G + B = 189 + 130 + 169 = 488 (100%)
R 189 of 488 ~ 38.73%
G 130 of 488 ~ 26.64%
B 169 of 488 ~ 34.63'%

%38.73
%26.64
%34.63

CMYK color model

#BD82A9 color CMYK value is (0,31,11,26).

  • cyan value is 0.00%
  • magenta value is 31.22%
  • yellow value is 10.58%
  • key color value is 25.88%

CMYK: (0,31,11,26)
C0M31Y11K26 (0%, 31%, 11%, 26%)
(0.00 / 0.31 / 0.11 / 0.26)

CMYK percentages

%0
%31.22
%10.58
%25.88

Codes

Color #BD82A9 in popluar color models

BD 82 A9
RGB 189 130 169
HSL 320° 30.89% 62.55%
HSB/HSV 320° 31.22% 74.12%
CMYK 0.00% 31.22% 10.58%
25.88%

Color #BD82A9 in popluar number systems.

HEX BD 82 A9
Decimal 189 130 169
Binary 10111101 10000010 10101001
Octal 275 202 251

Shades and tints

Shades of #BD82A9

#BD82A9
(189,130,169)
#AC779A
(172,119,154)
#9B6C8B
(155,108,139)
#8A617C
(138,97,124)
#79566D
(121,86,109)
#684B5E
(104,75,94)
#57404F
(87,64,79)
#463540
(70,53,64)
#352A31
(53,42,49)
#241F22
(36,31,34)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #BD82A9

#BD82A9
(189,130,169)
#C38DB0
(195,141,176)
#C998B7
(201,152,183)
#CFA3BE
(207,163,190)
#D5AEC5
(213,174,197)
#DBB9CC
(219,185,204)
#E1C4D3
(225,196,211)
#E7CFDA
(231,207,218)
#EDDAE1
(237,218,225)
#F3E5E8
(243,229,232)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD82A9 color. Also use rgb(189,130,169) instead hex code.

Text Font Color

.myTextColor { color: #BD82A9; }

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

This text font color is #BD82A9.

Background Color

.myBgColor { background-color: #BD82A9; }

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

This div background color is #BD82A9.

Border color

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

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

This div border color is #BD82A9.

Opacity

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

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

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

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

This text has shadow with #BD82A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD82A9.

Preview

Color preview on black background

This text has color #BD82A9 on black background.


Color preview on white background

This text has color #BD82A9 on white background.


Black color preview on #BD82A9 background

This text has black color on #BD82A9 background.


White color preview on #BD82A9 background

This text has white color on #BD82A9 background.


Related colors

Complementary color

Complementary color for #hex is #427D56.


I love getcolorcode.com

Triadic colors

1 #A9BD82 and #82A9BD with #BD82A9 are triadic colors.

2 #A982BD and #82BDA9 with #BD82A9 are triadic colors.