COLOR #BBB0EC

HEX: #BBB0EC
RGB: (187,176,236)

Color info

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

RGB color model

#BBB0EC color RGB value is (187,176,236).

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

RGB channels and saturation

R 187 of 255 = 73%
G 176 of 255 = 69%
B 236 of 255 = 93%

187
176
236

R + G + B ~ 78%. #BBB0EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 176 + 236 = 599 (100%)
R 187 of 599 ~ 31.22%
G 176 of 599 ~ 29.38%
B 236 of 599 ~ 39.4%

%31.22
%29.38
%39.4

CMYK color model

#BBB0EC color CMYK value is (21,25,0,7).

  • cyan value is 20.76%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(21,25,0,7)
C21M25Y0K7 
(21%,25%,0%,7%)
(0.21/0.25/0.00/0.07)	

CMYK percentages

%20.76
%25.42
%0
%7.45

Codes

Color #BBB0EC in popluar color models

BBB0EC
RGB187176236
HSL251°61.22%80.78%
HSB/HSV251°25.42%92.55%
CMYK20.76%25.42%0.00%
7.45%

Color #BBB0EC in popluar number systems.

HEXBBB0EC
Decimal187176236
Binary101110111011000011101100
Octal273260354

Shades and tints

Shades of #BBB0EC

#BBB0EC
(187,176,236)
#AAA0D7
(170,160,215)
#9990C2
(153,144,194)
#8880AD
(136,128,173)
#777098
(119,112,152)
#666083
(102,96,131)
#55506E
(85,80,110)
#444059
(68,64,89)
#333044
(51,48,68)
#22202F
(34,32,47)
#11101A
(17,16,26)
#000000
(0,0,0)

Tints of #BBB0EC

#BBB0EC
(187,176,236)
#C1B7ED
(193,183,237)
#C7BEEE
(199,190,238)
#CDC5EF
(205,197,239)
#D3CCF0
(211,204,240)
#D9D3F1
(217,211,241)
#DFDAF2
(223,218,242)
#E5E1F3
(229,225,243)
#EBE8F4
(235,232,244)
#F1EFF5
(241,239,245)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB0EC; }

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

This text font color is #BBB0EC.


Background Color

.myBgColor { background-color: #BBB0EC; }

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

This div background color is #BBB0EC.


Border color

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

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

This div border color is #BBB0EC.


Opacity

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

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

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

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

This text has shadow with #BBB0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB0EC on black background.


Color preview on white background

This text has color #BBB0EC on white background.



Black color preview on #BBB0EC background

This text has black color on #BBB0EC background.


White color preview on #BBB0EC background

This text has white color on #BBB0EC background.