COLOR #BB8AB8

HEX: #BB8AB8 RGB: (187,138,184)

Color info

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

RGB color model

#BB8AB8 color RGB value is (187,138,184).

RGB: (187,138,184) (73%, 54%, 72%)

RGB channels and saturation

R 187 of 255 = 73%
G 138 of 255 = 54%
B 184 of 255 = 72%

187
138
184

R + G + B ~ 66%. #BB8AB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 138 + 184 = 509 (100%)
R 187 of 509 ~ 36.74%
G 138 of 509 ~ 27.11%
B 184 of 509 ~ 36.15'%

%36.74
%27.11
%36.15

CMYK color model

#BB8AB8 color CMYK value is (0,26,2,27).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 1.60%
  • key color value is 26.67%

CMYK: (0,26,2,27)
C0M26Y2K27 (0%, 26%, 2%, 27%)
(0.00 / 0.26 / 0.02 / 0.27)

CMYK percentages

%0
%26.2
%1.6
%26.67

Codes

Color #BB8AB8 in popluar color models

BB 8A B8
RGB 187 138 184
HSL 304° 26.49% 63.73%
HSB/HSV 304° 26.20% 73.33%
CMYK 0.00% 26.20% 1.60%
26.67%

Color #BB8AB8 in popluar number systems.

HEX BB 8A B8
Decimal 187 138 184
Binary 10111011 10001010 10111000
Octal 273 212 270

Shades and tints

Shades of #BB8AB8

#BB8AB8
(187,138,184)
#AA7EA8
(170,126,168)
#997298
(153,114,152)
#886688
(136,102,136)
#775A78
(119,90,120)
#664E68
(102,78,104)
#554258
(85,66,88)
#443648
(68,54,72)
#332A38
(51,42,56)
#221E28
(34,30,40)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #BB8AB8

#BB8AB8
(187,138,184)
#C194BE
(193,148,190)
#C79EC4
(199,158,196)
#CDA8CA
(205,168,202)
#D3B2D0
(211,178,208)
#D9BCD6
(217,188,214)
#DFC6DC
(223,198,220)
#E5D0E2
(229,208,226)
#EBDAE8
(235,218,232)
#F1E4EE
(241,228,238)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8AB8; }

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

This text font color is #BB8AB8.

Background Color

.myBgColor { background-color: #BB8AB8; }

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

This div background color is #BB8AB8.

Border color

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

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

This div border color is #BB8AB8.

Opacity

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

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

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

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

This text has shadow with #BB8AB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8AB8.

Preview

Color preview on black background

This text has color #BB8AB8 on black background.


Color preview on white background

This text has color #BB8AB8 on white background.


Black color preview on #BB8AB8 background

This text has black color on #BB8AB8 background.


White color preview on #BB8AB8 background

This text has white color on #BB8AB8 background.


Related colors

Complementary color

Complementary color for #hex is #447547.


I love getcolorcode.com

Triadic colors

1 #B8BB8A and #8AB8BB with #BB8AB8 are triadic colors.

2 #B88ABB and #8ABBB8 with #BB8AB8 are triadic colors.