COLOR #BB8AA1

HEX: #BB8AA1
RGB: (187,138,161)

Color info

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

RGB color model

#BB8AA1 color RGB value is (187,138,161).

  • red value is 187;
  • green value is 138;
  • blue value is 161.
RGB:
(187,138,161)
(73%,54%,63%)

RGB channels and saturation

R 187 of 255 = 73%
G 138 of 255 = 54%
B 161 of 255 = 63%

187
138
161

R + G + B ~ 63%. #BB8AA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 138 + 161 = 486 (100%)
R 187 of 486 ~ 38.48%
G 138 of 486 ~ 28.4%
B 161 of 486 ~ 33.13%

%38.48
%28.4
%33.13

CMYK color model

#BB8AA1 color CMYK value is (0,26,14,27).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 13.90%
  • key color value is 26.67%
CMYK:
(0,26,14,27)
C0M26Y14K27 
(0%,26%,14%,27%)
(0.00/0.26/0.14/0.27)	

CMYK percentages

%0
%26.2
%13.9
%26.67

Codes

Color #BB8AA1 in popluar color models

BB8AA1
RGB187138161
HSL332°26.49%63.73%
HSB/HSV332°26.20%73.33%
CMYK0.00%26.20%13.90%
26.67%

Color #BB8AA1 in popluar number systems.

HEXBB8AA1
Decimal187138161
Binary101110111000101010100001
Octal273212241

Shades and tints

Shades of #BB8AA1

#BB8AA1
(187,138,161)
#AA7E93
(170,126,147)
#997285
(153,114,133)
#886677
(136,102,119)
#775A69
(119,90,105)
#664E5B
(102,78,91)
#55424D
(85,66,77)
#44363F
(68,54,63)
#332A31
(51,42,49)
#221E23
(34,30,35)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #BB8AA1

#BB8AA1
(187,138,161)
#C194A9
(193,148,169)
#C79EB1
(199,158,177)
#CDA8B9
(205,168,185)
#D3B2C1
(211,178,193)
#D9BCC9
(217,188,201)
#DFC6D1
(223,198,209)
#E5D0D9
(229,208,217)
#EBDAE1
(235,218,225)
#F1E4E9
(241,228,233)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8AA1 color. Also use rgb(187,138,161) instead hex code.

Text Font Color

.myTextColor { color: #BB8AA1; }

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

This text font color is #BB8AA1.


Background Color

.myBgColor { background-color: #BB8AA1; }

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

This div background color is #BB8AA1.


Border color

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

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

This div border color is #BB8AA1.


Opacity

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

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

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

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

This text has shadow with #BB8AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8AA1 on black background.


Color preview on white background

This text has color #BB8AA1 on white background.



Black color preview on #BB8AA1 background

This text has black color on #BB8AA1 background.


White color preview on #BB8AA1 background

This text has white color on #BB8AA1 background.