COLOR #BB9AED

HEX: #BB9AED
RGB: (187,154,237)

Color info

#BB9AED contains mainly red and blue colors. Web safe color of #BB9AED is #CC99FF (or #C9F).

RGB color model

#BB9AED color RGB value is (187,154,237).

  • red value is 187;
  • green value is 154;
  • blue value is 237.
RGB:
(187,154,237)
(73%,60%,93%)

RGB channels and saturation

R 187 of 255 = 73%
G 154 of 255 = 60%
B 237 of 255 = 93%

187
154
237

R + G + B ~ 75%. #BB9AED is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 154 + 237 = 578 (100%)
R 187 of 578 ~ 32.35%
G 154 of 578 ~ 26.64%
B 237 of 578 ~ 41%

%32.35
%26.64
%41

CMYK color model

#BB9AED color CMYK value is (21,35,0,7).

  • cyan value is 21.10%
  • magenta value is 35.02%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(21,35,0,7)
C21M35Y0K7 
(21%,35%,0%,7%)
(0.21/0.35/0.00/0.07)	

CMYK percentages

%21.1
%35.02
%0
%7.06

Codes

Color #BB9AED in popluar color models

BB9AED
RGB187154237
HSL264°69.75%76.67%
HSB/HSV264°35.02%92.94%
CMYK21.10%35.02%0.00%
7.06%

Color #BB9AED in popluar number systems.

HEXBB9AED
Decimal187154237
Binary101110111001101011101101
Octal273232355

Shades and tints

Shades of #BB9AED

#BB9AED
(187,154,237)
#AA8CD8
(170,140,216)
#997EC3
(153,126,195)
#8870AE
(136,112,174)
#776299
(119,98,153)
#665484
(102,84,132)
#55466F
(85,70,111)
#44385A
(68,56,90)
#332A45
(51,42,69)
#221C30
(34,28,48)
#110E1B
(17,14,27)
#000000
(0,0,0)

Tints of #BB9AED

#BB9AED
(187,154,237)
#C1A3EE
(193,163,238)
#C7ACEF
(199,172,239)
#CDB5F0
(205,181,240)
#D3BEF1
(211,190,241)
#D9C7F2
(217,199,242)
#DFD0F3
(223,208,243)
#E5D9F4
(229,217,244)
#EBE2F5
(235,226,245)
#F1EBF6
(241,235,246)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9AED color. Also use rgb(187,154,237) instead hex code.

Text Font Color

.myTextColor { color: #BB9AED; }

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

This text font color is #BB9AED.


Background Color

.myBgColor { background-color: #BB9AED; }

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

This div background color is #BB9AED.


Border color

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

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

This div border color is #BB9AED.


Opacity

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

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

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

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

This text has shadow with #BB9AED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9AED on black background.


Color preview on white background

This text has color #BB9AED on white background.



Black color preview on #BB9AED background

This text has black color on #BB9AED background.


White color preview on #BB9AED background

This text has white color on #BB9AED background.