COLOR #BE99DC

HEX: #BE99DC
RGB: (190,153,220)

Color info

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

RGB color model

#BE99DC color RGB value is (190,153,220).

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

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 220 of 255 = 86%

190
153
220

R + G + B ~ 74%. #BE99DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 153 + 220 = 563 (100%)
R 190 of 563 ~ 33.75%
G 153 of 563 ~ 27.18%
B 220 of 563 ~ 39.08%

%33.75
%27.18
%39.08

CMYK color model

#BE99DC color CMYK value is (14,30,0,14).

  • cyan value is 13.64%
  • magenta value is 30.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(14,30,0,14)
C14M30Y0K14 
(14%,30%,0%,14%)
(0.14/0.30/0.00/0.14)	

CMYK percentages

%13.64
%30.45
%0
%13.73

Codes

Color #BE99DC in popluar color models

BE99DC
RGB190153220
HSL273°48.91%73.14%
HSB/HSV273°30.45%86.27%
CMYK13.64%30.45%0.00%
13.73%

Color #BE99DC in popluar number systems.

HEXBE99DC
Decimal190153220
Binary101111101001100111011100
Octal276231334

Shades and tints

Shades of #BE99DC

#BE99DC
(190,153,220)
#AD8CC8
(173,140,200)
#9C7FB4
(156,127,180)
#8B72A0
(139,114,160)
#7A658C
(122,101,140)
#695878
(105,88,120)
#584B64
(88,75,100)
#473E50
(71,62,80)
#36313C
(54,49,60)
#252428
(37,36,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BE99DC

#BE99DC
(190,153,220)
#C3A2DF
(195,162,223)
#C8ABE2
(200,171,226)
#CDB4E5
(205,180,229)
#D2BDE8
(210,189,232)
#D7C6EB
(215,198,235)
#DCCFEE
(220,207,238)
#E1D8F1
(225,216,241)
#E6E1F4
(230,225,244)
#EBEAF7
(235,234,247)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE99DC; }

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

This text font color is #BE99DC.


Background Color

.myBgColor { background-color: #BE99DC; }

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

This div background color is #BE99DC.


Border color

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

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

This div border color is #BE99DC.


Opacity

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

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

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

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

This text has shadow with #BE99DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE99DC on black background.


Color preview on white background

This text has color #BE99DC on white background.



Black color preview on #BE99DC background

This text has black color on #BE99DC background.


White color preview on #BE99DC background

This text has white color on #BE99DC background.