COLOR #BBBDF1

HEX: #BBBDF1
RGB: (187,189,241)

Color info

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

RGB color model

#BBBDF1 color RGB value is (187,189,241).

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

RGB channels and saturation

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

187
189
241

R + G + B ~ 81%. #BBBDF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 189 + 241 = 617 (100%)
R 187 of 617 ~ 30.31%
G 189 of 617 ~ 30.63%
B 241 of 617 ~ 39.06%

%30.31
%30.63
%39.06

CMYK color model

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

  • cyan value is 22.41%
  • magenta value is 21.58%
  • 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
%21.58
%0
%5.49

Codes

Color #BBBDF1 in popluar color models

BBBDF1
RGB187189241
HSL238°65.85%83.92%
HSB/HSV238°22.41%94.51%
CMYK22.41%21.58%0.00%
5.49%

Color #BBBDF1 in popluar number systems.

HEXBBBDF1
Decimal187189241
Binary101110111011110111110001
Octal273275361

Shades and tints

Shades of #BBBDF1

#BBBDF1
(187,189,241)
#AAACDC
(170,172,220)
#999BC7
(153,155,199)
#888AB2
(136,138,178)
#77799D
(119,121,157)
#666888
(102,104,136)
#555773
(85,87,115)
#44465E
(68,70,94)
#333549
(51,53,73)
#222434
(34,36,52)
#11131F
(17,19,31)
#000000
(0,0,0)

Tints of #BBBDF1

#BBBDF1
(187,189,241)
#C1C3F2
(193,195,242)
#C7C9F3
(199,201,243)
#CDCFF4
(205,207,244)
#D3D5F5
(211,213,245)
#D9DBF6
(217,219,246)
#DFE1F7
(223,225,247)
#E5E7F8
(229,231,248)
#EBEDF9
(235,237,249)
#F1F3FA
(241,243,250)
#F7F9FB
(247,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBDF1; }

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

This text font color is #BBBDF1.


Background Color

.myBgColor { background-color: #BBBDF1; }

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

This div background color is #BBBDF1.


Border color

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

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

This div border color is #BBBDF1.


Opacity

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

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

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

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

This text has shadow with #BBBDF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBDF1 on black background.


Color preview on white background

This text has color #BBBDF1 on white background.



Black color preview on #BBBDF1 background

This text has black color on #BBBDF1 background.


White color preview on #BBBDF1 background

This text has white color on #BBBDF1 background.