COLOR #BB9FB1

HEX: #BB9FB1 RGB: (187,159,177)

Color info

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

RGB color model

#BB9FB1 color RGB value is (187,159,177).

RGB: (187,159,177) (73%, 62%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 159 of 255 = 62%
B 177 of 255 = 69%

187
159
177

R + G + B ~ 68%. #BB9FB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 159 + 177 = 523 (100%)
R 187 of 523 ~ 35.76%
G 159 of 523 ~ 30.4%
B 177 of 523 ~ 33.84'%

%35.76
%30.4
%33.84

CMYK color model

#BB9FB1 color CMYK value is (0,15,5,27).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 5.35%
  • key color value is 26.67%

CMYK: (0,15,5,27)
C0M15Y5K27 (0%, 15%, 5%, 27%)
(0.00 / 0.15 / 0.05 / 0.27)

CMYK percentages

%0
%14.97
%5.35
%26.67

Codes

Color #BB9FB1 in popluar color models

BB 9F B1
RGB 187 159 177
HSL 321° 17.07% 67.84%
HSB/HSV 321° 14.97% 73.33%
CMYK 0.00% 14.97% 5.35%
26.67%

Color #BB9FB1 in popluar number systems.

HEX BB 9F B1
Decimal 187 159 177
Binary 10111011 10011111 10110001
Octal 273 237 261

Shades and tints

Shades of #BB9FB1

#BB9FB1
(187,159,177)
#AA91A1
(170,145,161)
#998391
(153,131,145)
#887581
(136,117,129)
#776771
(119,103,113)
#665961
(102,89,97)
#554B51
(85,75,81)
#443D41
(68,61,65)
#332F31
(51,47,49)
#222121
(34,33,33)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #BB9FB1

#BB9FB1
(187,159,177)
#C1A7B8
(193,167,184)
#C7AFBF
(199,175,191)
#CDB7C6
(205,183,198)
#D3BFCD
(211,191,205)
#D9C7D4
(217,199,212)
#DFCFDB
(223,207,219)
#E5D7E2
(229,215,226)
#EBDFE9
(235,223,233)
#F1E7F0
(241,231,240)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9FB1 color. Also use rgb(187,159,177) instead hex code.

Text Font Color

.myTextColor { color: #BB9FB1; }

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

This text font color is #BB9FB1.

Background Color

.myBgColor { background-color: #BB9FB1; }

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

This div background color is #BB9FB1.

Border color

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

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

This div border color is #BB9FB1.

Opacity

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

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

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

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

This text has shadow with #BB9FB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9FB1.

Preview

Color preview on black background

This text has color #BB9FB1 on black background.


Color preview on white background

This text has color #BB9FB1 on white background.


Black color preview on #BB9FB1 background

This text has black color on #BB9FB1 background.


White color preview on #BB9FB1 background

This text has white color on #BB9FB1 background.


Related colors

Complementary color

Complementary color for #hex is #44604E.


I love getcolorcode.com

Triadic colors

1 #B1BB9F and #9FB1BB with #BB9FB1 are triadic colors.

2 #B19FBB and #9FBBB1 with #BB9FB1 are triadic colors.