COLOR #B2BFFD

HEX: #B2BFFD
RGB: (178,191,253)

Color info

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

RGB color model

#B2BFFD color RGB value is (178,191,253).

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

RGB channels and saturation

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

178
191
253

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

Portions of RGB colors in percentages

R + G + B =
178 + 191 + 253 = 622 (100%)
R 178 of 622 ~ 28.62%
G 191 of 622 ~ 30.71%
B 253 of 622 ~ 40.68%

%28.62
%30.71
%40.68

CMYK color model

#B2BFFD color CMYK value is (30,25,0,1).

  • cyan value is 29.64%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(30,25,0,1)
C30M25Y0K1 
(30%,25%,0%,1%)
(0.30/0.25/0.00/0.01)	

CMYK percentages

%29.64
%24.51
%0
%0.78

Codes

Color #B2BFFD in popluar color models

B2BFFD
RGB178191253
HSL230°94.94%84.51%
HSB/HSV230°29.64%99.22%
CMYK29.64%24.51%0.00%
0.78%

Color #B2BFFD in popluar number systems.

HEXB2BFFD
Decimal178191253
Binary101100101011111111111101
Octal262277375

Shades and tints

Shades of #B2BFFD

#B2BFFD
(178,191,253)
#A2AEE6
(162,174,230)
#929DCF
(146,157,207)
#828CB8
(130,140,184)
#727BA1
(114,123,161)
#626A8A
(98,106,138)
#525973
(82,89,115)
#42485C
(66,72,92)
#323745
(50,55,69)
#22262E
(34,38,46)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #B2BFFD

#B2BFFD
(178,191,253)
#B9C4FD
(185,196,253)
#C0C9FD
(192,201,253)
#C7CEFD
(199,206,253)
#CED3FD
(206,211,253)
#D5D8FD
(213,216,253)
#DCDDFD
(220,221,253)
#E3E2FD
(227,226,253)
#EAE7FD
(234,231,253)
#F1ECFD
(241,236,253)
#F8F1FD
(248,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BFFD; }

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

This text font color is #B2BFFD.


Background Color

.myBgColor { background-color: #B2BFFD; }

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

This div background color is #B2BFFD.


Border color

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

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

This div border color is #B2BFFD.


Opacity

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

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

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

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

This text has shadow with #B2BFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BFFD on black background.


Color preview on white background

This text has color #B2BFFD on white background.



Black color preview on #B2BFFD background

This text has black color on #B2BFFD background.


White color preview on #B2BFFD background

This text has white color on #B2BFFD background.