COLOR #BF95C0

HEX: #BF95C0 RGB: (191,149,192)

Color info

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

RGB color model

#BF95C0 color RGB value is (191,149,192).

RGB: (191,149,192) (75%, 58%, 75%)

RGB channels and saturation

R 191 of 255 = 75%
G 149 of 255 = 58%
B 192 of 255 = 75%

191
149
192

R + G + B ~ 69%. #BF95C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 149 + 192 = 532 (100%)
R 191 of 532 ~ 35.9%
G 149 of 532 ~ 28.01%
B 192 of 532 ~ 36.09'%

%35.9
%28.01
%36.09

CMYK color model

#BF95C0 color CMYK value is (1,22,0,25).

  • cyan value is 0.52%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (1,22,0,25)
C1M22Y0K25 (1%, 22%, 0%, 25%)
(0.01 / 0.22 / 0.00 / 0.25)

CMYK percentages

%0.52
%22.4
%0
%24.71

Codes

Color #BF95C0 in popluar color models

BF 95 C0
RGB 191 149 192
HSL 299° 25.44% 66.86%
HSB/HSV 299° 22.40% 75.29%
CMYK 0.52% 22.40% 0.00%
24.71%

Color #BF95C0 in popluar number systems.

HEX BF 95 C0
Decimal 191 149 192
Binary 10111111 10010101 11000000
Octal 277 225 300

Shades and tints

Shades of #BF95C0

#BF95C0
(191,149,192)
#AE88AF
(174,136,175)
#9D7B9E
(157,123,158)
#8C6E8D
(140,110,141)
#7B617C
(123,97,124)
#6A546B
(106,84,107)
#59475A
(89,71,90)
#483A49
(72,58,73)
#372D38
(55,45,56)
#262027
(38,32,39)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #BF95C0

#BF95C0
(191,149,192)
#C49EC5
(196,158,197)
#C9A7CA
(201,167,202)
#CEB0CF
(206,176,207)
#D3B9D4
(211,185,212)
#D8C2D9
(216,194,217)
#DDCBDE
(221,203,222)
#E2D4E3
(226,212,227)
#E7DDE8
(231,221,232)
#ECE6ED
(236,230,237)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF95C0; }

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

This text font color is #BF95C0.

Background Color

.myBgColor { background-color: #BF95C0; }

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

This div background color is #BF95C0.

Border color

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

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

This div border color is #BF95C0.

Opacity

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

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

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

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

This text has shadow with #BF95C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF95C0.

Preview

Color preview on black background

This text has color #BF95C0 on black background.


Color preview on white background

This text has color #BF95C0 on white background.


Black color preview on #BF95C0 background

This text has black color on #BF95C0 background.


White color preview on #BF95C0 background

This text has white color on #BF95C0 background.


Related colors

Complementary color

Complementary color for #hex is #406A3F.


I love getcolorcode.com

Triadic colors

1 #C0BF95 and #95C0BF with #BF95C0 are triadic colors.

2 #C095BF and #95BFC0 with #BF95C0 are triadic colors.