COLOR #BBB5F6

HEX: #BBB5F6
RGB: (187,181,246)

Color info

#BBB5F6 contains mainly red and blue colors. Web safe color of #BBB5F6 is #CCCCFF (or #CCF).

RGB color model

#BBB5F6 color RGB value is (187,181,246).

  • red value is 187;
  • green value is 181;
  • blue value is 246.
RGB:
(187,181,246)
(73%,71%,96%)

RGB channels and saturation

R 187 of 255 = 73%
G 181 of 255 = 71%
B 246 of 255 = 96%

187
181
246

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

Portions of RGB colors in percentages

R + G + B =
187 + 181 + 246 = 614 (100%)
R 187 of 614 ~ 30.46%
G 181 of 614 ~ 29.48%
B 246 of 614 ~ 40.07%

%30.46
%29.48
%40.07

CMYK color model

#BBB5F6 color CMYK value is (24,26,0,4).

  • cyan value is 23.98%
  • magenta value is 26.42%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,26,0,4)
C24M26Y0K4 
(24%,26%,0%,4%)
(0.24/0.26/0.00/0.04)	

CMYK percentages

%23.98
%26.42
%0
%3.53

Codes

Color #BBB5F6 in popluar color models

BBB5F6
RGB187181246
HSL246°78.31%83.73%
HSB/HSV246°26.42%96.47%
CMYK23.98%26.42%0.00%
3.53%

Color #BBB5F6 in popluar number systems.

HEXBBB5F6
Decimal187181246
Binary101110111011010111110110
Octal273265366

Shades and tints

Shades of #BBB5F6

#BBB5F6
(187,181,246)
#AAA5E0
(170,165,224)
#9995CA
(153,149,202)
#8885B4
(136,133,180)
#77759E
(119,117,158)
#666588
(102,101,136)
#555572
(85,85,114)
#44455C
(68,69,92)
#333546
(51,53,70)
#222530
(34,37,48)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #BBB5F6

#BBB5F6
(187,181,246)
#C1BBF6
(193,187,246)
#C7C1F6
(199,193,246)
#CDC7F6
(205,199,246)
#D3CDF6
(211,205,246)
#D9D3F6
(217,211,246)
#DFD9F6
(223,217,246)
#E5DFF6
(229,223,246)
#EBE5F6
(235,229,246)
#F1EBF6
(241,235,246)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB5F6; }

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

This text font color is #BBB5F6.


Background Color

.myBgColor { background-color: #BBB5F6; }

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

This div background color is #BBB5F6.


Border color

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

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

This div border color is #BBB5F6.


Opacity

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

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

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

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

This text has shadow with #BBB5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB5F6 on black background.


Color preview on white background

This text has color #BBB5F6 on white background.



Black color preview on #BBB5F6 background

This text has black color on #BBB5F6 background.


White color preview on #BBB5F6 background

This text has white color on #BBB5F6 background.