COLOR #BB9FC7

HEX: #BB9FC7
RGB: (187,159,199)

Color info

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

RGB color model

#BB9FC7 color RGB value is (187,159,199).

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

RGB channels and saturation

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

187
159
199

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

Portions of RGB colors in percentages

R + G + B =
187 + 159 + 199 = 545 (100%)
R 187 of 545 ~ 34.31%
G 159 of 545 ~ 29.17%
B 199 of 545 ~ 36.51%

%34.31
%29.17
%36.51

CMYK color model

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

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

CMYK percentages

%6.03
%20.1
%0
%21.96

Codes

Color #BB9FC7 in popluar color models

BB9FC7
RGB187159199
HSL282°26.32%70.20%
HSB/HSV282°20.10%78.04%
CMYK6.03%20.10%0.00%
21.96%

Color #BB9FC7 in popluar number systems.

HEXBB9FC7
Decimal187159199
Binary101110111001111111000111
Octal273237307

Shades and tints

Shades of #BB9FC7

#BB9FC7
(187,159,199)
#AA91B5
(170,145,181)
#9983A3
(153,131,163)
#887591
(136,117,145)
#77677F
(119,103,127)
#66596D
(102,89,109)
#554B5B
(85,75,91)
#443D49
(68,61,73)
#332F37
(51,47,55)
#222125
(34,33,37)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #BB9FC7

#BB9FC7
(187,159,199)
#C1A7CC
(193,167,204)
#C7AFD1
(199,175,209)
#CDB7D6
(205,183,214)
#D3BFDB
(211,191,219)
#D9C7E0
(217,199,224)
#DFCFE5
(223,207,229)
#E5D7EA
(229,215,234)
#EBDFEF
(235,223,239)
#F1E7F4
(241,231,244)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9FC7; }

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

This text font color is #BB9FC7.


Background Color

.myBgColor { background-color: #BB9FC7; }

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

This div background color is #BB9FC7.


Border color

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

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

This div border color is #BB9FC7.


Opacity

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

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

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

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

This text has shadow with #BB9FC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9FC7 on black background.


Color preview on white background

This text has color #BB9FC7 on white background.



Black color preview on #BB9FC7 background

This text has black color on #BB9FC7 background.


White color preview on #BB9FC7 background

This text has white color on #BB9FC7 background.