COLOR #BB9ECE

HEX: #BB9ECE RGB: (187,158,206)

Color info

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

RGB color model

#BB9ECE color RGB value is (187,158,206).

RGB: (187,158,206) (73%, 62%, 81%)

RGB channels and saturation

R 187 of 255 = 73%
G 158 of 255 = 62%
B 206 of 255 = 81%

187
158
206

R + G + B ~ 72%. #BB9ECE is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 158 + 206 = 551 (100%)
R 187 of 551 ~ 33.94%
G 158 of 551 ~ 28.68%
B 206 of 551 ~ 37.39'%

%33.94
%28.68
%37.39

CMYK color model

#BB9ECE color CMYK value is (9,23,0,19).

  • cyan value is 9.22%
  • magenta value is 23.30%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (9,23,0,19)
C9M23Y0K19 (9%, 23%, 0%, 19%)
(0.09 / 0.23 / 0.00 / 0.19)

CMYK percentages

%9.22
%23.3
%0
%19.22

Codes

Color #BB9ECE in popluar color models

BB 9E CE
RGB 187 158 206
HSL 276° 32.88% 71.37%
HSB/HSV 276° 23.30% 80.78%
CMYK 9.22% 23.30% 0.00%
19.22%

Color #BB9ECE in popluar number systems.

HEX BB 9E CE
Decimal 187 158 206
Binary 10111011 10011110 11001110
Octal 273 236 316

Shades and tints

Shades of #BB9ECE

#BB9ECE
(187,158,206)
#AA90BC
(170,144,188)
#9982AA
(153,130,170)
#887498
(136,116,152)
#776686
(119,102,134)
#665874
(102,88,116)
#554A62
(85,74,98)
#443C50
(68,60,80)
#332E3E
(51,46,62)
#22202C
(34,32,44)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #BB9ECE

#BB9ECE
(187,158,206)
#C1A6D2
(193,166,210)
#C7AED6
(199,174,214)
#CDB6DA
(205,182,218)
#D3BEDE
(211,190,222)
#D9C6E2
(217,198,226)
#DFCEE6
(223,206,230)
#E5D6EA
(229,214,234)
#EBDEEE
(235,222,238)
#F1E6F2
(241,230,242)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9ECE color. Also use rgb(187,158,206) instead hex code.

Text Font Color

.myTextColor { color: #BB9ECE; }

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

This text font color is #BB9ECE.

Background Color

.myBgColor { background-color: #BB9ECE; }

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

This div background color is #BB9ECE.

Border color

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

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

This div border color is #BB9ECE.

Opacity

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

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

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

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

This text has shadow with #BB9ECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB9ECE.

Preview

Color preview on black background

This text has color #BB9ECE on black background.


Color preview on white background

This text has color #BB9ECE on white background.


Black color preview on #BB9ECE background

This text has black color on #BB9ECE background.


White color preview on #BB9ECE background

This text has white color on #BB9ECE background.


Related colors

Complementary color

Complementary color for #hex is #446131.


I love getcolorcode.com

Triadic colors

1 #CEBB9E and #9ECEBB with #BB9ECE are triadic colors.

2 #CE9EBB and #9EBBCE with #BB9ECE are triadic colors.