COLOR #BFB9EA

HEX: #BFB9EA
RGB: (191,185,234)

Color info

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

RGB color model

#BFB9EA color RGB value is (191,185,234).

  • red value is 191;
  • green value is 185;
  • blue value is 234.
RGB:
(191,185,234)
(75%,73%,92%)

RGB channels and saturation

R 191 of 255 = 75%
G 185 of 255 = 73%
B 234 of 255 = 92%

191
185
234

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

Portions of RGB colors in percentages

R + G + B =
191 + 185 + 234 = 610 (100%)
R 191 of 610 ~ 31.31%
G 185 of 610 ~ 30.33%
B 234 of 610 ~ 38.36%

%31.31
%30.33
%38.36

CMYK color model

#BFB9EA color CMYK value is (18,21,0,8).

  • cyan value is 18.38%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(18,21,0,8)
C18M21Y0K8 
(18%,21%,0%,8%)
(0.18/0.21/0.00/0.08)	

CMYK percentages

%18.38
%20.94
%0
%8.24

Codes

Color #BFB9EA in popluar color models

BFB9EA
RGB191185234
HSL247°53.85%82.16%
HSB/HSV247°20.94%91.76%
CMYK18.38%20.94%0.00%
8.24%

Color #BFB9EA in popluar number systems.

HEXBFB9EA
Decimal191185234
Binary101111111011100111101010
Octal277271352

Shades and tints

Shades of #BFB9EA

#BFB9EA
(191,185,234)
#AEA9D5
(174,169,213)
#9D99C0
(157,153,192)
#8C89AB
(140,137,171)
#7B7996
(123,121,150)
#6A6981
(106,105,129)
#59596C
(89,89,108)
#484957
(72,73,87)
#373942
(55,57,66)
#26292D
(38,41,45)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #BFB9EA

#BFB9EA
(191,185,234)
#C4BFEB
(196,191,235)
#C9C5EC
(201,197,236)
#CECBED
(206,203,237)
#D3D1EE
(211,209,238)
#D8D7EF
(216,215,239)
#DDDDF0
(221,221,240)
#E2E3F1
(226,227,241)
#E7E9F2
(231,233,242)
#ECEFF3
(236,239,243)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB9EA color. Also use rgb(191,185,234) instead hex code.

Text Font Color

.myTextColor { color: #BFB9EA; }

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

This text font color is #BFB9EA.


Background Color

.myBgColor { background-color: #BFB9EA; }

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

This div background color is #BFB9EA.


Border color

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

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

This div border color is #BFB9EA.


Opacity

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

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

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

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

This text has shadow with #BFB9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB9EA on black background.


Color preview on white background

This text has color #BFB9EA on white background.



Black color preview on #BFB9EA background

This text has black color on #BFB9EA background.


White color preview on #BFB9EA background

This text has white color on #BFB9EA background.