COLOR #B0C1FA

HEX: #B0C1FA
RGB: (176,193,250)

Color info

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

RGB color model

#B0C1FA color RGB value is (176,193,250).

  • red value is 176;
  • green value is 193;
  • blue value is 250.
RGB:
(176,193,250)
(69%,76%,98%)

RGB channels and saturation

R 176 of 255 = 69%
G 193 of 255 = 76%
B 250 of 255 = 98%

176
193
250

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

Portions of RGB colors in percentages

R + G + B =
176 + 193 + 250 = 619 (100%)
R 176 of 619 ~ 28.43%
G 193 of 619 ~ 31.18%
B 250 of 619 ~ 40.39%

%28.43
%31.18
%40.39

CMYK color model

#B0C1FA color CMYK value is (30,23,0,2).

  • cyan value is 29.60%
  • magenta value is 22.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,23,0,2)
C30M23Y0K2 
(30%,23%,0%,2%)
(0.30/0.23/0.00/0.02)	

CMYK percentages

%29.6
%22.8
%0
%1.96

Codes

Color #B0C1FA in popluar color models

B0C1FA
RGB176193250
HSL226°88.10%83.53%
HSB/HSV226°29.60%98.04%
CMYK29.60%22.80%0.00%
1.96%

Color #B0C1FA in popluar number systems.

HEXB0C1FA
Decimal176193250
Binary101100001100000111111010
Octal260301372

Shades and tints

Shades of #B0C1FA

#B0C1FA
(176,193,250)
#A0B0E4
(160,176,228)
#909FCE
(144,159,206)
#808EB8
(128,142,184)
#707DA2
(112,125,162)
#606C8C
(96,108,140)
#505B76
(80,91,118)
#404A60
(64,74,96)
#30394A
(48,57,74)
#202834
(32,40,52)
#10171E
(16,23,30)
#000000
(0,0,0)

Tints of #B0C1FA

#B0C1FA
(176,193,250)
#B7C6FA
(183,198,250)
#BECBFA
(190,203,250)
#C5D0FA
(197,208,250)
#CCD5FA
(204,213,250)
#D3DAFA
(211,218,250)
#DADFFA
(218,223,250)
#E1E4FA
(225,228,250)
#E8E9FA
(232,233,250)
#EFEEFA
(239,238,250)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C1FA color. Also use rgb(176,193,250) instead hex code.

Text Font Color

.myTextColor { color: #B0C1FA; }

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

This text font color is #B0C1FA.


Background Color

.myBgColor { background-color: #B0C1FA; }

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

This div background color is #B0C1FA.


Border color

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

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

This div border color is #B0C1FA.


Opacity

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

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

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

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

This text has shadow with #B0C1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C1FA on black background.


Color preview on white background

This text has color #B0C1FA on white background.



Black color preview on #B0C1FA background

This text has black color on #B0C1FA background.


White color preview on #B0C1FA background

This text has white color on #B0C1FA background.