COLOR #BE98D7

HEX: #BE98D7
RGB: (190,152,215)

Color info

#BE98D7 contains mainly red and blue colors. Web safe color of #BE98D7 is #CC99CC (or #C9C).

RGB color model

#BE98D7 color RGB value is (190,152,215).

  • red value is 190;
  • green value is 152;
  • blue value is 215.
RGB:
(190,152,215)
(75%,60%,84%)

RGB channels and saturation

R 190 of 255 = 75%
G 152 of 255 = 60%
B 215 of 255 = 84%

190
152
215

R + G + B ~ 73%. #BE98D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 152 + 215 = 557 (100%)
R 190 of 557 ~ 34.11%
G 152 of 557 ~ 27.29%
B 215 of 557 ~ 38.6%

%34.11
%27.29
%38.6

CMYK color model

#BE98D7 color CMYK value is (12,29,0,16).

  • cyan value is 11.63%
  • magenta value is 29.30%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(12,29,0,16)
C12M29Y0K16 
(12%,29%,0%,16%)
(0.12/0.29/0.00/0.16)	

CMYK percentages

%11.63
%29.3
%0
%15.69

Codes

Color #BE98D7 in popluar color models

BE98D7
RGB190152215
HSL276°44.06%71.96%
HSB/HSV276°29.30%84.31%
CMYK11.63%29.30%0.00%
15.69%

Color #BE98D7 in popluar number systems.

HEXBE98D7
Decimal190152215
Binary101111101001100011010111
Octal276230327

Shades and tints

Shades of #BE98D7

#BE98D7
(190,152,215)
#AD8BC4
(173,139,196)
#9C7EB1
(156,126,177)
#8B719E
(139,113,158)
#7A648B
(122,100,139)
#695778
(105,87,120)
#584A65
(88,74,101)
#473D52
(71,61,82)
#36303F
(54,48,63)
#25232C
(37,35,44)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #BE98D7

#BE98D7
(190,152,215)
#C3A1DA
(195,161,218)
#C8AADD
(200,170,221)
#CDB3E0
(205,179,224)
#D2BCE3
(210,188,227)
#D7C5E6
(215,197,230)
#DCCEE9
(220,206,233)
#E1D7EC
(225,215,236)
#E6E0EF
(230,224,239)
#EBE9F2
(235,233,242)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE98D7 color. Also use rgb(190,152,215) instead hex code.

Text Font Color

.myTextColor { color: #BE98D7; }

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

This text font color is #BE98D7.


Background Color

.myBgColor { background-color: #BE98D7; }

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

This div background color is #BE98D7.


Border color

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

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

This div border color is #BE98D7.


Opacity

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

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

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

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

This text has shadow with #BE98D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE98D7 on black background.


Color preview on white background

This text has color #BE98D7 on white background.



Black color preview on #BE98D7 background

This text has black color on #BE98D7 background.


White color preview on #BE98D7 background

This text has white color on #BE98D7 background.