COLOR #BFB5E1

HEX: #BFB5E1
RGB: (191,181,225)

Color info

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

RGB color model

#BFB5E1 color RGB value is (191,181,225).

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

RGB channels and saturation

R 191 of 255 = 75%
G 181 of 255 = 71%
B 225 of 255 = 88%

191
181
225

R + G + B ~ 78%. #BFB5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 181 + 225 = 597 (100%)
R 191 of 597 ~ 31.99%
G 181 of 597 ~ 30.32%
B 225 of 597 ~ 37.69%

%31.99
%30.32
%37.69

CMYK color model

#BFB5E1 color CMYK value is (15,20,0,12).

  • cyan value is 15.11%
  • magenta value is 19.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(15,20,0,12)
C15M20Y0K12 
(15%,20%,0%,12%)
(0.15/0.20/0.00/0.12)	

CMYK percentages

%15.11
%19.56
%0
%11.76

Codes

Color #BFB5E1 in popluar color models

BFB5E1
RGB191181225
HSL254°42.31%79.61%
HSB/HSV254°19.56%88.24%
CMYK15.11%19.56%0.00%
11.76%

Color #BFB5E1 in popluar number systems.

HEXBFB5E1
Decimal191181225
Binary101111111011010111100001
Octal277265341

Shades and tints

Shades of #BFB5E1

#BFB5E1
(191,181,225)
#AEA5CD
(174,165,205)
#9D95B9
(157,149,185)
#8C85A5
(140,133,165)
#7B7591
(123,117,145)
#6A657D
(106,101,125)
#595569
(89,85,105)
#484555
(72,69,85)
#373541
(55,53,65)
#26252D
(38,37,45)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #BFB5E1

#BFB5E1
(191,181,225)
#C4BBE3
(196,187,227)
#C9C1E5
(201,193,229)
#CEC7E7
(206,199,231)
#D3CDE9
(211,205,233)
#D8D3EB
(216,211,235)
#DDD9ED
(221,217,237)
#E2DFEF
(226,223,239)
#E7E5F1
(231,229,241)
#ECEBF3
(236,235,243)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB5E1; }

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

This text font color is #BFB5E1.


Background Color

.myBgColor { background-color: #BFB5E1; }

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

This div background color is #BFB5E1.


Border color

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

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

This div border color is #BFB5E1.


Opacity

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

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

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

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

This text has shadow with #BFB5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB5E1 on black background.


Color preview on white background

This text has color #BFB5E1 on white background.



Black color preview on #BFB5E1 background

This text has black color on #BFB5E1 background.


White color preview on #BFB5E1 background

This text has white color on #BFB5E1 background.