COLOR #B0C3FA

HEX: #B0C3FA RGB: (176,195,250)

Color info

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

RGB color model

#B0C3FA color RGB value is (176,195,250).

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

RGB channels and saturation

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

176
195
250

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

Portions of RGB colors in percentages

R + G + B = 176 + 195 + 250 = 621 (100%)
R 176 of 621 ~ 28.34%
G 195 of 621 ~ 31.4%
B 250 of 621 ~ 40.26'%

%28.34
%31.4
%40.26

CMYK color model

#B0C3FA color CMYK value is (30,22,0,2).

  • cyan value is 29.60%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (30,22,0,2) C30M22Y0K2 (30%,22%,0%,2%) (0.30/0.22/0.00/0.02) 

CMYK percentages

%29.6
%22
%0
%1.96

Codes

Color #B0C3FA in popluar color models

B0 C3 FA
RGB 176 195 250
HSL 225° 88.10% 83.53%
HSB/HSV 225° 29.60% 98.04%
CMYK 29.60% 22.00% 0.00%
1.96%

Color #B0C3FA in popluar number systems.

HEX B0 C3 FA
Decimal 176 195 250
Binary 10110000 11000011 11111010
Octal 260 303 372

Shades and tints

Shades of #B0C3FA

#B0C3FA
(176,195,250)
#A0B2E4
(160,178,228)
#90A1CE
(144,161,206)
#8090B8
(128,144,184)
#707FA2
(112,127,162)
#606E8C
(96,110,140)
#505D76
(80,93,118)
#404C60
(64,76,96)
#303B4A
(48,59,74)
#202A34
(32,42,52)
#10191E
(16,25,30)
#000000
(0,0,0)

Tints of #B0C3FA

#B0C3FA
(176,195,250)
#B7C8FA
(183,200,250)
#BECDFA
(190,205,250)
#C5D2FA
(197,210,250)
#CCD7FA
(204,215,250)
#D3DCFA
(211,220,250)
#DAE1FA
(218,225,250)
#E1E6FA
(225,230,250)
#E8EBFA
(232,235,250)
#EFF0FA
(239,240,250)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C3FA; }

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

This text font color is #B0C3FA.

Background Color

.myBgColor { background-color: #B0C3FA; }

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

This div background color is #B0C3FA.

Border color

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

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

This div border color is #B0C3FA.

Opacity

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

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

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

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

This text has shadow with #B0C3FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C3FA.

Preview

Color preview on black background

This text has color #B0C3FA on black background.


Color preview on white background

This text has color #B0C3FA on white background.


Black color preview on #B0C3FA background

This text has black color on #B0C3FA background.


White color preview on #B0C3FA background

This text has white color on #B0C3FA background.


Related colors

Complementary color

Complementary color for #hex is #4F3C05.


I love getcolorcode.com

Triadic colors

1 #FAB0C3 and #C3FAB0 with #B0C3FA are triadic colors.

2 #FAC3B0 and #C3B0FA with #B0C3FA are triadic colors.