COLOR #BB8FBD

HEX: #BB8FBD
RGB: (187,143,189)

Color info

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

RGB color model

#BB8FBD color RGB value is (187,143,189).

  • red value is 187;
  • green value is 143;
  • blue value is 189.
RGB:
(187,143,189)
(73%,56%,74%)

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 189 of 255 = 74%

187
143
189

R + G + B ~ 68%. #BB8FBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 143 + 189 = 519 (100%)
R 187 of 519 ~ 36.03%
G 143 of 519 ~ 27.55%
B 189 of 519 ~ 36.42%

%36.03
%27.55
%36.42

CMYK color model

#BB8FBD color CMYK value is (1,24,0,26).

  • cyan value is 1.06%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(1,24,0,26)
C1M24Y0K26 
(1%,24%,0%,26%)
(0.01/0.24/0.00/0.26)	

CMYK percentages

%1.06
%24.34
%0
%25.88

Codes

Color #BB8FBD in popluar color models

BB8FBD
RGB187143189
HSL297°25.84%65.10%
HSB/HSV297°24.34%74.12%
CMYK1.06%24.34%0.00%
25.88%

Color #BB8FBD in popluar number systems.

HEXBB8FBD
Decimal187143189
Binary101110111000111110111101
Octal273217275

Shades and tints

Shades of #BB8FBD

#BB8FBD
(187,143,189)
#AA82AC
(170,130,172)
#99759B
(153,117,155)
#88688A
(136,104,138)
#775B79
(119,91,121)
#664E68
(102,78,104)
#554157
(85,65,87)
#443446
(68,52,70)
#332735
(51,39,53)
#221A24
(34,26,36)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #BB8FBD

#BB8FBD
(187,143,189)
#C199C3
(193,153,195)
#C7A3C9
(199,163,201)
#CDADCF
(205,173,207)
#D3B7D5
(211,183,213)
#D9C1DB
(217,193,219)
#DFCBE1
(223,203,225)
#E5D5E7
(229,213,231)
#EBDFED
(235,223,237)
#F1E9F3
(241,233,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8FBD color. Also use rgb(187,143,189) instead hex code.

Text Font Color

.myTextColor { color: #BB8FBD; }

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

This text font color is #BB8FBD.


Background Color

.myBgColor { background-color: #BB8FBD; }

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

This div background color is #BB8FBD.


Border color

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

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

This div border color is #BB8FBD.


Opacity

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

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

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

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

This text has shadow with #BB8FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8FBD on black background.


Color preview on white background

This text has color #BB8FBD on white background.



Black color preview on #BB8FBD background

This text has black color on #BB8FBD background.


White color preview on #BB8FBD background

This text has white color on #BB8FBD background.