COLOR #B0C1F1

HEX: #B0C1F1 RGB: (176,193,241)

Color info

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

RGB color model

#B0C1F1 color RGB value is (176,193,241).

RGB: (176,193,241) (69%, 76%, 95%)

RGB channels and saturation

R 176 of 255 = 69%
G 193 of 255 = 76%
B 241 of 255 = 95%

176
193
241

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

Portions of RGB colors in percentages

R + G + B = 176 + 193 + 241 = 610 (100%)
R 176 of 610 ~ 28.85%
G 193 of 610 ~ 31.64%
B 241 of 610 ~ 39.51'%

%28.85
%31.64
%39.51

CMYK color model

#B0C1F1 color CMYK value is (27,20,0,5).

  • cyan value is 26.97%
  • magenta value is 19.92%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (27,20,0,5)
C27M20Y0K5 (27%, 20%, 0%, 5%)
(0.27 / 0.20 / 0.00 / 0.05)

CMYK percentages

%26.97
%19.92
%0
%5.49

Codes

Color #B0C1F1 in popluar color models

B0 C1 F1
RGB 176 193 241
HSL 224° 69.89% 81.76%
HSB/HSV 224° 26.97% 94.51%
CMYK 26.97% 19.92% 0.00%
5.49%

Color #B0C1F1 in popluar number systems.

HEX B0 C1 F1
Decimal 176 193 241
Binary 10110000 11000001 11110001
Octal 260 301 361

Shades and tints

Shades of #B0C1F1

#B0C1F1
(176,193,241)
#A0B0DC
(160,176,220)
#909FC7
(144,159,199)
#808EB2
(128,142,178)
#707D9D
(112,125,157)
#606C88
(96,108,136)
#505B73
(80,91,115)
#404A5E
(64,74,94)
#303949
(48,57,73)
#202834
(32,40,52)
#10171F
(16,23,31)
#000000
(0,0,0)

Tints of #B0C1F1

#B0C1F1
(176,193,241)
#B7C6F2
(183,198,242)
#BECBF3
(190,203,243)
#C5D0F4
(197,208,244)
#CCD5F5
(204,213,245)
#D3DAF6
(211,218,246)
#DADFF7
(218,223,247)
#E1E4F8
(225,228,248)
#E8E9F9
(232,233,249)
#EFEEFA
(239,238,250)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C1F1; }

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

This text font color is #B0C1F1.

Background Color

.myBgColor { background-color: #B0C1F1; }

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

This div background color is #B0C1F1.

Border color

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

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

This div border color is #B0C1F1.

Opacity

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

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

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

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

This text has shadow with #B0C1F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C1F1.

Preview

Color preview on black background

This text has color #B0C1F1 on black background.


Color preview on white background

This text has color #B0C1F1 on white background.


Black color preview on #B0C1F1 background

This text has black color on #B0C1F1 background.


White color preview on #B0C1F1 background

This text has white color on #B0C1F1 background.


Related colors

Complementary color

Complementary color for #hex is #4F3E0E.


I love getcolorcode.com

Triadic colors

1 #F1B0C1 and #C1F1B0 with #B0C1F1 are triadic colors.

2 #F1C1B0 and #C1B0F1 with #B0C1F1 are triadic colors.