COLOR #BB8DAB

HEX: #BB8DAB RGB: (187,141,171)

Color info

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

RGB color model

#BB8DAB color RGB value is (187,141,171).

RGB: (187,141,171) (73%, 55%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 141 of 255 = 55%
B 171 of 255 = 67%

187
141
171

R + G + B ~ 65%. #BB8DAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 141 + 171 = 499 (100%)
R 187 of 499 ~ 37.47%
G 141 of 499 ~ 28.26%
B 171 of 499 ~ 34.27'%

%37.47
%28.26
%34.27

CMYK color model

#BB8DAB color CMYK value is (0,25,9,27).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 8.56%
  • key color value is 26.67%

CMYK: (0,25,9,27)
C0M25Y9K27 (0%, 25%, 9%, 27%)
(0.00 / 0.25 / 0.09 / 0.27)

CMYK percentages

%0
%24.6
%8.56
%26.67

Codes

Color #BB8DAB in popluar color models

BB 8D AB
RGB 187 141 171
HSL 321° 25.27% 64.31%
HSB/HSV 321° 24.60% 73.33%
CMYK 0.00% 24.60% 8.56%
26.67%

Color #BB8DAB in popluar number systems.

HEX BB 8D AB
Decimal 187 141 171
Binary 10111011 10001101 10101011
Octal 273 215 253

Shades and tints

Shades of #BB8DAB

#BB8DAB
(187,141,171)
#AA819C
(170,129,156)
#99758D
(153,117,141)
#88697E
(136,105,126)
#775D6F
(119,93,111)
#665160
(102,81,96)
#554551
(85,69,81)
#443942
(68,57,66)
#332D33
(51,45,51)
#222124
(34,33,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #BB8DAB

#BB8DAB
(187,141,171)
#C197B2
(193,151,178)
#C7A1B9
(199,161,185)
#CDABC0
(205,171,192)
#D3B5C7
(211,181,199)
#D9BFCE
(217,191,206)
#DFC9D5
(223,201,213)
#E5D3DC
(229,211,220)
#EBDDE3
(235,221,227)
#F1E7EA
(241,231,234)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8DAB; }

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

This text font color is #BB8DAB.

Background Color

.myBgColor { background-color: #BB8DAB; }

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

This div background color is #BB8DAB.

Border color

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

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

This div border color is #BB8DAB.

Opacity

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

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

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

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

This text has shadow with #BB8DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8DAB.

Preview

Color preview on black background

This text has color #BB8DAB on black background.


Color preview on white background

This text has color #BB8DAB on white background.


Black color preview on #BB8DAB background

This text has black color on #BB8DAB background.


White color preview on #BB8DAB background

This text has white color on #BB8DAB background.


Related colors

Complementary color

Complementary color for #hex is #447254.


I love getcolorcode.com

Triadic colors

1 #ABBB8D and #8DABBB with #BB8DAB are triadic colors.

2 #AB8DBB and #8DBBAB with #BB8DAB are triadic colors.