COLOR #BE9FC8

HEX: #BE9FC8
RGB: (190,159,200)

Color info

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

RGB color model

#BE9FC8 color RGB value is (190,159,200).

  • red value is 190;
  • green value is 159;
  • blue value is 200.
RGB:
(190,159,200)
(75%,62%,78%)

RGB channels and saturation

R 190 of 255 = 75%
G 159 of 255 = 62%
B 200 of 255 = 78%

190
159
200

R + G + B ~ 72%. #BE9FC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 159 + 200 = 549 (100%)
R 190 of 549 ~ 34.61%
G 159 of 549 ~ 28.96%
B 200 of 549 ~ 36.43%

%34.61
%28.96
%36.43

CMYK color model

#BE9FC8 color CMYK value is (5,21,0,22).

  • cyan value is 5.00%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(5,21,0,22)
C5M21Y0K22 
(5%,21%,0%,22%)
(0.05/0.21/0.00/0.22)	

CMYK percentages

%5
%20.5
%0
%21.57

Codes

Color #BE9FC8 in popluar color models

BE9FC8
RGB190159200
HSL285°27.15%70.39%
HSB/HSV285°20.50%78.43%
CMYK5.00%20.50%0.00%
21.57%

Color #BE9FC8 in popluar number systems.

HEXBE9FC8
Decimal190159200
Binary101111101001111111001000
Octal276237310

Shades and tints

Shades of #BE9FC8

#BE9FC8
(190,159,200)
#AD91B6
(173,145,182)
#9C83A4
(156,131,164)
#8B7592
(139,117,146)
#7A6780
(122,103,128)
#69596E
(105,89,110)
#584B5C
(88,75,92)
#473D4A
(71,61,74)
#362F38
(54,47,56)
#252126
(37,33,38)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #BE9FC8

#BE9FC8
(190,159,200)
#C3A7CD
(195,167,205)
#C8AFD2
(200,175,210)
#CDB7D7
(205,183,215)
#D2BFDC
(210,191,220)
#D7C7E1
(215,199,225)
#DCCFE6
(220,207,230)
#E1D7EB
(225,215,235)
#E6DFF0
(230,223,240)
#EBE7F5
(235,231,245)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9FC8 color. Also use rgb(190,159,200) instead hex code.

Text Font Color

.myTextColor { color: #BE9FC8; }

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

This text font color is #BE9FC8.


Background Color

.myBgColor { background-color: #BE9FC8; }

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

This div background color is #BE9FC8.


Border color

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

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

This div border color is #BE9FC8.


Opacity

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

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

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

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

This text has shadow with #BE9FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9FC8 on black background.


Color preview on white background

This text has color #BE9FC8 on white background.



Black color preview on #BE9FC8 background

This text has black color on #BE9FC8 background.


White color preview on #BE9FC8 background

This text has white color on #BE9FC8 background.