COLOR #BD97C1

HEX: #BD97C1 RGB: (189,151,193)

Color info

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

RGB color model

#BD97C1 color RGB value is (189,151,193).

RGB: (189,151,193) (74%, 59%, 76%)

RGB channels and saturation

R 189 of 255 = 74%
G 151 of 255 = 59%
B 193 of 255 = 76%

189
151
193

R + G + B ~ 70%. #BD97C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 151 + 193 = 533 (100%)
R 189 of 533 ~ 35.46%
G 151 of 533 ~ 28.33%
B 193 of 533 ~ 36.21'%

%35.46
%28.33
%36.21

CMYK color model

#BD97C1 color CMYK value is (2,22,0,24).

  • cyan value is 2.07%
  • magenta value is 21.76%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (2,22,0,24)
C2M22Y0K24 (2%, 22%, 0%, 24%)
(0.02 / 0.22 / 0.00 / 0.24)

CMYK percentages

%2.07
%21.76
%0
%24.31

Codes

Color #BD97C1 in popluar color models

BD 97 C1
RGB 189 151 193
HSL 294° 25.30% 67.45%
HSB/HSV 294° 21.76% 75.69%
CMYK 2.07% 21.76% 0.00%
24.31%

Color #BD97C1 in popluar number systems.

HEX BD 97 C1
Decimal 189 151 193
Binary 10111101 10010111 11000001
Octal 275 227 301

Shades and tints

Shades of #BD97C1

#BD97C1
(189,151,193)
#AC8AB0
(172,138,176)
#9B7D9F
(155,125,159)
#8A708E
(138,112,142)
#79637D
(121,99,125)
#68566C
(104,86,108)
#57495B
(87,73,91)
#463C4A
(70,60,74)
#352F39
(53,47,57)
#242228
(36,34,40)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #BD97C1

#BD97C1
(189,151,193)
#C3A0C6
(195,160,198)
#C9A9CB
(201,169,203)
#CFB2D0
(207,178,208)
#D5BBD5
(213,187,213)
#DBC4DA
(219,196,218)
#E1CDDF
(225,205,223)
#E7D6E4
(231,214,228)
#EDDFE9
(237,223,233)
#F3E8EE
(243,232,238)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD97C1 color. Also use rgb(189,151,193) instead hex code.

Text Font Color

.myTextColor { color: #BD97C1; }

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

This text font color is #BD97C1.

Background Color

.myBgColor { background-color: #BD97C1; }

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

This div background color is #BD97C1.

Border color

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

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

This div border color is #BD97C1.

Opacity

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

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

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

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

This text has shadow with #BD97C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD97C1.

Preview

Color preview on black background

This text has color #BD97C1 on black background.


Color preview on white background

This text has color #BD97C1 on white background.


Black color preview on #BD97C1 background

This text has black color on #BD97C1 background.


White color preview on #BD97C1 background

This text has white color on #BD97C1 background.


Related colors

Complementary color

Complementary color for #hex is #42683E.


I love getcolorcode.com

Triadic colors

1 #C1BD97 and #97C1BD with #BD97C1 are triadic colors.

2 #C197BD and #97BDC1 with #BD97C1 are triadic colors.