COLOR #B1BCFB

HEX: #B1BCFB RGB: (177,188,251)

Color info

#B1BCFB contains mainly blue color. Web safe color of #B1BCFB is #99CCFF (or #9CF).

RGB color model

#B1BCFB color RGB value is (177,188,251).

RGB: (177,188,251) (69%, 74%, 98%)

RGB channels and saturation

R 177 of 255 = 69%
G 188 of 255 = 74%
B 251 of 255 = 98%

177
188
251

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

Portions of RGB colors in percentages

R + G + B = 177 + 188 + 251 = 616 (100%)
R 177 of 616 ~ 28.73%
G 188 of 616 ~ 30.52%
B 251 of 616 ~ 40.75'%

%28.73
%30.52
%40.75

CMYK color model

#B1BCFB color CMYK value is (29,25,0,2).

  • cyan value is 29.48%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (29,25,0,2)
C29M25Y0K2 (29%, 25%, 0%, 2%)
(0.29 / 0.25 / 0.00 / 0.02)

CMYK percentages

%29.48
%25.1
%0
%1.57

Codes

Color #B1BCFB in popluar color models

B1 BC FB
RGB 177 188 251
HSL 231° 90.24% 83.92%
HSB/HSV 231° 29.48% 98.43%
CMYK 29.48% 25.10% 0.00%
1.57%

Color #B1BCFB in popluar number systems.

HEX B1 BC FB
Decimal 177 188 251
Binary 10110001 10111100 11111011
Octal 261 274 373

Shades and tints

Shades of #B1BCFB

#B1BCFB
(177,188,251)
#A1ABE5
(161,171,229)
#919ACF
(145,154,207)
#8189B9
(129,137,185)
#7178A3
(113,120,163)
#61678D
(97,103,141)
#515677
(81,86,119)
#414561
(65,69,97)
#31344B
(49,52,75)
#212335
(33,35,53)
#11121F
(17,18,31)
#000000
(0,0,0)

Tints of #B1BCFB

#B1BCFB
(177,188,251)
#B8C2FB
(184,194,251)
#BFC8FB
(191,200,251)
#C6CEFB
(198,206,251)
#CDD4FB
(205,212,251)
#D4DAFB
(212,218,251)
#DBE0FB
(219,224,251)
#E2E6FB
(226,230,251)
#E9ECFB
(233,236,251)
#F0F2FB
(240,242,251)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1BCFB color. Also use rgb(177,188,251) instead hex code.

Text Font Color

.myTextColor { color: #B1BCFB; }

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

This text font color is #B1BCFB.

Background Color

.myBgColor { background-color: #B1BCFB; }

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

This div background color is #B1BCFB.

Border color

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

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

This div border color is #B1BCFB.

Opacity

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

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

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

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

This text has shadow with #B1BCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1BCFB.

Preview

Color preview on black background

This text has color #B1BCFB on black background.


Color preview on white background

This text has color #B1BCFB on white background.


Black color preview on #B1BCFB background

This text has black color on #B1BCFB background.


White color preview on #B1BCFB background

This text has white color on #B1BCFB background.


Related colors

Complementary color

Complementary color for #hex is #4E4304.


I love getcolorcode.com

Triadic colors

1 #FBB1BC and #BCFBB1 with #B1BCFB are triadic colors.

2 #FBBCB1 and #BCB1FB with #B1BCFB are triadic colors.