COLOR #BFB9E5

HEX: #BFB9E5
RGB: (191,185,229)

Color info

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

RGB color model

#BFB9E5 color RGB value is (191,185,229).

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

RGB channels and saturation

R 191 of 255 = 75%
G 185 of 255 = 73%
B 229 of 255 = 90%

191
185
229

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

Portions of RGB colors in percentages

R + G + B =
191 + 185 + 229 = 605 (100%)
R 191 of 605 ~ 31.57%
G 185 of 605 ~ 30.58%
B 229 of 605 ~ 37.85%

%31.57
%30.58
%37.85

CMYK color model

#BFB9E5 color CMYK value is (17,19,0,10).

  • cyan value is 16.59%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(17,19,0,10)
C17M19Y0K10 
(17%,19%,0%,10%)
(0.17/0.19/0.00/0.10)	

CMYK percentages

%16.59
%19.21
%0
%10.2

Codes

Color #BFB9E5 in popluar color models

BFB9E5
RGB191185229
HSL248°45.83%81.18%
HSB/HSV248°19.21%89.80%
CMYK16.59%19.21%0.00%
10.20%

Color #BFB9E5 in popluar number systems.

HEXBFB9E5
Decimal191185229
Binary101111111011100111100101
Octal277271345

Shades and tints

Shades of #BFB9E5

#BFB9E5
(191,185,229)
#AEA9D1
(174,169,209)
#9D99BD
(157,153,189)
#8C89A9
(140,137,169)
#7B7995
(123,121,149)
#6A6981
(106,105,129)
#59596D
(89,89,109)
#484959
(72,73,89)
#373945
(55,57,69)
#262931
(38,41,49)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #BFB9E5

#BFB9E5
(191,185,229)
#C4BFE7
(196,191,231)
#C9C5E9
(201,197,233)
#CECBEB
(206,203,235)
#D3D1ED
(211,209,237)
#D8D7EF
(216,215,239)
#DDDDF1
(221,221,241)
#E2E3F3
(226,227,243)
#E7E9F5
(231,233,245)
#ECEFF7
(236,239,247)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB9E5; }

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

This text font color is #BFB9E5.


Background Color

.myBgColor { background-color: #BFB9E5; }

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

This div background color is #BFB9E5.


Border color

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

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

This div border color is #BFB9E5.


Opacity

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

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

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

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

This text has shadow with #BFB9E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB9E5 on black background.


Color preview on white background

This text has color #BFB9E5 on white background.



Black color preview on #BFB9E5 background

This text has black color on #BFB9E5 background.


White color preview on #BFB9E5 background

This text has white color on #BFB9E5 background.