COLOR #BB8FB4

HEX: #BB8FB4
RGB: (187,143,180)

Color info

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

RGB color model

#BB8FB4 color RGB value is (187,143,180).

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

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 180 of 255 = 71%

187
143
180

R + G + B ~ 67%. #BB8FB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 143 + 180 = 510 (100%)
R 187 of 510 ~ 36.67%
G 143 of 510 ~ 28.04%
B 180 of 510 ~ 35.29%

%36.67
%28.04
%35.29

CMYK color model

#BB8FB4 color CMYK value is (0,24,4,27).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 3.74%
  • key color value is 26.67%
CMYK:
(0,24,4,27)
C0M24Y4K27 
(0%,24%,4%,27%)
(0.00/0.24/0.04/0.27)	

CMYK percentages

%0
%23.53
%3.74
%26.67

Codes

Color #BB8FB4 in popluar color models

BB8FB4
RGB187143180
HSL310°24.44%64.71%
HSB/HSV310°23.53%73.33%
CMYK0.00%23.53%3.74%
26.67%

Color #BB8FB4 in popluar number systems.

HEXBB8FB4
Decimal187143180
Binary101110111000111110110100
Octal273217264

Shades and tints

Shades of #BB8FB4

#BB8FB4
(187,143,180)
#AA82A4
(170,130,164)
#997594
(153,117,148)
#886884
(136,104,132)
#775B74
(119,91,116)
#664E64
(102,78,100)
#554154
(85,65,84)
#443444
(68,52,68)
#332734
(51,39,52)
#221A24
(34,26,36)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #BB8FB4

#BB8FB4
(187,143,180)
#C199BA
(193,153,186)
#C7A3C0
(199,163,192)
#CDADC6
(205,173,198)
#D3B7CC
(211,183,204)
#D9C1D2
(217,193,210)
#DFCBD8
(223,203,216)
#E5D5DE
(229,213,222)
#EBDFE4
(235,223,228)
#F1E9EA
(241,233,234)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8FB4; }

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

This text font color is #BB8FB4.


Background Color

.myBgColor { background-color: #BB8FB4; }

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

This div background color is #BB8FB4.


Border color

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

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

This div border color is #BB8FB4.


Opacity

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

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

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

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

This text has shadow with #BB8FB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8FB4 on black background.


Color preview on white background

This text has color #BB8FB4 on white background.



Black color preview on #BB8FB4 background

This text has black color on #BB8FB4 background.


White color preview on #BB8FB4 background

This text has white color on #BB8FB4 background.