COLOR #BBBBF1

HEX: #BBBBF1
RGB: (187,187,241)

Color info

#BBBBF1 contains red, green and blue colors in about the same proportion. Web safe color of #BBBBF1 is #CCCCFF (or #CCF).

RGB color model

#BBBBF1 color RGB value is (187,187,241).

  • red value is 187;
  • green value is 187;
  • blue value is 241.
RGB:
(187,187,241)
(73%,73%,95%)

RGB channels and saturation

R 187 of 255 = 73%
G 187 of 255 = 73%
B 241 of 255 = 95%

187
187
241

R + G + B ~ 80%. #BBBBF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 187 + 241 = 615 (100%)
R 187 of 615 ~ 30.41%
G 187 of 615 ~ 30.41%
B 241 of 615 ~ 39.19%

%30.41
%30.41
%39.19

CMYK color model

#BBBBF1 color CMYK value is (22,22,0,5).

  • cyan value is 22.41%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(22,22,0,5)
C22M22Y0K5 
(22%,22%,0%,5%)
(0.22/0.22/0.00/0.05)	

CMYK percentages

%22.41
%22.41
%0
%5.49

Codes

Color #BBBBF1 in popluar color models

BBBBF1
RGB187187241
HSL240°65.85%83.92%
HSB/HSV240°22.41%94.51%
CMYK22.41%22.41%0.00%
5.49%

Color #BBBBF1 in popluar number systems.

HEXBBBBF1
Decimal187187241
Binary101110111011101111110001
Octal273273361

Shades and tints

Shades of #BBBBF1

#BBBBF1
(187,187,241)
#AAAADC
(170,170,220)
#9999C7
(153,153,199)
#8888B2
(136,136,178)
#77779D
(119,119,157)
#666688
(102,102,136)
#555573
(85,85,115)
#44445E
(68,68,94)
#333349
(51,51,73)
#222234
(34,34,52)
#11111F
(17,17,31)
#000000
(0,0,0)

Tints of #BBBBF1

#BBBBF1
(187,187,241)
#C1C1F2
(193,193,242)
#C7C7F3
(199,199,243)
#CDCDF4
(205,205,244)
#D3D3F5
(211,211,245)
#D9D9F6
(217,217,246)
#DFDFF7
(223,223,247)
#E5E5F8
(229,229,248)
#EBEBF9
(235,235,249)
#F1F1FA
(241,241,250)
#F7F7FB
(247,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBBF1; }

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

This text font color is #BBBBF1.


Background Color

.myBgColor { background-color: #BBBBF1; }

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

This div background color is #BBBBF1.


Border color

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

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

This div border color is #BBBBF1.


Opacity

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

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

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

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

This text has shadow with #BBBBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBBF1 on black background.


Color preview on white background

This text has color #BBBBF1 on white background.



Black color preview on #BBBBF1 background

This text has black color on #BBBBF1 background.


White color preview on #BBBBF1 background

This text has white color on #BBBBF1 background.