COLOR #BEA1CC

HEX: #BEA1CC
RGB: (190,161,204)

Color info

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

RGB color model

#BEA1CC color RGB value is (190,161,204).

  • red value is 190;
  • green value is 161;
  • blue value is 204.
RGB:
(190,161,204)
(75%,63%,80%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 204 of 255 = 80%

190
161
204

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

Portions of RGB colors in percentages

R + G + B =
190 + 161 + 204 = 555 (100%)
R 190 of 555 ~ 34.23%
G 161 of 555 ~ 29.01%
B 204 of 555 ~ 36.76%

%34.23
%29.01
%36.76

CMYK color model

#BEA1CC color CMYK value is (7,21,0,20).

  • cyan value is 6.86%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(7,21,0,20)
C7M21Y0K20 
(7%,21%,0%,20%)
(0.07/0.21/0.00/0.20)	

CMYK percentages

%6.86
%21.08
%0
%20

Codes

Color #BEA1CC in popluar color models

BEA1CC
RGB190161204
HSL280°29.66%71.57%
HSB/HSV280°21.08%80.00%
CMYK6.86%21.08%0.00%
20.00%

Color #BEA1CC in popluar number systems.

HEXBEA1CC
Decimal190161204
Binary101111101010000111001100
Octal276241314

Shades and tints

Shades of #BEA1CC

#BEA1CC
(190,161,204)
#AD93BA
(173,147,186)
#9C85A8
(156,133,168)
#8B7796
(139,119,150)
#7A6984
(122,105,132)
#695B72
(105,91,114)
#584D60
(88,77,96)
#473F4E
(71,63,78)
#36313C
(54,49,60)
#25232A
(37,35,42)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #BEA1CC

#BEA1CC
(190,161,204)
#C3A9D0
(195,169,208)
#C8B1D4
(200,177,212)
#CDB9D8
(205,185,216)
#D2C1DC
(210,193,220)
#D7C9E0
(215,201,224)
#DCD1E4
(220,209,228)
#E1D9E8
(225,217,232)
#E6E1EC
(230,225,236)
#EBE9F0
(235,233,240)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA1CC color. Also use rgb(190,161,204) instead hex code.

Text Font Color

.myTextColor { color: #BEA1CC; }

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

This text font color is #BEA1CC.


Background Color

.myBgColor { background-color: #BEA1CC; }

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

This div background color is #BEA1CC.


Border color

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

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

This div border color is #BEA1CC.


Opacity

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

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

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

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

This text has shadow with #BEA1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA1CC on black background.


Color preview on white background

This text has color #BEA1CC on white background.



Black color preview on #BEA1CC background

This text has black color on #BEA1CC background.


White color preview on #BEA1CC background

This text has white color on #BEA1CC background.