COLOR #B9BEF5

HEX: #B9BEF5
RGB: (185,190,245)

Color info

#B9BEF5 contains mainly green and blue colors. Web safe color of #B9BEF5 is #CCCCFF (or #CCF).

RGB color model

#B9BEF5 color RGB value is (185,190,245).

  • red value is 185;
  • green value is 190;
  • blue value is 245.
RGB:
(185,190,245)
(73%,75%,96%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 245 of 255 = 96%

185
190
245

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

Portions of RGB colors in percentages

R + G + B =
185 + 190 + 245 = 620 (100%)
R 185 of 620 ~ 29.84%
G 190 of 620 ~ 30.65%
B 245 of 620 ~ 39.52%

%29.84
%30.65
%39.52

CMYK color model

#B9BEF5 color CMYK value is (24,22,0,4).

  • cyan value is 24.49%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,22,0,4)
C24M22Y0K4 
(24%,22%,0%,4%)
(0.24/0.22/0.00/0.04)	

CMYK percentages

%24.49
%22.45
%0
%3.92

Codes

Color #B9BEF5 in popluar color models

B9BEF5
RGB185190245
HSL235°75.00%84.31%
HSB/HSV235°24.49%96.08%
CMYK24.49%22.45%0.00%
3.92%

Color #B9BEF5 in popluar number systems.

HEXB9BEF5
Decimal185190245
Binary101110011011111011110101
Octal271276365

Shades and tints

Shades of #B9BEF5

#B9BEF5
(185,190,245)
#A9ADDF
(169,173,223)
#999CC9
(153,156,201)
#898BB3
(137,139,179)
#797A9D
(121,122,157)
#696987
(105,105,135)
#595871
(89,88,113)
#49475B
(73,71,91)
#393645
(57,54,69)
#29252F
(41,37,47)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #B9BEF5

#B9BEF5
(185,190,245)
#BFC3F5
(191,195,245)
#C5C8F5
(197,200,245)
#CBCDF5
(203,205,245)
#D1D2F5
(209,210,245)
#D7D7F5
(215,215,245)
#DDDCF5
(221,220,245)
#E3E1F5
(227,225,245)
#E9E6F5
(233,230,245)
#EFEBF5
(239,235,245)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BEF5 color. Also use rgb(185,190,245) instead hex code.

Text Font Color

.myTextColor { color: #B9BEF5; }

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

This text font color is #B9BEF5.


Background Color

.myBgColor { background-color: #B9BEF5; }

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

This div background color is #B9BEF5.


Border color

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

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

This div border color is #B9BEF5.


Opacity

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

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

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

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

This text has shadow with #B9BEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BEF5 on black background.


Color preview on white background

This text has color #B9BEF5 on white background.



Black color preview on #B9BEF5 background

This text has black color on #B9BEF5 background.


White color preview on #B9BEF5 background

This text has white color on #B9BEF5 background.