COLOR #BB9ECC

HEX: #BB9ECC
RGB: (187,158,204)

Color info

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

RGB color model

#BB9ECC color RGB value is (187,158,204).

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

RGB channels and saturation

R 187 of 255 = 73%
G 158 of 255 = 62%
B 204 of 255 = 80%

187
158
204

R + G + B ~ 72%. #BB9ECC is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 158 + 204 = 549 (100%)
R 187 of 549 ~ 34.06%
G 158 of 549 ~ 28.78%
B 204 of 549 ~ 37.16%

%34.06
%28.78
%37.16

CMYK color model

#BB9ECC color CMYK value is (8,23,0,20).

  • cyan value is 8.33%
  • magenta value is 22.55%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(8,23,0,20)
C8M23Y0K20 
(8%,23%,0%,20%)
(0.08/0.23/0.00/0.20)	

CMYK percentages

%8.33
%22.55
%0
%20

Codes

Color #BB9ECC in popluar color models

BB9ECC
RGB187158204
HSL278°31.08%70.98%
HSB/HSV278°22.55%80.00%
CMYK8.33%22.55%0.00%
20.00%

Color #BB9ECC in popluar number systems.

HEXBB9ECC
Decimal187158204
Binary101110111001111011001100
Octal273236314

Shades and tints

Shades of #BB9ECC

#BB9ECC
(187,158,204)
#AA90BA
(170,144,186)
#9982A8
(153,130,168)
#887496
(136,116,150)
#776684
(119,102,132)
#665872
(102,88,114)
#554A60
(85,74,96)
#443C4E
(68,60,78)
#332E3C
(51,46,60)
#22202A
(34,32,42)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #BB9ECC

#BB9ECC
(187,158,204)
#C1A6D0
(193,166,208)
#C7AED4
(199,174,212)
#CDB6D8
(205,182,216)
#D3BEDC
(211,190,220)
#D9C6E0
(217,198,224)
#DFCEE4
(223,206,228)
#E5D6E8
(229,214,232)
#EBDEEC
(235,222,236)
#F1E6F0
(241,230,240)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9ECC; }

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

This text font color is #BB9ECC.


Background Color

.myBgColor { background-color: #BB9ECC; }

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

This div background color is #BB9ECC.


Border color

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

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

This div border color is #BB9ECC.


Opacity

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

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

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

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

This text has shadow with #BB9ECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9ECC on black background.


Color preview on white background

This text has color #BB9ECC on white background.



Black color preview on #BB9ECC background

This text has black color on #BB9ECC background.


White color preview on #BB9ECC background

This text has white color on #BB9ECC background.