COLOR #BB8DA5

HEX: #BB8DA5
RGB: (187,141,165)

Color info

#BB8DA5 contains red, green and blue colors in about the same proportion. Web safe color of #BB8DA5 is #CC9999 (or #C99).

RGB color model

#BB8DA5 color RGB value is (187,141,165).

  • red value is 187;
  • green value is 141;
  • blue value is 165.
RGB:
(187,141,165)
(73%,55%,65%)

RGB channels and saturation

R 187 of 255 = 73%
G 141 of 255 = 55%
B 165 of 255 = 65%

187
141
165

R + G + B ~ 64%. #BB8DA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 141 + 165 = 493 (100%)
R 187 of 493 ~ 37.93%
G 141 of 493 ~ 28.6%
B 165 of 493 ~ 33.47%

%37.93
%28.6
%33.47

CMYK color model

#BB8DA5 color CMYK value is (0,25,12,27).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 11.76%
  • key color value is 26.67%
CMYK:
(0,25,12,27)
C0M25Y12K27 
(0%,25%,12%,27%)
(0.00/0.25/0.12/0.27)	

CMYK percentages

%0
%24.6
%11.76
%26.67

Codes

Color #BB8DA5 in popluar color models

BB8DA5
RGB187141165
HSL329°25.27%64.31%
HSB/HSV329°24.60%73.33%
CMYK0.00%24.60%11.76%
26.67%

Color #BB8DA5 in popluar number systems.

HEXBB8DA5
Decimal187141165
Binary101110111000110110100101
Octal273215245

Shades and tints

Shades of #BB8DA5

#BB8DA5
(187,141,165)
#AA8196
(170,129,150)
#997587
(153,117,135)
#886978
(136,105,120)
#775D69
(119,93,105)
#66515A
(102,81,90)
#55454B
(85,69,75)
#44393C
(68,57,60)
#332D2D
(51,45,45)
#22211E
(34,33,30)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #BB8DA5

#BB8DA5
(187,141,165)
#C197AD
(193,151,173)
#C7A1B5
(199,161,181)
#CDABBD
(205,171,189)
#D3B5C5
(211,181,197)
#D9BFCD
(217,191,205)
#DFC9D5
(223,201,213)
#E5D3DD
(229,211,221)
#EBDDE5
(235,221,229)
#F1E7ED
(241,231,237)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8DA5 color. Also use rgb(187,141,165) instead hex code.

Text Font Color

.myTextColor { color: #BB8DA5; }

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

This text font color is #BB8DA5.


Background Color

.myBgColor { background-color: #BB8DA5; }

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

This div background color is #BB8DA5.


Border color

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

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

This div border color is #BB8DA5.


Opacity

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

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

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

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

This text has shadow with #BB8DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8DA5 on black background.


Color preview on white background

This text has color #BB8DA5 on white background.



Black color preview on #BB8DA5 background

This text has black color on #BB8DA5 background.


White color preview on #BB8DA5 background

This text has white color on #BB8DA5 background.