COLOR #BFB9E1

HEX: #BFB9E1
RGB: (191,185,225)

Color info

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

RGB color model

#BFB9E1 color RGB value is (191,185,225).

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

RGB channels and saturation

R 191 of 255 = 75%
G 185 of 255 = 73%
B 225 of 255 = 88%

191
185
225

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

Portions of RGB colors in percentages

R + G + B =
191 + 185 + 225 = 601 (100%)
R 191 of 601 ~ 31.78%
G 185 of 601 ~ 30.78%
B 225 of 601 ~ 37.44%

%31.78
%30.78
%37.44

CMYK color model

#BFB9E1 color CMYK value is (15,18,0,12).

  • cyan value is 15.11%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(15,18,0,12)
C15M18Y0K12 
(15%,18%,0%,12%)
(0.15/0.18/0.00/0.12)	

CMYK percentages

%15.11
%17.78
%0
%11.76

Codes

Color #BFB9E1 in popluar color models

BFB9E1
RGB191185225
HSL249°40.00%80.39%
HSB/HSV249°17.78%88.24%
CMYK15.11%17.78%0.00%
11.76%

Color #BFB9E1 in popluar number systems.

HEXBFB9E1
Decimal191185225
Binary101111111011100111100001
Octal277271341

Shades and tints

Shades of #BFB9E1

#BFB9E1
(191,185,225)
#AEA9CD
(174,169,205)
#9D99B9
(157,153,185)
#8C89A5
(140,137,165)
#7B7991
(123,121,145)
#6A697D
(106,105,125)
#595969
(89,89,105)
#484955
(72,73,85)
#373941
(55,57,65)
#26292D
(38,41,45)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #BFB9E1

#BFB9E1
(191,185,225)
#C4BFE3
(196,191,227)
#C9C5E5
(201,197,229)
#CECBE7
(206,203,231)
#D3D1E9
(211,209,233)
#D8D7EB
(216,215,235)
#DDDDED
(221,221,237)
#E2E3EF
(226,227,239)
#E7E9F1
(231,233,241)
#ECEFF3
(236,239,243)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB9E1; }

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

This text font color is #BFB9E1.


Background Color

.myBgColor { background-color: #BFB9E1; }

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

This div background color is #BFB9E1.


Border color

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

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

This div border color is #BFB9E1.


Opacity

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

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

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

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

This text has shadow with #BFB9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB9E1 on black background.


Color preview on white background

This text has color #BFB9E1 on white background.



Black color preview on #BFB9E1 background

This text has black color on #BFB9E1 background.


White color preview on #BFB9E1 background

This text has white color on #BFB9E1 background.