COLOR #BE95C7

HEX: #BE95C7
RGB: (190,149,199)

Color info

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

RGB color model

#BE95C7 color RGB value is (190,149,199).

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

RGB channels and saturation

R 190 of 255 = 75%
G 149 of 255 = 58%
B 199 of 255 = 78%

190
149
199

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

Portions of RGB colors in percentages

R + G + B =
190 + 149 + 199 = 538 (100%)
R 190 of 538 ~ 35.32%
G 149 of 538 ~ 27.7%
B 199 of 538 ~ 36.99%

%35.32
%27.7
%36.99

CMYK color model

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

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

CMYK percentages

%4.52
%25.13
%0
%21.96

Codes

Color #BE95C7 in popluar color models

BE95C7
RGB190149199
HSL289°30.86%68.24%
HSB/HSV289°25.13%78.04%
CMYK4.52%25.13%0.00%
21.96%

Color #BE95C7 in popluar number systems.

HEXBE95C7
Decimal190149199
Binary101111101001010111000111
Octal276225307

Shades and tints

Shades of #BE95C7

#BE95C7
(190,149,199)
#AD88B5
(173,136,181)
#9C7BA3
(156,123,163)
#8B6E91
(139,110,145)
#7A617F
(122,97,127)
#69546D
(105,84,109)
#58475B
(88,71,91)
#473A49
(71,58,73)
#362D37
(54,45,55)
#252025
(37,32,37)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #BE95C7

#BE95C7
(190,149,199)
#C39ECC
(195,158,204)
#C8A7D1
(200,167,209)
#CDB0D6
(205,176,214)
#D2B9DB
(210,185,219)
#D7C2E0
(215,194,224)
#DCCBE5
(220,203,229)
#E1D4EA
(225,212,234)
#E6DDEF
(230,221,239)
#EBE6F4
(235,230,244)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE95C7 color. Also use rgb(190,149,199) instead hex code.

Text Font Color

.myTextColor { color: #BE95C7; }

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

This text font color is #BE95C7.


Background Color

.myBgColor { background-color: #BE95C7; }

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

This div background color is #BE95C7.


Border color

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

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

This div border color is #BE95C7.


Opacity

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

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

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

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

This text has shadow with #BE95C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE95C7 on black background.


Color preview on white background

This text has color #BE95C7 on white background.



Black color preview on #BE95C7 background

This text has black color on #BE95C7 background.


White color preview on #BE95C7 background

This text has white color on #BE95C7 background.