COLOR #B2BDFB

HEX: #B2BDFB
RGB: (178,189,251)

Color info

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

RGB color model

#B2BDFB color RGB value is (178,189,251).

  • red value is 178;
  • green value is 189;
  • blue value is 251.
RGB:
(178,189,251)
(70%,74%,98%)

RGB channels and saturation

R 178 of 255 = 70%
G 189 of 255 = 74%
B 251 of 255 = 98%

178
189
251

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

Portions of RGB colors in percentages

R + G + B =
178 + 189 + 251 = 618 (100%)
R 178 of 618 ~ 28.8%
G 189 of 618 ~ 30.58%
B 251 of 618 ~ 40.61%

%28.8
%30.58
%40.61

CMYK color model

#B2BDFB color CMYK value is (29,25,0,2).

  • cyan value is 29.08%
  • magenta value is 24.70%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(29,25,0,2)
C29M25Y0K2 
(29%,25%,0%,2%)
(0.29/0.25/0.00/0.02)	

CMYK percentages

%29.08
%24.7
%0
%1.57

Codes

Color #B2BDFB in popluar color models

B2BDFB
RGB178189251
HSL231°90.12%84.12%
HSB/HSV231°29.08%98.43%
CMYK29.08%24.70%0.00%
1.57%

Color #B2BDFB in popluar number systems.

HEXB2BDFB
Decimal178189251
Binary101100101011110111111011
Octal262275373

Shades and tints

Shades of #B2BDFB

#B2BDFB
(178,189,251)
#A2ACE5
(162,172,229)
#929BCF
(146,155,207)
#828AB9
(130,138,185)
#7279A3
(114,121,163)
#62688D
(98,104,141)
#525777
(82,87,119)
#424661
(66,70,97)
#32354B
(50,53,75)
#222435
(34,36,53)
#12131F
(18,19,31)
#000000
(0,0,0)

Tints of #B2BDFB

#B2BDFB
(178,189,251)
#B9C3FB
(185,195,251)
#C0C9FB
(192,201,251)
#C7CFFB
(199,207,251)
#CED5FB
(206,213,251)
#D5DBFB
(213,219,251)
#DCE1FB
(220,225,251)
#E3E7FB
(227,231,251)
#EAEDFB
(234,237,251)
#F1F3FB
(241,243,251)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BDFB color. Also use rgb(178,189,251) instead hex code.

Text Font Color

.myTextColor { color: #B2BDFB; }

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

This text font color is #B2BDFB.


Background Color

.myBgColor { background-color: #B2BDFB; }

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

This div background color is #B2BDFB.


Border color

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

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

This div border color is #B2BDFB.


Opacity

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

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

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

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

This text has shadow with #B2BDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BDFB on black background.


Color preview on white background

This text has color #B2BDFB on white background.



Black color preview on #B2BDFB background

This text has black color on #B2BDFB background.


White color preview on #B2BDFB background

This text has white color on #B2BDFB background.