COLOR #BD91B1

HEX: #BD91B1
RGB: (189,145,177)

Color info

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

RGB color model

#BD91B1 color RGB value is (189,145,177).

  • red value is 189;
  • green value is 145;
  • blue value is 177.
RGB:
(189,145,177)
(74%,57%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 145 of 255 = 57%
B 177 of 255 = 69%

189
145
177

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

Portions of RGB colors in percentages

R + G + B =
189 + 145 + 177 = 511 (100%)
R 189 of 511 ~ 36.99%
G 145 of 511 ~ 28.38%
B 177 of 511 ~ 34.64%

%36.99
%28.38
%34.64

CMYK color model

#BD91B1 color CMYK value is (0,23,6,26).

  • cyan value is 0.00%
  • magenta value is 23.28%
  • yellow value is 6.35%
  • key color value is 25.88%
CMYK:
(0,23,6,26)
C0M23Y6K26 
(0%,23%,6%,26%)
(0.00/0.23/0.06/0.26)	

CMYK percentages

%0
%23.28
%6.35
%25.88

Codes

Color #BD91B1 in popluar color models

BD91B1
RGB189145177
HSL316°25.00%65.49%
HSB/HSV316°23.28%74.12%
CMYK0.00%23.28%6.35%
25.88%

Color #BD91B1 in popluar number systems.

HEXBD91B1
Decimal189145177
Binary101111011001000110110001
Octal275221261

Shades and tints

Shades of #BD91B1

#BD91B1
(189,145,177)
#AC84A1
(172,132,161)
#9B7791
(155,119,145)
#8A6A81
(138,106,129)
#795D71
(121,93,113)
#685061
(104,80,97)
#574351
(87,67,81)
#463641
(70,54,65)
#352931
(53,41,49)
#241C21
(36,28,33)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #BD91B1

#BD91B1
(189,145,177)
#C39BB8
(195,155,184)
#C9A5BF
(201,165,191)
#CFAFC6
(207,175,198)
#D5B9CD
(213,185,205)
#DBC3D4
(219,195,212)
#E1CDDB
(225,205,219)
#E7D7E2
(231,215,226)
#EDE1E9
(237,225,233)
#F3EBF0
(243,235,240)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD91B1 color. Also use rgb(189,145,177) instead hex code.

Text Font Color

.myTextColor { color: #BD91B1; }

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

This text font color is #BD91B1.


Background Color

.myBgColor { background-color: #BD91B1; }

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

This div background color is #BD91B1.


Border color

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

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

This div border color is #BD91B1.


Opacity

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

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

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

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

This text has shadow with #BD91B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD91B1 on black background.


Color preview on white background

This text has color #BD91B1 on white background.



Black color preview on #BD91B1 background

This text has black color on #BD91B1 background.


White color preview on #BD91B1 background

This text has white color on #BD91B1 background.