COLOR #BB9FC6

HEX: #BB9FC6
RGB: (187,159,198)

Color info

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

RGB color model

#BB9FC6 color RGB value is (187,159,198).

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

RGB channels and saturation

R 187 of 255 = 73%
G 159 of 255 = 62%
B 198 of 255 = 78%

187
159
198

R + G + B ~ 71%. #BB9FC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 159 + 198 = 544 (100%)
R 187 of 544 ~ 34.38%
G 159 of 544 ~ 29.23%
B 198 of 544 ~ 36.4%

%34.38
%29.23
%36.4

CMYK color model

#BB9FC6 color CMYK value is (6,20,0,22).

  • cyan value is 5.56%
  • magenta value is 19.70%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(6,20,0,22)
C6M20Y0K22 
(6%,20%,0%,22%)
(0.06/0.20/0.00/0.22)	

CMYK percentages

%5.56
%19.7
%0
%22.35

Codes

Color #BB9FC6 in popluar color models

BB9FC6
RGB187159198
HSL283°25.49%70.00%
HSB/HSV283°19.70%77.65%
CMYK5.56%19.70%0.00%
22.35%

Color #BB9FC6 in popluar number systems.

HEXBB9FC6
Decimal187159198
Binary101110111001111111000110
Octal273237306

Shades and tints

Shades of #BB9FC6

#BB9FC6
(187,159,198)
#AA91B4
(170,145,180)
#9983A2
(153,131,162)
#887590
(136,117,144)
#77677E
(119,103,126)
#66596C
(102,89,108)
#554B5A
(85,75,90)
#443D48
(68,61,72)
#332F36
(51,47,54)
#222124
(34,33,36)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #BB9FC6

#BB9FC6
(187,159,198)
#C1A7CB
(193,167,203)
#C7AFD0
(199,175,208)
#CDB7D5
(205,183,213)
#D3BFDA
(211,191,218)
#D9C7DF
(217,199,223)
#DFCFE4
(223,207,228)
#E5D7E9
(229,215,233)
#EBDFEE
(235,223,238)
#F1E7F3
(241,231,243)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9FC6; }

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

This text font color is #BB9FC6.


Background Color

.myBgColor { background-color: #BB9FC6; }

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

This div background color is #BB9FC6.


Border color

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

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

This div border color is #BB9FC6.


Opacity

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

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

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

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

This text has shadow with #BB9FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9FC6 on black background.


Color preview on white background

This text has color #BB9FC6 on white background.



Black color preview on #BB9FC6 background

This text has black color on #BB9FC6 background.


White color preview on #BB9FC6 background

This text has white color on #BB9FC6 background.