COLOR #BBB1FD

HEX: #BBB1FD
RGB: (187,177,253)

Color info

#BBB1FD contains mainly blue color. Web safe color of #BBB1FD is #CC99FF (or #C9F).

RGB color model

#BBB1FD color RGB value is (187,177,253).

  • red value is 187;
  • green value is 177;
  • blue value is 253.
RGB:
(187,177,253)
(73%,69%,99%)

RGB channels and saturation

R 187 of 255 = 73%
G 177 of 255 = 69%
B 253 of 255 = 99%

187
177
253

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

Portions of RGB colors in percentages

R + G + B =
187 + 177 + 253 = 617 (100%)
R 187 of 617 ~ 30.31%
G 177 of 617 ~ 28.69%
B 253 of 617 ~ 41%

%30.31
%28.69
%41

CMYK color model

#BBB1FD color CMYK value is (26,30,0,1).

  • cyan value is 26.09%
  • magenta value is 30.04%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(26,30,0,1)
C26M30Y0K1 
(26%,30%,0%,1%)
(0.26/0.30/0.00/0.01)	

CMYK percentages

%26.09
%30.04
%0
%0.78

Codes

Color #BBB1FD in popluar color models

BBB1FD
RGB187177253
HSL248°95.00%84.31%
HSB/HSV248°30.04%99.22%
CMYK26.09%30.04%0.00%
0.78%

Color #BBB1FD in popluar number systems.

HEXBBB1FD
Decimal187177253
Binary101110111011000111111101
Octal273261375

Shades and tints

Shades of #BBB1FD

#BBB1FD
(187,177,253)
#AAA1E6
(170,161,230)
#9991CF
(153,145,207)
#8881B8
(136,129,184)
#7771A1
(119,113,161)
#66618A
(102,97,138)
#555173
(85,81,115)
#44415C
(68,65,92)
#333145
(51,49,69)
#22212E
(34,33,46)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #BBB1FD

#BBB1FD
(187,177,253)
#C1B8FD
(193,184,253)
#C7BFFD
(199,191,253)
#CDC6FD
(205,198,253)
#D3CDFD
(211,205,253)
#D9D4FD
(217,212,253)
#DFDBFD
(223,219,253)
#E5E2FD
(229,226,253)
#EBE9FD
(235,233,253)
#F1F0FD
(241,240,253)
#F7F7FD
(247,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB1FD; }

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

This text font color is #BBB1FD.


Background Color

.myBgColor { background-color: #BBB1FD; }

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

This div background color is #BBB1FD.


Border color

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

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

This div border color is #BBB1FD.


Opacity

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

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

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

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

This text has shadow with #BBB1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB1FD on black background.


Color preview on white background

This text has color #BBB1FD on white background.



Black color preview on #BBB1FD background

This text has black color on #BBB1FD background.


White color preview on #BBB1FD background

This text has white color on #BBB1FD background.