COLOR #B9BAEF

HEX: #B9BAEF
RGB: (185,186,239)

Color info

#B9BAEF contains red, green and blue colors in about the same proportion. Web safe color of #B9BAEF is #CCCCFF (or #CCF).

RGB color model

#B9BAEF color RGB value is (185,186,239).

  • red value is 185;
  • green value is 186;
  • blue value is 239.
RGB:
(185,186,239)
(73%,73%,94%)

RGB channels and saturation

R 185 of 255 = 73%
G 186 of 255 = 73%
B 239 of 255 = 94%

185
186
239

R + G + B ~ 80%. #B9BAEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 186 + 239 = 610 (100%)
R 185 of 610 ~ 30.33%
G 186 of 610 ~ 30.49%
B 239 of 610 ~ 39.18%

%30.33
%30.49
%39.18

CMYK color model

#B9BAEF color CMYK value is (23,22,0,6).

  • cyan value is 22.59%
  • magenta value is 22.18%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(23,22,0,6)
C23M22Y0K6 
(23%,22%,0%,6%)
(0.23/0.22/0.00/0.06)	

CMYK percentages

%22.59
%22.18
%0
%6.27

Codes

Color #B9BAEF in popluar color models

B9BAEF
RGB185186239
HSL239°62.79%83.14%
HSB/HSV239°22.59%93.73%
CMYK22.59%22.18%0.00%
6.27%

Color #B9BAEF in popluar number systems.

HEXB9BAEF
Decimal185186239
Binary101110011011101011101111
Octal271272357

Shades and tints

Shades of #B9BAEF

#B9BAEF
(185,186,239)
#A9AADA
(169,170,218)
#999AC5
(153,154,197)
#898AB0
(137,138,176)
#797A9B
(121,122,155)
#696A86
(105,106,134)
#595A71
(89,90,113)
#494A5C
(73,74,92)
#393A47
(57,58,71)
#292A32
(41,42,50)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #B9BAEF

#B9BAEF
(185,186,239)
#BFC0F0
(191,192,240)
#C5C6F1
(197,198,241)
#CBCCF2
(203,204,242)
#D1D2F3
(209,210,243)
#D7D8F4
(215,216,244)
#DDDEF5
(221,222,245)
#E3E4F6
(227,228,246)
#E9EAF7
(233,234,247)
#EFF0F8
(239,240,248)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BAEF color. Also use rgb(185,186,239) instead hex code.

Text Font Color

.myTextColor { color: #B9BAEF; }

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

This text font color is #B9BAEF.


Background Color

.myBgColor { background-color: #B9BAEF; }

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

This div background color is #B9BAEF.


Border color

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

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

This div border color is #B9BAEF.


Opacity

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

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

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

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

This text has shadow with #B9BAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BAEF on black background.


Color preview on white background

This text has color #B9BAEF on white background.



Black color preview on #B9BAEF background

This text has black color on #B9BAEF background.


White color preview on #B9BAEF background

This text has white color on #B9BAEF background.