COLOR #B2B9FA

HEX: #B2B9FA
RGB: (178,185,250)

Color info

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

RGB color model

#B2B9FA color RGB value is (178,185,250).

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

RGB channels and saturation

R 178 of 255 = 70%
G 185 of 255 = 73%
B 250 of 255 = 98%

178
185
250

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

Portions of RGB colors in percentages

R + G + B =
178 + 185 + 250 = 613 (100%)
R 178 of 613 ~ 29.04%
G 185 of 613 ~ 30.18%
B 250 of 613 ~ 40.78%

%29.04
%30.18
%40.78

CMYK color model

#B2B9FA color CMYK value is (29,26,0,2).

  • cyan value is 28.80%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(29,26,0,2)
C29M26Y0K2 
(29%,26%,0%,2%)
(0.29/0.26/0.00/0.02)	

CMYK percentages

%28.8
%26
%0
%1.96

Codes

Color #B2B9FA in popluar color models

B2B9FA
RGB178185250
HSL234°87.80%83.92%
HSB/HSV234°28.80%98.04%
CMYK28.80%26.00%0.00%
1.96%

Color #B2B9FA in popluar number systems.

HEXB2B9FA
Decimal178185250
Binary101100101011100111111010
Octal262271372

Shades and tints

Shades of #B2B9FA

#B2B9FA
(178,185,250)
#A2A9E4
(162,169,228)
#9299CE
(146,153,206)
#8289B8
(130,137,184)
#7279A2
(114,121,162)
#62698C
(98,105,140)
#525976
(82,89,118)
#424960
(66,73,96)
#32394A
(50,57,74)
#222934
(34,41,52)
#12191E
(18,25,30)
#000000
(0,0,0)

Tints of #B2B9FA

#B2B9FA
(178,185,250)
#B9BFFA
(185,191,250)
#C0C5FA
(192,197,250)
#C7CBFA
(199,203,250)
#CED1FA
(206,209,250)
#D5D7FA
(213,215,250)
#DCDDFA
(220,221,250)
#E3E3FA
(227,227,250)
#EAE9FA
(234,233,250)
#F1EFFA
(241,239,250)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B9FA; }

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

This text font color is #B2B9FA.


Background Color

.myBgColor { background-color: #B2B9FA; }

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

This div background color is #B2B9FA.


Border color

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

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

This div border color is #B2B9FA.


Opacity

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

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

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

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

This text has shadow with #B2B9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2B9FA on black background.


Color preview on white background

This text has color #B2B9FA on white background.



Black color preview on #B2B9FA background

This text has black color on #B2B9FA background.


White color preview on #B2B9FA background

This text has white color on #B2B9FA background.