COLOR #BF95C6

HEX: #BF95C6
RGB: (191,149,198)

Color info

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

RGB color model

#BF95C6 color RGB value is (191,149,198).

  • red value is 191;
  • green value is 149;
  • blue value is 198.
RGB:
(191,149,198)
(75%,58%,78%)

RGB channels and saturation

R 191 of 255 = 75%
G 149 of 255 = 58%
B 198 of 255 = 78%

191
149
198

R + G + B ~ 70%. #BF95C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 149 + 198 = 538 (100%)
R 191 of 538 ~ 35.5%
G 149 of 538 ~ 27.7%
B 198 of 538 ~ 36.8%

%35.5
%27.7
%36.8

CMYK color model

#BF95C6 color CMYK value is (4,25,0,22).

  • cyan value is 3.54%
  • magenta value is 24.75%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(4,25,0,22)
C4M25Y0K22 
(4%,25%,0%,22%)
(0.04/0.25/0.00/0.22)	

CMYK percentages

%3.54
%24.75
%0
%22.35

Codes

Color #BF95C6 in popluar color models

BF95C6
RGB191149198
HSL291°30.06%68.04%
HSB/HSV291°24.75%77.65%
CMYK3.54%24.75%0.00%
22.35%

Color #BF95C6 in popluar number systems.

HEXBF95C6
Decimal191149198
Binary101111111001010111000110
Octal277225306

Shades and tints

Shades of #BF95C6

#BF95C6
(191,149,198)
#AE88B4
(174,136,180)
#9D7BA2
(157,123,162)
#8C6E90
(140,110,144)
#7B617E
(123,97,126)
#6A546C
(106,84,108)
#59475A
(89,71,90)
#483A48
(72,58,72)
#372D36
(55,45,54)
#262024
(38,32,36)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #BF95C6

#BF95C6
(191,149,198)
#C49ECB
(196,158,203)
#C9A7D0
(201,167,208)
#CEB0D5
(206,176,213)
#D3B9DA
(211,185,218)
#D8C2DF
(216,194,223)
#DDCBE4
(221,203,228)
#E2D4E9
(226,212,233)
#E7DDEE
(231,221,238)
#ECE6F3
(236,230,243)
#F1EFF8
(241,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF95C6 color. Also use rgb(191,149,198) instead hex code.

Text Font Color

.myTextColor { color: #BF95C6; }

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

This text font color is #BF95C6.


Background Color

.myBgColor { background-color: #BF95C6; }

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

This div background color is #BF95C6.


Border color

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

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

This div border color is #BF95C6.


Opacity

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

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

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

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

This text has shadow with #BF95C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF95C6 on black background.


Color preview on white background

This text has color #BF95C6 on white background.



Black color preview on #BF95C6 background

This text has black color on #BF95C6 background.


White color preview on #BF95C6 background

This text has white color on #BF95C6 background.