COLOR #BB8EB4

HEX: #BB8EB4
RGB: (187,142,180)

Color info

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

RGB color model

#BB8EB4 color RGB value is (187,142,180).

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

RGB channels and saturation

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

187
142
180

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

Portions of RGB colors in percentages

R + G + B =
187 + 142 + 180 = 509 (100%)
R 187 of 509 ~ 36.74%
G 142 of 509 ~ 27.9%
B 180 of 509 ~ 35.36%

%36.74
%27.9
%35.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.06%
  • 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
%24.06
%3.74
%26.67

Codes

Color #BB8EB4 in popluar color models

BB8EB4
RGB187142180
HSL309°24.86%64.51%
HSB/HSV309°24.06%73.33%
CMYK0.00%24.06%3.74%
26.67%

Color #BB8EB4 in popluar number systems.

HEXBB8EB4
Decimal187142180
Binary101110111000111010110100
Octal273216264

Shades and tints

Shades of #BB8EB4

#BB8EB4
(187,142,180)
#AA82A4
(170,130,164)
#997694
(153,118,148)
#886A84
(136,106,132)
#775E74
(119,94,116)
#665264
(102,82,100)
#554654
(85,70,84)
#443A44
(68,58,68)
#332E34
(51,46,52)
#222224
(34,34,36)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #BB8EB4

#BB8EB4
(187,142,180)
#C198BA
(193,152,186)
#C7A2C0
(199,162,192)
#CDACC6
(205,172,198)
#D3B6CC
(211,182,204)
#D9C0D2
(217,192,210)
#DFCAD8
(223,202,216)
#E5D4DE
(229,212,222)
#EBDEE4
(235,222,228)
#F1E8EA
(241,232,234)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8EB4; }

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

This text font color is #BB8EB4.


Background Color

.myBgColor { background-color: #BB8EB4; }

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

This div background color is #BB8EB4.


Border color

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

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

This div border color is #BB8EB4.


Opacity

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

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

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

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

This text has shadow with #BB8EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8EB4 on black background.


Color preview on white background

This text has color #BB8EB4 on white background.



Black color preview on #BB8EB4 background

This text has black color on #BB8EB4 background.


White color preview on #BB8EB4 background

This text has white color on #BB8EB4 background.