COLOR #BE98E5

HEX: #BE98E5 RGB: (190,152,229)

Color info

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

RGB color model

#BE98E5 color RGB value is (190,152,229).

RGB: (190,152,229) (75%, 60%, 90%)

RGB channels and saturation

R 190 of 255 = 75%
G 152 of 255 = 60%
B 229 of 255 = 90%

190
152
229

R + G + B ~ 75%. #BE98E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 152 + 229 = 571 (100%)
R 190 of 571 ~ 33.27%
G 152 of 571 ~ 26.62%
B 229 of 571 ~ 40.11'%

%33.27
%26.62
%40.11

CMYK color model

#BE98E5 color CMYK value is (17,34,0,10).

  • cyan value is 17.03%
  • magenta value is 33.62%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (17,34,0,10)
C17M34Y0K10 (17%, 34%, 0%, 10%)
(0.17 / 0.34 / 0.00 / 0.10)

CMYK percentages

%17.03
%33.62
%0
%10.2

Codes

Color #BE98E5 in popluar color models

BE 98 E5
RGB 190 152 229
HSL 270° 59.69% 74.71%
HSB/HSV 270° 33.62% 89.80%
CMYK 17.03% 33.62% 0.00%
10.20%

Color #BE98E5 in popluar number systems.

HEX BE 98 E5
Decimal 190 152 229
Binary 10111110 10011000 11100101
Octal 276 230 345

Shades and tints

Shades of #BE98E5

#BE98E5
(190,152,229)
#AD8BD1
(173,139,209)
#9C7EBD
(156,126,189)
#8B71A9
(139,113,169)
#7A6495
(122,100,149)
#695781
(105,87,129)
#584A6D
(88,74,109)
#473D59
(71,61,89)
#363045
(54,48,69)
#252331
(37,35,49)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #BE98E5

#BE98E5
(190,152,229)
#C3A1E7
(195,161,231)
#C8AAE9
(200,170,233)
#CDB3EB
(205,179,235)
#D2BCED
(210,188,237)
#D7C5EF
(215,197,239)
#DCCEF1
(220,206,241)
#E1D7F3
(225,215,243)
#E6E0F5
(230,224,245)
#EBE9F7
(235,233,247)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE98E5; }

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

This text font color is #BE98E5.

Background Color

.myBgColor { background-color: #BE98E5; }

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

This div background color is #BE98E5.

Border color

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

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

This div border color is #BE98E5.

Opacity

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

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

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

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

This text has shadow with #BE98E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE98E5.

Preview

Color preview on black background

This text has color #BE98E5 on black background.


Color preview on white background

This text has color #BE98E5 on white background.


Black color preview on #BE98E5 background

This text has black color on #BE98E5 background.


White color preview on #BE98E5 background

This text has white color on #BE98E5 background.


Related colors

Complementary color

Complementary color for #hex is #41671A.


I love getcolorcode.com

Triadic colors

1 #E5BE98 and #98E5BE with #BE98E5 are triadic colors.

2 #E598BE and #98BEE5 with #BE98E5 are triadic colors.