COLOR #BB9BEC

HEX: #BB9BEC
RGB: (187,155,236)

Color info

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

RGB color model

#BB9BEC color RGB value is (187,155,236).

  • red value is 187;
  • green value is 155;
  • blue value is 236.
RGB:
(187,155,236)
(73%,61%,93%)

RGB channels and saturation

R 187 of 255 = 73%
G 155 of 255 = 61%
B 236 of 255 = 93%

187
155
236

R + G + B ~ 76%. #BB9BEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 155 + 236 = 578 (100%)
R 187 of 578 ~ 32.35%
G 155 of 578 ~ 26.82%
B 236 of 578 ~ 40.83%

%32.35
%26.82
%40.83

CMYK color model

#BB9BEC color CMYK value is (21,34,0,7).

  • cyan value is 20.76%
  • magenta value is 34.32%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(21,34,0,7)
C21M34Y0K7 
(21%,34%,0%,7%)
(0.21/0.34/0.00/0.07)	

CMYK percentages

%20.76
%34.32
%0
%7.45

Codes

Color #BB9BEC in popluar color models

BB9BEC
RGB187155236
HSL264°68.07%76.67%
HSB/HSV264°34.32%92.55%
CMYK20.76%34.32%0.00%
7.45%

Color #BB9BEC in popluar number systems.

HEXBB9BEC
Decimal187155236
Binary101110111001101111101100
Octal273233354

Shades and tints

Shades of #BB9BEC

#BB9BEC
(187,155,236)
#AA8DD7
(170,141,215)
#997FC2
(153,127,194)
#8871AD
(136,113,173)
#776398
(119,99,152)
#665583
(102,85,131)
#55476E
(85,71,110)
#443959
(68,57,89)
#332B44
(51,43,68)
#221D2F
(34,29,47)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #BB9BEC

#BB9BEC
(187,155,236)
#C1A4ED
(193,164,237)
#C7ADEE
(199,173,238)
#CDB6EF
(205,182,239)
#D3BFF0
(211,191,240)
#D9C8F1
(217,200,241)
#DFD1F2
(223,209,242)
#E5DAF3
(229,218,243)
#EBE3F4
(235,227,244)
#F1ECF5
(241,236,245)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB9BEC color. Also use rgb(187,155,236) instead hex code.

Text Font Color

.myTextColor { color: #BB9BEC; }

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

This text font color is #BB9BEC.


Background Color

.myBgColor { background-color: #BB9BEC; }

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

This div background color is #BB9BEC.


Border color

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

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

This div border color is #BB9BEC.


Opacity

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

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

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

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

This text has shadow with #BB9BEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB9BEC on black background.


Color preview on white background

This text has color #BB9BEC on white background.



Black color preview on #BB9BEC background

This text has black color on #BB9BEC background.


White color preview on #BB9BEC background

This text has white color on #BB9BEC background.