COLOR #BB8ABE

HEX: #BB8ABE
RGB: (187,138,190)

Color info

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

RGB color model

#BB8ABE color RGB value is (187,138,190).

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

RGB channels and saturation

R 187 of 255 = 73%
G 138 of 255 = 54%
B 190 of 255 = 75%

187
138
190

R + G + B ~ 67%. #BB8ABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 138 + 190 = 515 (100%)
R 187 of 515 ~ 36.31%
G 138 of 515 ~ 26.8%
B 190 of 515 ~ 36.89%

%36.31
%26.8
%36.89

CMYK color model

#BB8ABE color CMYK value is (2,27,0,25).

  • cyan value is 1.58%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,27,0,25)
C2M27Y0K25 
(2%,27%,0%,25%)
(0.02/0.27/0.00/0.25)	

CMYK percentages

%1.58
%27.37
%0
%25.49

Codes

Color #BB8ABE in popluar color models

BB8ABE
RGB187138190
HSL297°28.57%64.31%
HSB/HSV297°27.37%74.51%
CMYK1.58%27.37%0.00%
25.49%

Color #BB8ABE in popluar number systems.

HEXBB8ABE
Decimal187138190
Binary101110111000101010111110
Octal273212276

Shades and tints

Shades of #BB8ABE

#BB8ABE
(187,138,190)
#AA7EAD
(170,126,173)
#99729C
(153,114,156)
#88668B
(136,102,139)
#775A7A
(119,90,122)
#664E69
(102,78,105)
#554258
(85,66,88)
#443647
(68,54,71)
#332A36
(51,42,54)
#221E25
(34,30,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #BB8ABE

#BB8ABE
(187,138,190)
#C194C3
(193,148,195)
#C79EC8
(199,158,200)
#CDA8CD
(205,168,205)
#D3B2D2
(211,178,210)
#D9BCD7
(217,188,215)
#DFC6DC
(223,198,220)
#E5D0E1
(229,208,225)
#EBDAE6
(235,218,230)
#F1E4EB
(241,228,235)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB8ABE; }

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

This text font color is #BB8ABE.


Background Color

.myBgColor { background-color: #BB8ABE; }

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

This div background color is #BB8ABE.


Border color

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

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

This div border color is #BB8ABE.


Opacity

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

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

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

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

This text has shadow with #BB8ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8ABE on black background.


Color preview on white background

This text has color #BB8ABE on white background.



Black color preview on #BB8ABE background

This text has black color on #BB8ABE background.


White color preview on #BB8ABE background

This text has white color on #BB8ABE background.