COLOR #BE99F6

HEX: #BE99F6
RGB: (190,153,246)

Color info

#BE99F6 contains mainly red and blue colors. Web safe color of #BE99F6 is #CC99FF (or #C9F).

RGB color model

#BE99F6 color RGB value is (190,153,246).

  • red value is 190;
  • green value is 153;
  • blue value is 246.
RGB:
(190,153,246)
(75%,60%,96%)

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 246 of 255 = 96%

190
153
246

R + G + B ~ 77%. #BE99F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 153 + 246 = 589 (100%)
R 190 of 589 ~ 32.26%
G 153 of 589 ~ 25.98%
B 246 of 589 ~ 41.77%

%32.26
%25.98
%41.77

CMYK color model

#BE99F6 color CMYK value is (23,38,0,4).

  • cyan value is 22.76%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(23,38,0,4)
C23M38Y0K4 
(23%,38%,0%,4%)
(0.23/0.38/0.00/0.04)	

CMYK percentages

%22.76
%37.8
%0
%3.53

Codes

Color #BE99F6 in popluar color models

BE99F6
RGB190153246
HSL264°83.78%78.24%
HSB/HSV264°37.80%96.47%
CMYK22.76%37.80%0.00%
3.53%

Color #BE99F6 in popluar number systems.

HEXBE99F6
Decimal190153246
Binary101111101001100111110110
Octal276231366

Shades and tints

Shades of #BE99F6

#BE99F6
(190,153,246)
#AD8CE0
(173,140,224)
#9C7FCA
(156,127,202)
#8B72B4
(139,114,180)
#7A659E
(122,101,158)
#695888
(105,88,136)
#584B72
(88,75,114)
#473E5C
(71,62,92)
#363146
(54,49,70)
#252430
(37,36,48)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #BE99F6

#BE99F6
(190,153,246)
#C3A2F6
(195,162,246)
#C8ABF6
(200,171,246)
#CDB4F6
(205,180,246)
#D2BDF6
(210,189,246)
#D7C6F6
(215,198,246)
#DCCFF6
(220,207,246)
#E1D8F6
(225,216,246)
#E6E1F6
(230,225,246)
#EBEAF6
(235,234,246)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE99F6 color. Also use rgb(190,153,246) instead hex code.

Text Font Color

.myTextColor { color: #BE99F6; }

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

This text font color is #BE99F6.


Background Color

.myBgColor { background-color: #BE99F6; }

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

This div background color is #BE99F6.


Border color

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

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

This div border color is #BE99F6.


Opacity

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

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

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

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

This text has shadow with #BE99F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE99F6 on black background.


Color preview on white background

This text has color #BE99F6 on white background.



Black color preview on #BE99F6 background

This text has black color on #BE99F6 background.


White color preview on #BE99F6 background

This text has white color on #BE99F6 background.