COLOR #BF96CA

HEX: #BF96CA
RGB: (191,150,202)

Color info

#BF96CA contains red, green and blue colors in about the same proportion. Web safe color of #BF96CA is #CC99CC (or #C9C).

RGB color model

#BF96CA color RGB value is (191,150,202).

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

RGB channels and saturation

R 191 of 255 = 75%
G 150 of 255 = 59%
B 202 of 255 = 79%

191
150
202

R + G + B ~ 71%. #BF96CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 150 + 202 = 543 (100%)
R 191 of 543 ~ 35.17%
G 150 of 543 ~ 27.62%
B 202 of 543 ~ 37.2%

%35.17
%27.62
%37.2

CMYK color model

#BF96CA color CMYK value is (5,26,0,21).

  • cyan value is 5.45%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(5,26,0,21)
C5M26Y0K21 
(5%,26%,0%,21%)
(0.05/0.26/0.00/0.21)	

CMYK percentages

%5.45
%25.74
%0
%20.78

Codes

Color #BF96CA in popluar color models

BF96CA
RGB191150202
HSL287°32.91%69.02%
HSB/HSV287°25.74%79.22%
CMYK5.45%25.74%0.00%
20.78%

Color #BF96CA in popluar number systems.

HEXBF96CA
Decimal191150202
Binary101111111001011011001010
Octal277226312

Shades and tints

Shades of #BF96CA

#BF96CA
(191,150,202)
#AE89B8
(174,137,184)
#9D7CA6
(157,124,166)
#8C6F94
(140,111,148)
#7B6282
(123,98,130)
#6A5570
(106,85,112)
#59485E
(89,72,94)
#483B4C
(72,59,76)
#372E3A
(55,46,58)
#262128
(38,33,40)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #BF96CA

#BF96CA
(191,150,202)
#C49FCE
(196,159,206)
#C9A8D2
(201,168,210)
#CEB1D6
(206,177,214)
#D3BADA
(211,186,218)
#D8C3DE
(216,195,222)
#DDCCE2
(221,204,226)
#E2D5E6
(226,213,230)
#E7DEEA
(231,222,234)
#ECE7EE
(236,231,238)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF96CA; }

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

This text font color is #BF96CA.


Background Color

.myBgColor { background-color: #BF96CA; }

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

This div background color is #BF96CA.


Border color

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

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

This div border color is #BF96CA.


Opacity

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

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

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

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

This text has shadow with #BF96CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF96CA on black background.


Color preview on white background

This text has color #BF96CA on white background.



Black color preview on #BF96CA background

This text has black color on #BF96CA background.


White color preview on #BF96CA background

This text has white color on #BF96CA background.