COLOR #BEA0C2

HEX: #BEA0C2
RGB: (190,160,194)

Color info

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

RGB color model

#BEA0C2 color RGB value is (190,160,194).

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

RGB channels and saturation

R 190 of 255 = 75%
G 160 of 255 = 63%
B 194 of 255 = 76%

190
160
194

R + G + B ~ 71%. #BEA0C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 160 + 194 = 544 (100%)
R 190 of 544 ~ 34.93%
G 160 of 544 ~ 29.41%
B 194 of 544 ~ 35.66%

%34.93
%29.41
%35.66

CMYK color model

#BEA0C2 color CMYK value is (2,18,0,24).

  • cyan value is 2.06%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(2,18,0,24)
C2M18Y0K24 
(2%,18%,0%,24%)
(0.02/0.18/0.00/0.24)	

CMYK percentages

%2.06
%17.53
%0
%23.92

Codes

Color #BEA0C2 in popluar color models

BEA0C2
RGB190160194
HSL293°21.79%69.41%
HSB/HSV293°17.53%76.08%
CMYK2.06%17.53%0.00%
23.92%

Color #BEA0C2 in popluar number systems.

HEXBEA0C2
Decimal190160194
Binary101111101010000011000010
Octal276240302

Shades and tints

Shades of #BEA0C2

#BEA0C2
(190,160,194)
#AD92B1
(173,146,177)
#9C84A0
(156,132,160)
#8B768F
(139,118,143)
#7A687E
(122,104,126)
#695A6D
(105,90,109)
#584C5C
(88,76,92)
#473E4B
(71,62,75)
#36303A
(54,48,58)
#252229
(37,34,41)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEA0C2

#BEA0C2
(190,160,194)
#C3A8C7
(195,168,199)
#C8B0CC
(200,176,204)
#CDB8D1
(205,184,209)
#D2C0D6
(210,192,214)
#D7C8DB
(215,200,219)
#DCD0E0
(220,208,224)
#E1D8E5
(225,216,229)
#E6E0EA
(230,224,234)
#EBE8EF
(235,232,239)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA0C2; }

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

This text font color is #BEA0C2.


Background Color

.myBgColor { background-color: #BEA0C2; }

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

This div background color is #BEA0C2.


Border color

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

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

This div border color is #BEA0C2.


Opacity

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

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

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

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

This text has shadow with #BEA0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA0C2 on black background.


Color preview on white background

This text has color #BEA0C2 on white background.



Black color preview on #BEA0C2 background

This text has black color on #BEA0C2 background.


White color preview on #BEA0C2 background

This text has white color on #BEA0C2 background.