COLOR #BB9CC7

HEX: #BB9CC7
RGB: (187,156,199)

Color info

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

RGB color model

#BB9CC7 color RGB value is (187,156,199).

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

RGB channels and saturation

R 187 of 255 = 73%
G 156 of 255 = 61%
B 199 of 255 = 78%

187
156
199

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

Portions of RGB colors in percentages

R + G + B =
187 + 156 + 199 = 542 (100%)
R 187 of 542 ~ 34.5%
G 156 of 542 ~ 28.78%
B 199 of 542 ~ 36.72%

%34.5
%28.78
%36.72

CMYK color model

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

  • cyan value is 6.03%
  • magenta value is 21.61%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(6,22,0,22)
C6M22Y0K22 
(6%,22%,0%,22%)
(0.06/0.22/0.00/0.22)	

CMYK percentages

%6.03
%21.61
%0
%21.96

Codes

Color #BB9CC7 in popluar color models

BB9CC7
RGB187156199
HSL283°27.74%69.61%
HSB/HSV283°21.61%78.04%
CMYK6.03%21.61%0.00%
21.96%

Color #BB9CC7 in popluar number systems.

HEXBB9CC7
Decimal187156199
Binary101110111001110011000111
Octal273234307

Shades and tints

Shades of #BB9CC7

#BB9CC7
(187,156,199)
#AA8EB5
(170,142,181)
#9980A3
(153,128,163)
#887291
(136,114,145)
#77647F
(119,100,127)
#66566D
(102,86,109)
#55485B
(85,72,91)
#443A49
(68,58,73)
#332C37
(51,44,55)
#221E25
(34,30,37)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #BB9CC7

#BB9CC7
(187,156,199)
#C1A5CC
(193,165,204)
#C7AED1
(199,174,209)
#CDB7D6
(205,183,214)
#D3C0DB
(211,192,219)
#D9C9E0
(217,201,224)
#DFD2E5
(223,210,229)
#E5DBEA
(229,219,234)
#EBE4EF
(235,228,239)
#F1EDF4
(241,237,244)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB9CC7; }

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

This text font color is #BB9CC7.


Background Color

.myBgColor { background-color: #BB9CC7; }

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

This div background color is #BB9CC7.


Border color

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

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

This div border color is #BB9CC7.


Opacity

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

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

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

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

This text has shadow with #BB9CC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9CC7 on black background.


Color preview on white background

This text has color #BB9CC7 on white background.



Black color preview on #BB9CC7 background

This text has black color on #BB9CC7 background.


White color preview on #BB9CC7 background

This text has white color on #BB9CC7 background.