COLOR #BF96D4

HEX: #BF96D4
RGB: (191,150,212)

Color info

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

RGB color model

#BF96D4 color RGB value is (191,150,212).

  • red value is 191;
  • green value is 150;
  • blue value is 212.
RGB:
(191,150,212)
(75%,59%,83%)

RGB channels and saturation

R 191 of 255 = 75%
G 150 of 255 = 59%
B 212 of 255 = 83%

191
150
212

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

Portions of RGB colors in percentages

R + G + B =
191 + 150 + 212 = 553 (100%)
R 191 of 553 ~ 34.54%
G 150 of 553 ~ 27.12%
B 212 of 553 ~ 38.34%

%34.54
%27.12
%38.34

CMYK color model

#BF96D4 color CMYK value is (10,29,0,17).

  • cyan value is 9.91%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(10,29,0,17)
C10M29Y0K17 
(10%,29%,0%,17%)
(0.10/0.29/0.00/0.17)	

CMYK percentages

%9.91
%29.25
%0
%16.86

Codes

Color #BF96D4 in popluar color models

BF96D4
RGB191150212
HSL280°41.89%70.98%
HSB/HSV280°29.25%83.14%
CMYK9.91%29.25%0.00%
16.86%

Color #BF96D4 in popluar number systems.

HEXBF96D4
Decimal191150212
Binary101111111001011011010100
Octal277226324

Shades and tints

Shades of #BF96D4

#BF96D4
(191,150,212)
#AE89C1
(174,137,193)
#9D7CAE
(157,124,174)
#8C6F9B
(140,111,155)
#7B6288
(123,98,136)
#6A5575
(106,85,117)
#594862
(89,72,98)
#483B4F
(72,59,79)
#372E3C
(55,46,60)
#262129
(38,33,41)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #BF96D4

#BF96D4
(191,150,212)
#C49FD7
(196,159,215)
#C9A8DA
(201,168,218)
#CEB1DD
(206,177,221)
#D3BAE0
(211,186,224)
#D8C3E3
(216,195,227)
#DDCCE6
(221,204,230)
#E2D5E9
(226,213,233)
#E7DEEC
(231,222,236)
#ECE7EF
(236,231,239)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF96D4 color. Also use rgb(191,150,212) instead hex code.

Text Font Color

.myTextColor { color: #BF96D4; }

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

This text font color is #BF96D4.


Background Color

.myBgColor { background-color: #BF96D4; }

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

This div background color is #BF96D4.


Border color

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

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

This div border color is #BF96D4.


Opacity

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

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

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

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

This text has shadow with #BF96D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF96D4 on black background.


Color preview on white background

This text has color #BF96D4 on white background.



Black color preview on #BF96D4 background

This text has black color on #BF96D4 background.


White color preview on #BF96D4 background

This text has white color on #BF96D4 background.