COLOR #B4BEE6

HEX: #B4BEE6
RGB: (180,190,230)

Color info

#B4BEE6 contains red, green and blue colors in about the same proportion. Web safe color of #B4BEE6 is #CCCCCC (or #CCC).

RGB color model

#B4BEE6 color RGB value is (180,190,230).

  • red value is 180;
  • green value is 190;
  • blue value is 230.
RGB:
(180,190,230)
(71%,75%,90%)

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 230 of 255 = 90%

180
190
230

R + G + B ~ 79%. #B4BEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 190 + 230 = 600 (100%)
R 180 of 600 ~ 30%
G 190 of 600 ~ 31.67%
B 230 of 600 ~ 38.33%

%30
%31.67
%38.33

CMYK color model

#B4BEE6 color CMYK value is (22,17,0,10).

  • cyan value is 21.74%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(22,17,0,10)
C22M17Y0K10 
(22%,17%,0%,10%)
(0.22/0.17/0.00/0.10)	

CMYK percentages

%21.74
%17.39
%0
%9.8

Codes

Color #B4BEE6 in popluar color models

B4BEE6
RGB180190230
HSL228°50.00%80.39%
HSB/HSV228°21.74%90.20%
CMYK21.74%17.39%0.00%
9.80%

Color #B4BEE6 in popluar number systems.

HEXB4BEE6
Decimal180190230
Binary101101001011111011100110
Octal264276346

Shades and tints

Shades of #B4BEE6

#B4BEE6
(180,190,230)
#A4ADD2
(164,173,210)
#949CBE
(148,156,190)
#848BAA
(132,139,170)
#747A96
(116,122,150)
#646982
(100,105,130)
#54586E
(84,88,110)
#44475A
(68,71,90)
#343646
(52,54,70)
#242532
(36,37,50)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #B4BEE6

#B4BEE6
(180,190,230)
#BAC3E8
(186,195,232)
#C0C8EA
(192,200,234)
#C6CDEC
(198,205,236)
#CCD2EE
(204,210,238)
#D2D7F0
(210,215,240)
#D8DCF2
(216,220,242)
#DEE1F4
(222,225,244)
#E4E6F6
(228,230,246)
#EAEBF8
(234,235,248)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BEE6; }

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

This text font color is #B4BEE6.


Background Color

.myBgColor { background-color: #B4BEE6; }

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

This div background color is #B4BEE6.


Border color

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

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

This div border color is #B4BEE6.


Opacity

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

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

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

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

This text has shadow with #B4BEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BEE6 on black background.


Color preview on white background

This text has color #B4BEE6 on white background.



Black color preview on #B4BEE6 background

This text has black color on #B4BEE6 background.


White color preview on #B4BEE6 background

This text has white color on #B4BEE6 background.