COLOR #BB8AA8

HEX: #BB8AA8 RGB: (187,138,168)

Color info

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

RGB color model

#BB8AA8 color RGB value is (187,138,168).

RGB: (187,138,168) (73%, 54%, 66%)

RGB channels and saturation

R 187 of 255 = 73%
G 138 of 255 = 54%
B 168 of 255 = 66%

187
138
168

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

Portions of RGB colors in percentages

R + G + B = 187 + 138 + 168 = 493 (100%)
R 187 of 493 ~ 37.93%
G 138 of 493 ~ 27.99%
B 168 of 493 ~ 34.08'%

%37.93
%27.99
%34.08

CMYK color model

#BB8AA8 color CMYK value is (0,26,10,27).

  • cyan value is 0.00%
  • magenta value is 26.20%
  • yellow value is 10.16%
  • key color value is 26.67%
CMYK: (0,26,10,27) C0M26Y10K27 (0%,26%,10%,27%) (0.00/0.26/0.10/0.27) 

CMYK percentages

%0
%26.2
%10.16
%26.67

Codes

Color #BB8AA8 in popluar color models

BB 8A A8
RGB 187 138 168
HSL 323° 26.49% 63.73%
HSB/HSV 323° 26.20% 73.33%
CMYK 0.00% 26.20% 10.16%
26.67%

Color #BB8AA8 in popluar number systems.

HEX BB 8A A8
Decimal 187 138 168
Binary 10111011 10001010 10101000
Octal 273 212 250

Shades and tints

Shades of #BB8AA8

#BB8AA8
(187,138,168)
#AA7E99
(170,126,153)
#99728A
(153,114,138)
#88667B
(136,102,123)
#775A6C
(119,90,108)
#664E5D
(102,78,93)
#55424E
(85,66,78)
#44363F
(68,54,63)
#332A30
(51,42,48)
#221E21
(34,30,33)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #BB8AA8

#BB8AA8
(187,138,168)
#C194AF
(193,148,175)
#C79EB6
(199,158,182)
#CDA8BD
(205,168,189)
#D3B2C4
(211,178,196)
#D9BCCB
(217,188,203)
#DFC6D2
(223,198,210)
#E5D0D9
(229,208,217)
#EBDAE0
(235,218,224)
#F1E4E7
(241,228,231)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8AA8; }

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

This text font color is #BB8AA8.

Background Color

.myBgColor { background-color: #BB8AA8; }

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

This div background color is #BB8AA8.

Border color

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

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

This div border color is #BB8AA8.

Opacity

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

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

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

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

This text has shadow with #BB8AA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8AA8.

Preview

Color preview on black background

This text has color #BB8AA8 on black background.


Color preview on white background

This text has color #BB8AA8 on white background.


Black color preview on #BB8AA8 background

This text has black color on #BB8AA8 background.


White color preview on #BB8AA8 background

This text has white color on #BB8AA8 background.


Related colors

Complementary color

Complementary color for #hex is #447557.


I love getcolorcode.com

Triadic colors

1 #A8BB8A and #8AA8BB with #BB8AA8 are triadic colors.

2 #A88ABB and #8ABBA8 with #BB8AA8 are triadic colors.