COLOR #B0BAFA

HEX: #B0BAFA
RGB: (176,186,250)

Color info

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

RGB color model

#B0BAFA color RGB value is (176,186,250).

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

RGB channels and saturation

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

176
186
250

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

Portions of RGB colors in percentages

R + G + B =
176 + 186 + 250 = 612 (100%)
R 176 of 612 ~ 28.76%
G 186 of 612 ~ 30.39%
B 250 of 612 ~ 40.85%

%28.76
%30.39
%40.85

CMYK color model

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

  • cyan value is 29.60%
  • magenta value is 25.60%
  • 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
%25.6
%0
%1.96

Codes

Color #B0BAFA in popluar color models

B0BAFA
RGB176186250
HSL232°88.10%83.53%
HSB/HSV232°29.60%98.04%
CMYK29.60%25.60%0.00%
1.96%

Color #B0BAFA in popluar number systems.

HEXB0BAFA
Decimal176186250
Binary101100001011101011111010
Octal260272372

Shades and tints

Shades of #B0BAFA

#B0BAFA
(176,186,250)
#A0AAE4
(160,170,228)
#909ACE
(144,154,206)
#808AB8
(128,138,184)
#707AA2
(112,122,162)
#606A8C
(96,106,140)
#505A76
(80,90,118)
#404A60
(64,74,96)
#303A4A
(48,58,74)
#202A34
(32,42,52)
#101A1E
(16,26,30)
#000000
(0,0,0)

Tints of #B0BAFA

#B0BAFA
(176,186,250)
#B7C0FA
(183,192,250)
#BEC6FA
(190,198,250)
#C5CCFA
(197,204,250)
#CCD2FA
(204,210,250)
#D3D8FA
(211,216,250)
#DADEFA
(218,222,250)
#E1E4FA
(225,228,250)
#E8EAFA
(232,234,250)
#EFF0FA
(239,240,250)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BAFA; }

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

This text font color is #B0BAFA.


Background Color

.myBgColor { background-color: #B0BAFA; }

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

This div background color is #B0BAFA.


Border color

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

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

This div border color is #B0BAFA.


Opacity

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

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

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

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

This text has shadow with #B0BAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BAFA on black background.


Color preview on white background

This text has color #B0BAFA on white background.



Black color preview on #B0BAFA background

This text has black color on #B0BAFA background.


White color preview on #B0BAFA background

This text has white color on #B0BAFA background.