COLOR #BB8BAE

HEX: #BB8BAE RGB: (187,139,174)

Color info

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

RGB color model

#BB8BAE color RGB value is (187,139,174).

RGB: (187,139,174) (73%, 55%, 68%)

RGB channels and saturation

R 187 of 255 = 73%
G 139 of 255 = 55%
B 174 of 255 = 68%

187
139
174

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

Portions of RGB colors in percentages

R + G + B = 187 + 139 + 174 = 500 (100%)
R 187 of 500 ~ 37.4%
G 139 of 500 ~ 27.8%
B 174 of 500 ~ 34.8'%

%37.4
%27.8
%34.8

CMYK color model

#BB8BAE color CMYK value is (0,26,7,27).

  • cyan value is 0.00%
  • magenta value is 25.67%
  • yellow value is 6.95%
  • key color value is 26.67%

CMYK: (0,26,7,27)
C0M26Y7K27 (0%, 26%, 7%, 27%)
(0.00 / 0.26 / 0.07 / 0.27)

CMYK percentages

%0
%25.67
%6.95
%26.67

Codes

Color #BB8BAE in popluar color models

BB 8B AE
RGB 187 139 174
HSL 316° 26.09% 63.92%
HSB/HSV 316° 25.67% 73.33%
CMYK 0.00% 25.67% 6.95%
26.67%

Color #BB8BAE in popluar number systems.

HEX BB 8B AE
Decimal 187 139 174
Binary 10111011 10001011 10101110
Octal 273 213 256

Shades and tints

Shades of #BB8BAE

#BB8BAE
(187,139,174)
#AA7F9F
(170,127,159)
#997390
(153,115,144)
#886781
(136,103,129)
#775B72
(119,91,114)
#664F63
(102,79,99)
#554354
(85,67,84)
#443745
(68,55,69)
#332B36
(51,43,54)
#221F27
(34,31,39)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #BB8BAE

#BB8BAE
(187,139,174)
#C195B5
(193,149,181)
#C79FBC
(199,159,188)
#CDA9C3
(205,169,195)
#D3B3CA
(211,179,202)
#D9BDD1
(217,189,209)
#DFC7D8
(223,199,216)
#E5D1DF
(229,209,223)
#EBDBE6
(235,219,230)
#F1E5ED
(241,229,237)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8BAE color. Also use rgb(187,139,174) instead hex code.

Text Font Color

.myTextColor { color: #BB8BAE; }

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

This text font color is #BB8BAE.

Background Color

.myBgColor { background-color: #BB8BAE; }

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

This div background color is #BB8BAE.

Border color

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

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

This div border color is #BB8BAE.

Opacity

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

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

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

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

This text has shadow with #BB8BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8BAE.

Preview

Color preview on black background

This text has color #BB8BAE on black background.


Color preview on white background

This text has color #BB8BAE on white background.


Black color preview on #BB8BAE background

This text has black color on #BB8BAE background.


White color preview on #BB8BAE background

This text has white color on #BB8BAE background.


Related colors

Complementary color

Complementary color for #hex is #447451.


I love getcolorcode.com

Triadic colors

1 #AEBB8B and #8BAEBB with #BB8BAE are triadic colors.

2 #AE8BBB and #8BBBAE with #BB8BAE are triadic colors.