COLOR #B0CCFA

HEX: #B0CCFA
RGB: (176,204,250)

Color info

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

RGB color model

#B0CCFA color RGB value is (176,204,250).

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

RGB channels and saturation

R 176 of 255 = 69%
G 204 of 255 = 80%
B 250 of 255 = 98%

176
204
250

R + G + B ~ 82%. #B0CCFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 250 = 630 (100%)
R 176 of 630 ~ 27.94%
G 204 of 630 ~ 32.38%
B 250 of 630 ~ 39.68%

%27.94
%32.38
%39.68

CMYK color model

#B0CCFA color CMYK value is (30,18,0,2).

  • cyan value is 29.60%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,18,0,2)
C30M18Y0K2 
(30%,18%,0%,2%)
(0.30/0.18/0.00/0.02)	

CMYK percentages

%29.6
%18.4
%0
%1.96

Codes

Color #B0CCFA in popluar color models

B0CCFA
RGB176204250
HSL217°88.10%83.53%
HSB/HSV217°29.60%98.04%
CMYK29.60%18.40%0.00%
1.96%

Color #B0CCFA in popluar number systems.

HEXB0CCFA
Decimal176204250
Binary101100001100110011111010
Octal260314372

Shades and tints

Shades of #B0CCFA

#B0CCFA
(176,204,250)
#A0BAE4
(160,186,228)
#90A8CE
(144,168,206)
#8096B8
(128,150,184)
#7084A2
(112,132,162)
#60728C
(96,114,140)
#506076
(80,96,118)
#404E60
(64,78,96)
#303C4A
(48,60,74)
#202A34
(32,42,52)
#10181E
(16,24,30)
#000000
(0,0,0)

Tints of #B0CCFA

#B0CCFA
(176,204,250)
#B7D0FA
(183,208,250)
#BED4FA
(190,212,250)
#C5D8FA
(197,216,250)
#CCDCFA
(204,220,250)
#D3E0FA
(211,224,250)
#DAE4FA
(218,228,250)
#E1E8FA
(225,232,250)
#E8ECFA
(232,236,250)
#EFF0FA
(239,240,250)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0CCFA; }

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

This text font color is #B0CCFA.


Background Color

.myBgColor { background-color: #B0CCFA; }

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

This div background color is #B0CCFA.


Border color

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

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

This div border color is #B0CCFA.


Opacity

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

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

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

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

This text has shadow with #B0CCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CCFA on black background.


Color preview on white background

This text has color #B0CCFA on white background.



Black color preview on #B0CCFA background

This text has black color on #B0CCFA background.


White color preview on #B0CCFA background

This text has white color on #B0CCFA background.