COLOR #BFB9E7

HEX: #BFB9E7 RGB: (191,185,231)

Color info

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

RGB color model

#BFB9E7 color RGB value is (191,185,231).

RGB: (191,185,231) (75%, 73%, 91%)

RGB channels and saturation

R 191 of 255 = 75%
G 185 of 255 = 73%
B 231 of 255 = 91%

191
185
231

R + G + B ~ 80%. #BFB9E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 185 + 231 = 607 (100%)
R 191 of 607 ~ 31.47%
G 185 of 607 ~ 30.48%
B 231 of 607 ~ 38.06'%

%31.47
%30.48
%38.06

CMYK color model

#BFB9E7 color CMYK value is (17,20,0,9).

  • cyan value is 17.32%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (17,20,0,9)
C17M20Y0K9 (17%, 20%, 0%, 9%)
(0.17 / 0.20 / 0.00 / 0.09)

CMYK percentages

%17.32
%19.91
%0
%9.41

Codes

Color #BFB9E7 in popluar color models

BF B9 E7
RGB 191 185 231
HSL 248° 48.94% 81.57%
HSB/HSV 248° 19.91% 90.59%
CMYK 17.32% 19.91% 0.00%
9.41%

Color #BFB9E7 in popluar number systems.

HEX BF B9 E7
Decimal 191 185 231
Binary 10111111 10111001 11100111
Octal 277 271 347

Shades and tints

Shades of #BFB9E7

#BFB9E7
(191,185,231)
#AEA9D2
(174,169,210)
#9D99BD
(157,153,189)
#8C89A8
(140,137,168)
#7B7993
(123,121,147)
#6A697E
(106,105,126)
#595969
(89,89,105)
#484954
(72,73,84)
#37393F
(55,57,63)
#26292A
(38,41,42)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #BFB9E7

#BFB9E7
(191,185,231)
#C4BFE9
(196,191,233)
#C9C5EB
(201,197,235)
#CECBED
(206,203,237)
#D3D1EF
(211,209,239)
#D8D7F1
(216,215,241)
#DDDDF3
(221,221,243)
#E2E3F5
(226,227,245)
#E7E9F7
(231,233,247)
#ECEFF9
(236,239,249)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFB9E7; }

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

This text font color is #BFB9E7.

Background Color

.myBgColor { background-color: #BFB9E7; }

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

This div background color is #BFB9E7.

Border color

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

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

This div border color is #BFB9E7.

Opacity

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

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

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

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

This text has shadow with #BFB9E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB9E7.

Preview

Color preview on black background

This text has color #BFB9E7 on black background.


Color preview on white background

This text has color #BFB9E7 on white background.


Black color preview on #BFB9E7 background

This text has black color on #BFB9E7 background.


White color preview on #BFB9E7 background

This text has white color on #BFB9E7 background.


Related colors

Complementary color

Complementary color for #hex is #404618.


I love getcolorcode.com

Triadic colors

1 #E7BFB9 and #B9E7BF with #BFB9E7 are triadic colors.

2 #E7B9BF and #B9BFE7 with #BFB9E7 are triadic colors.