COLOR #BF87BB

HEX: #BF87BB RGB: (191,135,187)

Color info

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

RGB color model

#BF87BB color RGB value is (191,135,187).

RGB: (191,135,187) (75%, 53%, 73%)

RGB channels and saturation

R 191 of 255 = 75%
G 135 of 255 = 53%
B 187 of 255 = 73%

191
135
187

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

Portions of RGB colors in percentages

R + G + B = 191 + 135 + 187 = 513 (100%)
R 191 of 513 ~ 37.23%
G 135 of 513 ~ 26.32%
B 187 of 513 ~ 36.45'%

%37.23
%26.32
%36.45

CMYK color model

#BF87BB color CMYK value is (0,29,2,25).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 2.09%
  • key color value is 25.10%
CMYK: (0,29,2,25) C0M29Y2K25 (0%,29%,2%,25%) (0.00/0.29/0.02/0.25) 

CMYK percentages

%0
%29.32
%2.09
%25.1

Codes

Color #BF87BB in popluar color models

BF 87 BB
RGB 191 135 187
HSL 304° 30.43% 63.92%
HSB/HSV 304° 29.32% 74.90%
CMYK 0.00% 29.32% 2.09%
25.10%

Color #BF87BB in popluar number systems.

HEX BF 87 BB
Decimal 191 135 187
Binary 10111111 10000111 10111011
Octal 277 207 273

Shades and tints

Shades of #BF87BB

#BF87BB
(191,135,187)
#AE7BAA
(174,123,170)
#9D6F99
(157,111,153)
#8C6388
(140,99,136)
#7B5777
(123,87,119)
#6A4B66
(106,75,102)
#593F55
(89,63,85)
#483344
(72,51,68)
#372733
(55,39,51)
#261B22
(38,27,34)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #BF87BB

#BF87BB
(191,135,187)
#C491C1
(196,145,193)
#C99BC7
(201,155,199)
#CEA5CD
(206,165,205)
#D3AFD3
(211,175,211)
#D8B9D9
(216,185,217)
#DDC3DF
(221,195,223)
#E2CDE5
(226,205,229)
#E7D7EB
(231,215,235)
#ECE1F1
(236,225,241)
#F1EBF7
(241,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF87BB color. Also use rgb(191,135,187) instead hex code.

Text Font Color

.myTextColor { color: #BF87BB; }

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

This text font color is #BF87BB.

Background Color

.myBgColor { background-color: #BF87BB; }

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

This div background color is #BF87BB.

Border color

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

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

This div border color is #BF87BB.

Opacity

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

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

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

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

This text has shadow with #BF87BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF87BB.

Preview

Color preview on black background

This text has color #BF87BB on black background.


Color preview on white background

This text has color #BF87BB on white background.


Black color preview on #BF87BB background

This text has black color on #BF87BB background.


White color preview on #BF87BB background

This text has white color on #BF87BB background.


Related colors

Complementary color

Complementary color for #hex is #407844.


I love getcolorcode.com

Triadic colors

1 #BBBF87 and #87BBBF with #BF87BB are triadic colors.

2 #BB87BF and #87BFBB with #BF87BB are triadic colors.