COLOR #BFB4E7

HEX: #BFB4E7
RGB: (191,180,231)

Color info

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

RGB color model

#BFB4E7 color RGB value is (191,180,231).

  • red value is 191;
  • green value is 180;
  • blue value is 231.
RGB:
(191,180,231)
(75%,71%,91%)

RGB channels and saturation

R 191 of 255 = 75%
G 180 of 255 = 71%
B 231 of 255 = 91%

191
180
231

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

Portions of RGB colors in percentages

R + G + B =
191 + 180 + 231 = 602 (100%)
R 191 of 602 ~ 31.73%
G 180 of 602 ~ 29.9%
B 231 of 602 ~ 38.37%

%31.73
%29.9
%38.37

CMYK color model

#BFB4E7 color CMYK value is (17,22,0,9).

  • cyan value is 17.32%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(17,22,0,9)
C17M22Y0K9 
(17%,22%,0%,9%)
(0.17/0.22/0.00/0.09)	

CMYK percentages

%17.32
%22.08
%0
%9.41

Codes

Color #BFB4E7 in popluar color models

BFB4E7
RGB191180231
HSL253°51.52%80.59%
HSB/HSV253°22.08%90.59%
CMYK17.32%22.08%0.00%
9.41%

Color #BFB4E7 in popluar number systems.

HEXBFB4E7
Decimal191180231
Binary101111111011010011100111
Octal277264347

Shades and tints

Shades of #BFB4E7

#BFB4E7
(191,180,231)
#AEA4D2
(174,164,210)
#9D94BD
(157,148,189)
#8C84A8
(140,132,168)
#7B7493
(123,116,147)
#6A647E
(106,100,126)
#595469
(89,84,105)
#484454
(72,68,84)
#37343F
(55,52,63)
#26242A
(38,36,42)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #BFB4E7

#BFB4E7
(191,180,231)
#C4BAE9
(196,186,233)
#C9C0EB
(201,192,235)
#CEC6ED
(206,198,237)
#D3CCEF
(211,204,239)
#D8D2F1
(216,210,241)
#DDD8F3
(221,216,243)
#E2DEF5
(226,222,245)
#E7E4F7
(231,228,247)
#ECEAF9
(236,234,249)
#F1F0FB
(241,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB4E7 color. Also use rgb(191,180,231) instead hex code.

Text Font Color

.myTextColor { color: #BFB4E7; }

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

This text font color is #BFB4E7.


Background Color

.myBgColor { background-color: #BFB4E7; }

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

This div background color is #BFB4E7.


Border color

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

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

This div border color is #BFB4E7.


Opacity

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

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

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

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

This text has shadow with #BFB4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB4E7 on black background.


Color preview on white background

This text has color #BFB4E7 on white background.



Black color preview on #BFB4E7 background

This text has black color on #BFB4E7 background.


White color preview on #BFB4E7 background

This text has white color on #BFB4E7 background.