COLOR #B1C3FA

HEX: #B1C3FA RGB: (177,195,250)

Color info

#B1C3FA contains mainly green and blue colors. Web safe color of #B1C3FA is #99CCFF (or #9CF).

RGB color model

#B1C3FA color RGB value is (177,195,250).

RGB: (177,195,250) (69%, 76%, 98%)

RGB channels and saturation

R 177 of 255 = 69%
G 195 of 255 = 76%
B 250 of 255 = 98%

177
195
250

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

Portions of RGB colors in percentages

R + G + B = 177 + 195 + 250 = 622 (100%)
R 177 of 622 ~ 28.46%
G 195 of 622 ~ 31.35%
B 250 of 622 ~ 40.19'%

%28.46
%31.35
%40.19

CMYK color model

#B1C3FA color CMYK value is (29,22,0,2).

  • cyan value is 29.20%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (29,22,0,2)
C29M22Y0K2 (29%, 22%, 0%, 2%)
(0.29 / 0.22 / 0.00 / 0.02)

CMYK percentages

%29.2
%22
%0
%1.96

Codes

Color #B1C3FA in popluar color models

B1 C3 FA
RGB 177 195 250
HSL 225° 87.95% 83.73%
HSB/HSV 225° 29.20% 98.04%
CMYK 29.20% 22.00% 0.00%
1.96%

Color #B1C3FA in popluar number systems.

HEX B1 C3 FA
Decimal 177 195 250
Binary 10110001 11000011 11111010
Octal 261 303 372

Shades and tints

Shades of #B1C3FA

#B1C3FA
(177,195,250)
#A1B2E4
(161,178,228)
#91A1CE
(145,161,206)
#8190B8
(129,144,184)
#717FA2
(113,127,162)
#616E8C
(97,110,140)
#515D76
(81,93,118)
#414C60
(65,76,96)
#313B4A
(49,59,74)
#212A34
(33,42,52)
#11191E
(17,25,30)
#000000
(0,0,0)

Tints of #B1C3FA

#B1C3FA
(177,195,250)
#B8C8FA
(184,200,250)
#BFCDFA
(191,205,250)
#C6D2FA
(198,210,250)
#CDD7FA
(205,215,250)
#D4DCFA
(212,220,250)
#DBE1FA
(219,225,250)
#E2E6FA
(226,230,250)
#E9EBFA
(233,235,250)
#F0F0FA
(240,240,250)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C3FA color. Also use rgb(177,195,250) instead hex code.

Text Font Color

.myTextColor { color: #B1C3FA; }

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

This text font color is #B1C3FA.

Background Color

.myBgColor { background-color: #B1C3FA; }

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

This div background color is #B1C3FA.

Border color

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

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

This div border color is #B1C3FA.

Opacity

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

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

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

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

This text has shadow with #B1C3FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1C3FA.

Preview

Color preview on black background

This text has color #B1C3FA on black background.


Color preview on white background

This text has color #B1C3FA on white background.


Black color preview on #B1C3FA background

This text has black color on #B1C3FA background.


White color preview on #B1C3FA background

This text has white color on #B1C3FA background.


Related colors

Complementary color

Complementary color for #hex is #4E3C05.


I love getcolorcode.com

Triadic colors

1 #FAB1C3 and #C3FAB1 with #B1C3FA are triadic colors.

2 #FAC3B1 and #C3B1FA with #B1C3FA are triadic colors.