COLOR #BFB5E5

HEX: #BFB5E5
RGB: (191,181,229)

Color info

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

RGB color model

#BFB5E5 color RGB value is (191,181,229).

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

RGB channels and saturation

R 191 of 255 = 75%
G 181 of 255 = 71%
B 229 of 255 = 90%

191
181
229

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

Portions of RGB colors in percentages

R + G + B =
191 + 181 + 229 = 601 (100%)
R 191 of 601 ~ 31.78%
G 181 of 601 ~ 30.12%
B 229 of 601 ~ 38.1%

%31.78
%30.12
%38.1

CMYK color model

#BFB5E5 color CMYK value is (17,21,0,10).

  • cyan value is 16.59%
  • magenta value is 20.96%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(17,21,0,10)
C17M21Y0K10 
(17%,21%,0%,10%)
(0.17/0.21/0.00/0.10)	

CMYK percentages

%16.59
%20.96
%0
%10.2

Codes

Color #BFB5E5 in popluar color models

BFB5E5
RGB191181229
HSL253°48.00%80.39%
HSB/HSV253°20.96%89.80%
CMYK16.59%20.96%0.00%
10.20%

Color #BFB5E5 in popluar number systems.

HEXBFB5E5
Decimal191181229
Binary101111111011010111100101
Octal277265345

Shades and tints

Shades of #BFB5E5

#BFB5E5
(191,181,229)
#AEA5D1
(174,165,209)
#9D95BD
(157,149,189)
#8C85A9
(140,133,169)
#7B7595
(123,117,149)
#6A6581
(106,101,129)
#59556D
(89,85,109)
#484559
(72,69,89)
#373545
(55,53,69)
#262531
(38,37,49)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #BFB5E5

#BFB5E5
(191,181,229)
#C4BBE7
(196,187,231)
#C9C1E9
(201,193,233)
#CEC7EB
(206,199,235)
#D3CDED
(211,205,237)
#D8D3EF
(216,211,239)
#DDD9F1
(221,217,241)
#E2DFF3
(226,223,243)
#E7E5F5
(231,229,245)
#ECEBF7
(236,235,247)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB5E5; }

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

This text font color is #BFB5E5.


Background Color

.myBgColor { background-color: #BFB5E5; }

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

This div background color is #BFB5E5.


Border color

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

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

This div border color is #BFB5E5.


Opacity

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

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

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

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

This text has shadow with #BFB5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB5E5 on black background.


Color preview on white background

This text has color #BFB5E5 on white background.



Black color preview on #BFB5E5 background

This text has black color on #BFB5E5 background.


White color preview on #BFB5E5 background

This text has white color on #BFB5E5 background.