COLOR #BB9DCC

HEX: #BB9DCC
RGB: (187,157,204)

Color info

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

RGB color model

#BB9DCC color RGB value is (187,157,204).

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

RGB channels and saturation

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

187
157
204

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

Portions of RGB colors in percentages

R + G + B =
187 + 157 + 204 = 548 (100%)
R 187 of 548 ~ 34.12%
G 157 of 548 ~ 28.65%
B 204 of 548 ~ 37.23%

%34.12
%28.65
%37.23

CMYK color model

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

  • cyan value is 8.33%
  • magenta value is 23.04%
  • 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
%23.04
%0
%20

Codes

Color #BB9DCC in popluar color models

BB9DCC
RGB187157204
HSL278°31.54%70.78%
HSB/HSV278°23.04%80.00%
CMYK8.33%23.04%0.00%
20.00%

Color #BB9DCC in popluar number systems.

HEXBB9DCC
Decimal187157204
Binary101110111001110111001100
Octal273235314

Shades and tints

Shades of #BB9DCC

#BB9DCC
(187,157,204)
#AA8FBA
(170,143,186)
#9981A8
(153,129,168)
#887396
(136,115,150)
#776584
(119,101,132)
#665772
(102,87,114)
#554960
(85,73,96)
#443B4E
(68,59,78)
#332D3C
(51,45,60)
#221F2A
(34,31,42)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #BB9DCC

#BB9DCC
(187,157,204)
#C1A5D0
(193,165,208)
#C7ADD4
(199,173,212)
#CDB5D8
(205,181,216)
#D3BDDC
(211,189,220)
#D9C5E0
(217,197,224)
#DFCDE4
(223,205,228)
#E5D5E8
(229,213,232)
#EBDDEC
(235,221,236)
#F1E5F0
(241,229,240)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9DCC; }

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

This text font color is #BB9DCC.


Background Color

.myBgColor { background-color: #BB9DCC; }

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

This div background color is #BB9DCC.


Border color

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

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

This div border color is #BB9DCC.


Opacity

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

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

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

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

This text has shadow with #BB9DCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9DCC on black background.


Color preview on white background

This text has color #BB9DCC on white background.



Black color preview on #BB9DCC background

This text has black color on #BB9DCC background.


White color preview on #BB9DCC background

This text has white color on #BB9DCC background.