COLOR #BBBEFC

HEX: #BBBEFC
RGB: (187,190,252)

Color info

#BBBEFC contains mainly blue color. Web safe color of #BBBEFC is #CCCCFF (or #CCF).

RGB color model

#BBBEFC color RGB value is (187,190,252).

  • red value is 187;
  • green value is 190;
  • blue value is 252.
RGB:
(187,190,252)
(73%,75%,99%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 252 of 255 = 99%

187
190
252

R + G + B ~ 82%. #BBBEFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 252 = 629 (100%)
R 187 of 629 ~ 29.73%
G 190 of 629 ~ 30.21%
B 252 of 629 ~ 40.06%

%29.73
%30.21
%40.06

CMYK color model

#BBBEFC color CMYK value is (26,25,0,1).

  • cyan value is 25.79%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(26,25,0,1)
C26M25Y0K1 
(26%,25%,0%,1%)
(0.26/0.25/0.00/0.01)	

CMYK percentages

%25.79
%24.6
%0
%1.18

Codes

Color #BBBEFC in popluar color models

BBBEFC
RGB187190252
HSL237°91.55%86.08%
HSB/HSV237°25.79%98.82%
CMYK25.79%24.60%0.00%
1.18%

Color #BBBEFC in popluar number systems.

HEXBBBEFC
Decimal187190252
Binary101110111011111011111100
Octal273276374

Shades and tints

Shades of #BBBEFC

#BBBEFC
(187,190,252)
#AAADE6
(170,173,230)
#999CD0
(153,156,208)
#888BBA
(136,139,186)
#777AA4
(119,122,164)
#66698E
(102,105,142)
#555878
(85,88,120)
#444762
(68,71,98)
#33364C
(51,54,76)
#222536
(34,37,54)
#111420
(17,20,32)
#000000
(0,0,0)

Tints of #BBBEFC

#BBBEFC
(187,190,252)
#C1C3FC
(193,195,252)
#C7C8FC
(199,200,252)
#CDCDFC
(205,205,252)
#D3D2FC
(211,210,252)
#D9D7FC
(217,215,252)
#DFDCFC
(223,220,252)
#E5E1FC
(229,225,252)
#EBE6FC
(235,230,252)
#F1EBFC
(241,235,252)
#F7F0FC
(247,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBEFC color. Also use rgb(187,190,252) instead hex code.

Text Font Color

.myTextColor { color: #BBBEFC; }

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

This text font color is #BBBEFC.


Background Color

.myBgColor { background-color: #BBBEFC; }

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

This div background color is #BBBEFC.


Border color

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

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

This div border color is #BBBEFC.


Opacity

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

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

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

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

This text has shadow with #BBBEFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBEFC on black background.


Color preview on white background

This text has color #BBBEFC on white background.



Black color preview on #BBBEFC background

This text has black color on #BBBEFC background.


White color preview on #BBBEFC background

This text has white color on #BBBEFC background.