COLOR #B4B4FE

HEX: #B4B4FE
RGB: (180,180,254)

Color info

#B4B4FE contains mainly blue color. Web safe color of #B4B4FE is #CCCCFF (or #CCF).

RGB color model

#B4B4FE color RGB value is (180,180,254).

  • red value is 180;
  • green value is 180;
  • blue value is 254.
RGB:
(180,180,254)
(71%,71%,100%)

RGB channels and saturation

R 180 of 255 = 71%
G 180 of 255 = 71%
B 254 of 255 = 100%

180
180
254

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

Portions of RGB colors in percentages

R + G + B =
180 + 180 + 254 = 614 (100%)
R 180 of 614 ~ 29.32%
G 180 of 614 ~ 29.32%
B 254 of 614 ~ 41.37%

%29.32
%29.32
%41.37

CMYK color model

#B4B4FE color CMYK value is (29,29,0,0).

  • cyan value is 29.13%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(29,29,0,0)
C29M29Y0K0 
(29%,29%,0%,0%)
(0.29/0.29/0.00/0.00)	

CMYK percentages

%29.13
%29.13
%0
%0.39

Codes

Color #B4B4FE in popluar color models

B4B4FE
RGB180180254
HSL240°97.37%85.10%
HSB/HSV240°29.13%99.61%
CMYK29.13%29.13%0.00%
0.39%

Color #B4B4FE in popluar number systems.

HEXB4B4FE
Decimal180180254
Binary101101001011010011111110
Octal264264376

Shades and tints

Shades of #B4B4FE

#B4B4FE
(180,180,254)
#A4A4E7
(164,164,231)
#9494D0
(148,148,208)
#8484B9
(132,132,185)
#7474A2
(116,116,162)
#64648B
(100,100,139)
#545474
(84,84,116)
#44445D
(68,68,93)
#343446
(52,52,70)
#24242F
(36,36,47)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #B4B4FE

#B4B4FE
(180,180,254)
#BABAFE
(186,186,254)
#C0C0FE
(192,192,254)
#C6C6FE
(198,198,254)
#CCCCFE
(204,204,254)
#D2D2FE
(210,210,254)
#D8D8FE
(216,216,254)
#DEDEFE
(222,222,254)
#E4E4FE
(228,228,254)
#EAEAFE
(234,234,254)
#F0F0FE
(240,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B4FE color. Also use rgb(180,180,254) instead hex code.

Text Font Color

.myTextColor { color: #B4B4FE; }

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

This text font color is #B4B4FE.


Background Color

.myBgColor { background-color: #B4B4FE; }

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

This div background color is #B4B4FE.


Border color

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

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

This div border color is #B4B4FE.


Opacity

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

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

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

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

This text has shadow with #B4B4FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4B4FE on black background.


Color preview on white background

This text has color #B4B4FE on white background.



Black color preview on #B4B4FE background

This text has black color on #B4B4FE background.


White color preview on #B4B4FE background

This text has white color on #B4B4FE background.