COLOR #BF94D2

HEX: #BF94D2
RGB: (191,148,210)

Color info

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

RGB color model

#BF94D2 color RGB value is (191,148,210).

  • red value is 191;
  • green value is 148;
  • blue value is 210.
RGB:
(191,148,210)
(75%,58%,82%)

RGB channels and saturation

R 191 of 255 = 75%
G 148 of 255 = 58%
B 210 of 255 = 82%

191
148
210

R + G + B ~ 72%. #BF94D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 148 + 210 = 549 (100%)
R 191 of 549 ~ 34.79%
G 148 of 549 ~ 26.96%
B 210 of 549 ~ 38.25%

%34.79
%26.96
%38.25

CMYK color model

#BF94D2 color CMYK value is (9,30,0,18).

  • cyan value is 9.05%
  • magenta value is 29.52%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(9,30,0,18)
C9M30Y0K18 
(9%,30%,0%,18%)
(0.09/0.30/0.00/0.18)	

CMYK percentages

%9.05
%29.52
%0
%17.65

Codes

Color #BF94D2 in popluar color models

BF94D2
RGB191148210
HSL282°40.79%70.20%
HSB/HSV282°29.52%82.35%
CMYK9.05%29.52%0.00%
17.65%

Color #BF94D2 in popluar number systems.

HEXBF94D2
Decimal191148210
Binary101111111001010011010010
Octal277224322

Shades and tints

Shades of #BF94D2

#BF94D2
(191,148,210)
#AE87BF
(174,135,191)
#9D7AAC
(157,122,172)
#8C6D99
(140,109,153)
#7B6086
(123,96,134)
#6A5373
(106,83,115)
#594660
(89,70,96)
#48394D
(72,57,77)
#372C3A
(55,44,58)
#261F27
(38,31,39)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #BF94D2

#BF94D2
(191,148,210)
#C49DD6
(196,157,214)
#C9A6DA
(201,166,218)
#CEAFDE
(206,175,222)
#D3B8E2
(211,184,226)
#D8C1E6
(216,193,230)
#DDCAEA
(221,202,234)
#E2D3EE
(226,211,238)
#E7DCF2
(231,220,242)
#ECE5F6
(236,229,246)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF94D2 color. Also use rgb(191,148,210) instead hex code.

Text Font Color

.myTextColor { color: #BF94D2; }

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

This text font color is #BF94D2.


Background Color

.myBgColor { background-color: #BF94D2; }

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

This div background color is #BF94D2.


Border color

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

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

This div border color is #BF94D2.


Opacity

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

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

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

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

This text has shadow with #BF94D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF94D2 on black background.


Color preview on white background

This text has color #BF94D2 on white background.



Black color preview on #BF94D2 background

This text has black color on #BF94D2 background.


White color preview on #BF94D2 background

This text has white color on #BF94D2 background.