COLOR #BF96C8

HEX: #BF96C8
RGB: (191,150,200)

Color info

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

RGB color model

#BF96C8 color RGB value is (191,150,200).

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

RGB channels and saturation

R 191 of 255 = 75%
G 150 of 255 = 59%
B 200 of 255 = 78%

191
150
200

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

Portions of RGB colors in percentages

R + G + B =
191 + 150 + 200 = 541 (100%)
R 191 of 541 ~ 35.3%
G 150 of 541 ~ 27.73%
B 200 of 541 ~ 36.97%

%35.3
%27.73
%36.97

CMYK color model

#BF96C8 color CMYK value is (5,25,0,22).

  • cyan value is 4.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(5,25,0,22)
C5M25Y0K22 
(5%,25%,0%,22%)
(0.05/0.25/0.00/0.22)	

CMYK percentages

%4.5
%25
%0
%21.57

Codes

Color #BF96C8 in popluar color models

BF96C8
RGB191150200
HSL289°31.25%68.63%
HSB/HSV289°25.00%78.43%
CMYK4.50%25.00%0.00%
21.57%

Color #BF96C8 in popluar number systems.

HEXBF96C8
Decimal191150200
Binary101111111001011011001000
Octal277226310

Shades and tints

Shades of #BF96C8

#BF96C8
(191,150,200)
#AE89B6
(174,137,182)
#9D7CA4
(157,124,164)
#8C6F92
(140,111,146)
#7B6280
(123,98,128)
#6A556E
(106,85,110)
#59485C
(89,72,92)
#483B4A
(72,59,74)
#372E38
(55,46,56)
#262126
(38,33,38)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #BF96C8

#BF96C8
(191,150,200)
#C49FCD
(196,159,205)
#C9A8D2
(201,168,210)
#CEB1D7
(206,177,215)
#D3BADC
(211,186,220)
#D8C3E1
(216,195,225)
#DDCCE6
(221,204,230)
#E2D5EB
(226,213,235)
#E7DEF0
(231,222,240)
#ECE7F5
(236,231,245)
#F1F0FA
(241,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF96C8; }

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

This text font color is #BF96C8.


Background Color

.myBgColor { background-color: #BF96C8; }

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

This div background color is #BF96C8.


Border color

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

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

This div border color is #BF96C8.


Opacity

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

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

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

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

This text has shadow with #BF96C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF96C8 on black background.


Color preview on white background

This text has color #BF96C8 on white background.



Black color preview on #BF96C8 background

This text has black color on #BF96C8 background.


White color preview on #BF96C8 background

This text has white color on #BF96C8 background.