COLOR #B0B9FA

HEX: #B0B9FA
RGB: (176,185,250)

Color info

#B0B9FA contains mainly blue color. Web safe color of #B0B9FA is #99CCFF (or #9CF).

RGB color model

#B0B9FA color RGB value is (176,185,250).

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

RGB channels and saturation

R 176 of 255 = 69%
G 185 of 255 = 73%
B 250 of 255 = 98%

176
185
250

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

Portions of RGB colors in percentages

R + G + B =
176 + 185 + 250 = 611 (100%)
R 176 of 611 ~ 28.81%
G 185 of 611 ~ 30.28%
B 250 of 611 ~ 40.92%

%28.81
%30.28
%40.92

CMYK color model

#B0B9FA color CMYK value is (30,26,0,2).

  • cyan value is 29.60%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(30,26,0,2)
C30M26Y0K2 
(30%,26%,0%,2%)
(0.30/0.26/0.00/0.02)	

CMYK percentages

%29.6
%26
%0
%1.96

Codes

Color #B0B9FA in popluar color models

B0B9FA
RGB176185250
HSL233°88.10%83.53%
HSB/HSV233°29.60%98.04%
CMYK29.60%26.00%0.00%
1.96%

Color #B0B9FA in popluar number systems.

HEXB0B9FA
Decimal176185250
Binary101100001011100111111010
Octal260271372

Shades and tints

Shades of #B0B9FA

#B0B9FA
(176,185,250)
#A0A9E4
(160,169,228)
#9099CE
(144,153,206)
#8089B8
(128,137,184)
#7079A2
(112,121,162)
#60698C
(96,105,140)
#505976
(80,89,118)
#404960
(64,73,96)
#30394A
(48,57,74)
#202934
(32,41,52)
#10191E
(16,25,30)
#000000
(0,0,0)

Tints of #B0B9FA

#B0B9FA
(176,185,250)
#B7BFFA
(183,191,250)
#BEC5FA
(190,197,250)
#C5CBFA
(197,203,250)
#CCD1FA
(204,209,250)
#D3D7FA
(211,215,250)
#DADDFA
(218,221,250)
#E1E3FA
(225,227,250)
#E8E9FA
(232,233,250)
#EFEFFA
(239,239,250)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B9FA; }

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

This text font color is #B0B9FA.


Background Color

.myBgColor { background-color: #B0B9FA; }

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

This div background color is #B0B9FA.


Border color

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

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

This div border color is #B0B9FA.


Opacity

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

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

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

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

This text has shadow with #B0B9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B9FA on black background.


Color preview on white background

This text has color #B0B9FA on white background.



Black color preview on #B0B9FA background

This text has black color on #B0B9FA background.


White color preview on #B0B9FA background

This text has white color on #B0B9FA background.