COLOR #BEA0CF

HEX: #BEA0CF
RGB: (190,160,207)

Color info

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

RGB color model

#BEA0CF color RGB value is (190,160,207).

  • red value is 190;
  • green value is 160;
  • blue value is 207.
RGB:
(190,160,207)
(75%,63%,81%)

RGB channels and saturation

R 190 of 255 = 75%
G 160 of 255 = 63%
B 207 of 255 = 81%

190
160
207

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

Portions of RGB colors in percentages

R + G + B =
190 + 160 + 207 = 557 (100%)
R 190 of 557 ~ 34.11%
G 160 of 557 ~ 28.73%
B 207 of 557 ~ 37.16%

%34.11
%28.73
%37.16

CMYK color model

#BEA0CF color CMYK value is (8,23,0,19).

  • cyan value is 8.21%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(8,23,0,19)
C8M23Y0K19 
(8%,23%,0%,19%)
(0.08/0.23/0.00/0.19)	

CMYK percentages

%8.21
%22.71
%0
%18.82

Codes

Color #BEA0CF in popluar color models

BEA0CF
RGB190160207
HSL278°32.87%71.96%
HSB/HSV278°22.71%81.18%
CMYK8.21%22.71%0.00%
18.82%

Color #BEA0CF in popluar number systems.

HEXBEA0CF
Decimal190160207
Binary101111101010000011001111
Octal276240317

Shades and tints

Shades of #BEA0CF

#BEA0CF
(190,160,207)
#AD92BD
(173,146,189)
#9C84AB
(156,132,171)
#8B7699
(139,118,153)
#7A6887
(122,104,135)
#695A75
(105,90,117)
#584C63
(88,76,99)
#473E51
(71,62,81)
#36303F
(54,48,63)
#25222D
(37,34,45)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #BEA0CF

#BEA0CF
(190,160,207)
#C3A8D3
(195,168,211)
#C8B0D7
(200,176,215)
#CDB8DB
(205,184,219)
#D2C0DF
(210,192,223)
#D7C8E3
(215,200,227)
#DCD0E7
(220,208,231)
#E1D8EB
(225,216,235)
#E6E0EF
(230,224,239)
#EBE8F3
(235,232,243)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA0CF color. Also use rgb(190,160,207) instead hex code.

Text Font Color

.myTextColor { color: #BEA0CF; }

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

This text font color is #BEA0CF.


Background Color

.myBgColor { background-color: #BEA0CF; }

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

This div background color is #BEA0CF.


Border color

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

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

This div border color is #BEA0CF.


Opacity

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

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

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

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

This text has shadow with #BEA0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA0CF on black background.


Color preview on white background

This text has color #BEA0CF on white background.



Black color preview on #BEA0CF background

This text has black color on #BEA0CF background.


White color preview on #BEA0CF background

This text has white color on #BEA0CF background.