COLOR #BB9FCE

HEX: #BB9FCE RGB: (187,159,206)

Color info

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

RGB color model

#BB9FCE color RGB value is (187,159,206).

RGB: (187,159,206) (73%, 62%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 159 of 255 = 62%
B 206 of 255 = 81%

187
159
206

R + G + B ~ 72%. #BB9FCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 159 + 206 = 552 (100%)
R 187 of 552 ~ 33.88%
G 159 of 552 ~ 28.8%
B 206 of 552 ~ 37.32'%

%33.88
%28.8
%37.32

CMYK color model

#BB9FCE color CMYK value is (9,23,0,19).

  • cyan value is 9.22%
  • magenta value is 22.82%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (9,23,0,19)
C9M23Y0K19 (9%, 23%, 0%, 19%)
(0.09 / 0.23 / 0.00 / 0.19)

CMYK percentages

%9.22
%22.82
%0
%19.22

Codes

Color #BB9FCE in popluar color models

BB 9F CE
RGB 187 159 206
HSL 276° 32.41% 71.57%
HSB/HSV 276° 22.82% 80.78%
CMYK 9.22% 22.82% 0.00%
19.22%

Color #BB9FCE in popluar number systems.

HEX BB 9F CE
Decimal 187 159 206
Binary 10111011 10011111 11001110
Octal 273 237 316

Shades and tints

Shades of #BB9FCE

#BB9FCE
(187,159,206)
#AA91BC
(170,145,188)
#9983AA
(153,131,170)
#887598
(136,117,152)
#776786
(119,103,134)
#665974
(102,89,116)
#554B62
(85,75,98)
#443D50
(68,61,80)
#332F3E
(51,47,62)
#22212C
(34,33,44)
#11131A
(17,19,26)
#000000
(0,0,0)

Tints of #BB9FCE

#BB9FCE
(187,159,206)
#C1A7D2
(193,167,210)
#C7AFD6
(199,175,214)
#CDB7DA
(205,183,218)
#D3BFDE
(211,191,222)
#D9C7E2
(217,199,226)
#DFCFE6
(223,207,230)
#E5D7EA
(229,215,234)
#EBDFEE
(235,223,238)
#F1E7F2
(241,231,242)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9FCE; }

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

This text font color is #BB9FCE.

Background Color

.myBgColor { background-color: #BB9FCE; }

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

This div background color is #BB9FCE.

Border color

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

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

This div border color is #BB9FCE.

Opacity

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

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

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

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

This text has shadow with #BB9FCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9FCE.

Preview

Color preview on black background

This text has color #BB9FCE on black background.


Color preview on white background

This text has color #BB9FCE on white background.


Black color preview on #BB9FCE background

This text has black color on #BB9FCE background.


White color preview on #BB9FCE background

This text has white color on #BB9FCE background.


Related colors

Complementary color

Complementary color for #hex is #446031.


I love getcolorcode.com

Triadic colors

1 #CEBB9F and #9FCEBB with #BB9FCE are triadic colors.

2 #CE9FBB and #9FBBCE with #BB9FCE are triadic colors.