COLOR #B2BFFC

HEX: #B2BFFC
RGB: (178,191,252)

Color info

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

RGB color model

#B2BFFC color RGB value is (178,191,252).

  • red value is 178;
  • green value is 191;
  • blue value is 252.
RGB:
(178,191,252)
(70%,75%,99%)

RGB channels and saturation

R 178 of 255 = 70%
G 191 of 255 = 75%
B 252 of 255 = 99%

178
191
252

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

Portions of RGB colors in percentages

R + G + B =
178 + 191 + 252 = 621 (100%)
R 178 of 621 ~ 28.66%
G 191 of 621 ~ 30.76%
B 252 of 621 ~ 40.58%

%28.66
%30.76
%40.58

CMYK color model

#B2BFFC color CMYK value is (29,24,0,1).

  • cyan value is 29.37%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(29,24,0,1)
C29M24Y0K1 
(29%,24%,0%,1%)
(0.29/0.24/0.00/0.01)	

CMYK percentages

%29.37
%24.21
%0
%1.18

Codes

Color #B2BFFC in popluar color models

B2BFFC
RGB178191252
HSL229°92.50%84.31%
HSB/HSV229°29.37%98.82%
CMYK29.37%24.21%0.00%
1.18%

Color #B2BFFC in popluar number systems.

HEXB2BFFC
Decimal178191252
Binary101100101011111111111100
Octal262277374

Shades and tints

Shades of #B2BFFC

#B2BFFC
(178,191,252)
#A2AEE6
(162,174,230)
#929DD0
(146,157,208)
#828CBA
(130,140,186)
#727BA4
(114,123,164)
#626A8E
(98,106,142)
#525978
(82,89,120)
#424862
(66,72,98)
#32374C
(50,55,76)
#222636
(34,38,54)
#121520
(18,21,32)
#000000
(0,0,0)

Tints of #B2BFFC

#B2BFFC
(178,191,252)
#B9C4FC
(185,196,252)
#C0C9FC
(192,201,252)
#C7CEFC
(199,206,252)
#CED3FC
(206,211,252)
#D5D8FC
(213,216,252)
#DCDDFC
(220,221,252)
#E3E2FC
(227,226,252)
#EAE7FC
(234,231,252)
#F1ECFC
(241,236,252)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BFFC color. Also use rgb(178,191,252) instead hex code.

Text Font Color

.myTextColor { color: #B2BFFC; }

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

This text font color is #B2BFFC.


Background Color

.myBgColor { background-color: #B2BFFC; }

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

This div background color is #B2BFFC.


Border color

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

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

This div border color is #B2BFFC.


Opacity

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

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

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

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

This text has shadow with #B2BFFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BFFC on black background.


Color preview on white background

This text has color #B2BFFC on white background.



Black color preview on #B2BFFC background

This text has black color on #B2BFFC background.


White color preview on #B2BFFC background

This text has white color on #B2BFFC background.