COLOR #BB8EC6

HEX: #BB8EC6
RGB: (187,142,198)

Color info

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

RGB color model

#BB8EC6 color RGB value is (187,142,198).

  • red value is 187;
  • green value is 142;
  • blue value is 198.
RGB:
(187,142,198)
(73%,56%,78%)

RGB channels and saturation

R 187 of 255 = 73%
G 142 of 255 = 56%
B 198 of 255 = 78%

187
142
198

R + G + B ~ 69%. #BB8EC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 142 + 198 = 527 (100%)
R 187 of 527 ~ 35.48%
G 142 of 527 ~ 26.94%
B 198 of 527 ~ 37.57%

%35.48
%26.94
%37.57

CMYK color model

#BB8EC6 color CMYK value is (6,28,0,22).

  • cyan value is 5.56%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(6,28,0,22)
C6M28Y0K22 
(6%,28%,0%,22%)
(0.06/0.28/0.00/0.22)	

CMYK percentages

%5.56
%28.28
%0
%22.35

Codes

Color #BB8EC6 in popluar color models

BB8EC6
RGB187142198
HSL288°32.94%66.67%
HSB/HSV288°28.28%77.65%
CMYK5.56%28.28%0.00%
22.35%

Color #BB8EC6 in popluar number systems.

HEXBB8EC6
Decimal187142198
Binary101110111000111011000110
Octal273216306

Shades and tints

Shades of #BB8EC6

#BB8EC6
(187,142,198)
#AA82B4
(170,130,180)
#9976A2
(153,118,162)
#886A90
(136,106,144)
#775E7E
(119,94,126)
#66526C
(102,82,108)
#55465A
(85,70,90)
#443A48
(68,58,72)
#332E36
(51,46,54)
#222224
(34,34,36)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #BB8EC6

#BB8EC6
(187,142,198)
#C198CB
(193,152,203)
#C7A2D0
(199,162,208)
#CDACD5
(205,172,213)
#D3B6DA
(211,182,218)
#D9C0DF
(217,192,223)
#DFCAE4
(223,202,228)
#E5D4E9
(229,212,233)
#EBDEEE
(235,222,238)
#F1E8F3
(241,232,243)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8EC6 color. Also use rgb(187,142,198) instead hex code.

Text Font Color

.myTextColor { color: #BB8EC6; }

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

This text font color is #BB8EC6.


Background Color

.myBgColor { background-color: #BB8EC6; }

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

This div background color is #BB8EC6.


Border color

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

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

This div border color is #BB8EC6.


Opacity

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

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

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

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

This text has shadow with #BB8EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8EC6 on black background.


Color preview on white background

This text has color #BB8EC6 on white background.



Black color preview on #BB8EC6 background

This text has black color on #BB8EC6 background.


White color preview on #BB8EC6 background

This text has white color on #BB8EC6 background.