COLOR #BF9DE6

HEX: #BF9DE6 RGB: (191,157,230)

Color info

#BF9DE6 contains mainly red and blue colors. Web safe color of #BF9DE6 is #CC99CC (or #C9C).

RGB color model

#BF9DE6 color RGB value is (191,157,230).

RGB: (191,157,230) (75%, 62%, 90%)

RGB channels and saturation

R 191 of 255 = 75%
G 157 of 255 = 62%
B 230 of 255 = 90%

191
157
230

R + G + B ~ 76%. #BF9DE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 157 + 230 = 578 (100%)
R 191 of 578 ~ 33.04%
G 157 of 578 ~ 27.16%
B 230 of 578 ~ 39.79'%

%33.04
%27.16
%39.79

CMYK color model

#BF9DE6 color CMYK value is (17,32,0,10).

  • cyan value is 16.96%
  • magenta value is 31.74%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (17,32,0,10)
C17M32Y0K10 (17%, 32%, 0%, 10%)
(0.17 / 0.32 / 0.00 / 0.10)

CMYK percentages

%16.96
%31.74
%0
%9.8

Codes

Color #BF9DE6 in popluar color models

BF 9D E6
RGB 191 157 230
HSL 268° 59.35% 75.88%
HSB/HSV 268° 31.74% 90.20%
CMYK 16.96% 31.74% 0.00%
9.80%

Color #BF9DE6 in popluar number systems.

HEX BF 9D E6
Decimal 191 157 230
Binary 10111111 10011101 11100110
Octal 277 235 346

Shades and tints

Shades of #BF9DE6

#BF9DE6
(191,157,230)
#AE8FD2
(174,143,210)
#9D81BE
(157,129,190)
#8C73AA
(140,115,170)
#7B6596
(123,101,150)
#6A5782
(106,87,130)
#59496E
(89,73,110)
#483B5A
(72,59,90)
#372D46
(55,45,70)
#261F32
(38,31,50)
#15111E
(21,17,30)
#000000
(0,0,0)

Tints of #BF9DE6

#BF9DE6
(191,157,230)
#C4A5E8
(196,165,232)
#C9ADEA
(201,173,234)
#CEB5EC
(206,181,236)
#D3BDEE
(211,189,238)
#D8C5F0
(216,197,240)
#DDCDF2
(221,205,242)
#E2D5F4
(226,213,244)
#E7DDF6
(231,221,246)
#ECE5F8
(236,229,248)
#F1EDFA
(241,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9DE6 color. Also use rgb(191,157,230) instead hex code.

Text Font Color

.myTextColor { color: #BF9DE6; }

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

This text font color is #BF9DE6.

Background Color

.myBgColor { background-color: #BF9DE6; }

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

This div background color is #BF9DE6.

Border color

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

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

This div border color is #BF9DE6.

Opacity

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

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

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

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

This text has shadow with #BF9DE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF9DE6.

Preview

Color preview on black background

This text has color #BF9DE6 on black background.


Color preview on white background

This text has color #BF9DE6 on white background.


Black color preview on #BF9DE6 background

This text has black color on #BF9DE6 background.


White color preview on #BF9DE6 background

This text has white color on #BF9DE6 background.


Related colors

Complementary color

Complementary color for #hex is #406219.


I love getcolorcode.com

Triadic colors

1 #E6BF9D and #9DE6BF with #BF9DE6 are triadic colors.

2 #E69DBF and #9DBFE6 with #BF9DE6 are triadic colors.