COLOR #BB9FC3

HEX: #BB9FC3
RGB: (187,159,195)

Color info

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

RGB color model

#BB9FC3 color RGB value is (187,159,195).

  • red value is 187;
  • green value is 159;
  • blue value is 195.
RGB:
(187,159,195)
(73%,62%,76%)

RGB channels and saturation

R 187 of 255 = 73%
G 159 of 255 = 62%
B 195 of 255 = 76%

187
159
195

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

Portions of RGB colors in percentages

R + G + B =
187 + 159 + 195 = 541 (100%)
R 187 of 541 ~ 34.57%
G 159 of 541 ~ 29.39%
B 195 of 541 ~ 36.04%

%34.57
%29.39
%36.04

CMYK color model

#BB9FC3 color CMYK value is (4,18,0,24).

  • cyan value is 4.10%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(4,18,0,24)
C4M18Y0K24 
(4%,18%,0%,24%)
(0.04/0.18/0.00/0.24)	

CMYK percentages

%4.1
%18.46
%0
%23.53

Codes

Color #BB9FC3 in popluar color models

BB9FC3
RGB187159195
HSL287°23.08%69.41%
HSB/HSV287°18.46%76.47%
CMYK4.10%18.46%0.00%
23.53%

Color #BB9FC3 in popluar number systems.

HEXBB9FC3
Decimal187159195
Binary101110111001111111000011
Octal273237303

Shades and tints

Shades of #BB9FC3

#BB9FC3
(187,159,195)
#AA91B2
(170,145,178)
#9983A1
(153,131,161)
#887590
(136,117,144)
#77677F
(119,103,127)
#66596E
(102,89,110)
#554B5D
(85,75,93)
#443D4C
(68,61,76)
#332F3B
(51,47,59)
#22212A
(34,33,42)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #BB9FC3

#BB9FC3
(187,159,195)
#C1A7C8
(193,167,200)
#C7AFCD
(199,175,205)
#CDB7D2
(205,183,210)
#D3BFD7
(211,191,215)
#D9C7DC
(217,199,220)
#DFCFE1
(223,207,225)
#E5D7E6
(229,215,230)
#EBDFEB
(235,223,235)
#F1E7F0
(241,231,240)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9FC3; }

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

This text font color is #BB9FC3.


Background Color

.myBgColor { background-color: #BB9FC3; }

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

This div background color is #BB9FC3.


Border color

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

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

This div border color is #BB9FC3.


Opacity

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

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

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

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

This text has shadow with #BB9FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9FC3 on black background.


Color preview on white background

This text has color #BB9FC3 on white background.



Black color preview on #BB9FC3 background

This text has black color on #BB9FC3 background.


White color preview on #BB9FC3 background

This text has white color on #BB9FC3 background.