COLOR #BB9ED7

HEX: #BB9ED7
RGB: (187,158,215)

Color info

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

RGB color model

#BB9ED7 color RGB value is (187,158,215).

  • red value is 187;
  • green value is 158;
  • blue value is 215.
RGB:
(187,158,215)
(73%,62%,84%)

RGB channels and saturation

R 187 of 255 = 73%
G 158 of 255 = 62%
B 215 of 255 = 84%

187
158
215

R + G + B ~ 73%. #BB9ED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 158 + 215 = 560 (100%)
R 187 of 560 ~ 33.39%
G 158 of 560 ~ 28.21%
B 215 of 560 ~ 38.39%

%33.39
%28.21
%38.39

CMYK color model

#BB9ED7 color CMYK value is (13,27,0,16).

  • cyan value is 13.02%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(13,27,0,16)
C13M27Y0K16 
(13%,27%,0%,16%)
(0.13/0.27/0.00/0.16)	

CMYK percentages

%13.02
%26.51
%0
%15.69

Codes

Color #BB9ED7 in popluar color models

BB9ED7
RGB187158215
HSL271°41.61%73.14%
HSB/HSV271°26.51%84.31%
CMYK13.02%26.51%0.00%
15.69%

Color #BB9ED7 in popluar number systems.

HEXBB9ED7
Decimal187158215
Binary101110111001111011010111
Octal273236327

Shades and tints

Shades of #BB9ED7

#BB9ED7
(187,158,215)
#AA90C4
(170,144,196)
#9982B1
(153,130,177)
#88749E
(136,116,158)
#77668B
(119,102,139)
#665878
(102,88,120)
#554A65
(85,74,101)
#443C52
(68,60,82)
#332E3F
(51,46,63)
#22202C
(34,32,44)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #BB9ED7

#BB9ED7
(187,158,215)
#C1A6DA
(193,166,218)
#C7AEDD
(199,174,221)
#CDB6E0
(205,182,224)
#D3BEE3
(211,190,227)
#D9C6E6
(217,198,230)
#DFCEE9
(223,206,233)
#E5D6EC
(229,214,236)
#EBDEEF
(235,222,239)
#F1E6F2
(241,230,242)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9ED7 color. Also use rgb(187,158,215) instead hex code.

Text Font Color

.myTextColor { color: #BB9ED7; }

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

This text font color is #BB9ED7.


Background Color

.myBgColor { background-color: #BB9ED7; }

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

This div background color is #BB9ED7.


Border color

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

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

This div border color is #BB9ED7.


Opacity

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

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

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

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

This text has shadow with #BB9ED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9ED7 on black background.


Color preview on white background

This text has color #BB9ED7 on white background.



Black color preview on #BB9ED7 background

This text has black color on #BB9ED7 background.


White color preview on #BB9ED7 background

This text has white color on #BB9ED7 background.