COLOR #BB9EBE

HEX: #BB9EBE
RGB: (187,158,190)

Color info

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

RGB color model

#BB9EBE color RGB value is (187,158,190).

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

RGB channels and saturation

R 187 of 255 = 73%
G 158 of 255 = 62%
B 190 of 255 = 75%

187
158
190

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

Portions of RGB colors in percentages

R + G + B =
187 + 158 + 190 = 535 (100%)
R 187 of 535 ~ 34.95%
G 158 of 535 ~ 29.53%
B 190 of 535 ~ 35.51%

%34.95
%29.53
%35.51

CMYK color model

#BB9EBE color CMYK value is (2,17,0,25).

  • cyan value is 1.58%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,17,0,25)
C2M17Y0K25 
(2%,17%,0%,25%)
(0.02/0.17/0.00/0.25)	

CMYK percentages

%1.58
%16.84
%0
%25.49

Codes

Color #BB9EBE in popluar color models

BB9EBE
RGB187158190
HSL294°19.75%68.24%
HSB/HSV294°16.84%74.51%
CMYK1.58%16.84%0.00%
25.49%

Color #BB9EBE in popluar number systems.

HEXBB9EBE
Decimal187158190
Binary101110111001111010111110
Octal273236276

Shades and tints

Shades of #BB9EBE

#BB9EBE
(187,158,190)
#AA90AD
(170,144,173)
#99829C
(153,130,156)
#88748B
(136,116,139)
#77667A
(119,102,122)
#665869
(102,88,105)
#554A58
(85,74,88)
#443C47
(68,60,71)
#332E36
(51,46,54)
#222025
(34,32,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #BB9EBE

#BB9EBE
(187,158,190)
#C1A6C3
(193,166,195)
#C7AEC8
(199,174,200)
#CDB6CD
(205,182,205)
#D3BED2
(211,190,210)
#D9C6D7
(217,198,215)
#DFCEDC
(223,206,220)
#E5D6E1
(229,214,225)
#EBDEE6
(235,222,230)
#F1E6EB
(241,230,235)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9EBE; }

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

This text font color is #BB9EBE.


Background Color

.myBgColor { background-color: #BB9EBE; }

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

This div background color is #BB9EBE.


Border color

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

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

This div border color is #BB9EBE.


Opacity

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

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

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

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

This text has shadow with #BB9EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9EBE on black background.


Color preview on white background

This text has color #BB9EBE on white background.



Black color preview on #BB9EBE background

This text has black color on #BB9EBE background.


White color preview on #BB9EBE background

This text has white color on #BB9EBE background.