COLOR #BEA4CB

HEX: #BEA4CB
RGB: (190,164,203)

Color info

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

RGB color model

#BEA4CB color RGB value is (190,164,203).

  • red value is 190;
  • green value is 164;
  • blue value is 203.
RGB:
(190,164,203)
(75%,64%,80%)

RGB channels and saturation

R 190 of 255 = 75%
G 164 of 255 = 64%
B 203 of 255 = 80%

190
164
203

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

Portions of RGB colors in percentages

R + G + B =
190 + 164 + 203 = 557 (100%)
R 190 of 557 ~ 34.11%
G 164 of 557 ~ 29.44%
B 203 of 557 ~ 36.45%

%34.11
%29.44
%36.45

CMYK color model

#BEA4CB color CMYK value is (6,19,0,20).

  • cyan value is 6.40%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(6,19,0,20)
C6M19Y0K20 
(6%,19%,0%,20%)
(0.06/0.19/0.00/0.20)	

CMYK percentages

%6.4
%19.21
%0
%20.39

Codes

Color #BEA4CB in popluar color models

BEA4CB
RGB190164203
HSL280°27.27%71.96%
HSB/HSV280°19.21%79.61%
CMYK6.40%19.21%0.00%
20.39%

Color #BEA4CB in popluar number systems.

HEXBEA4CB
Decimal190164203
Binary101111101010010011001011
Octal276244313

Shades and tints

Shades of #BEA4CB

#BEA4CB
(190,164,203)
#AD96B9
(173,150,185)
#9C88A7
(156,136,167)
#8B7A95
(139,122,149)
#7A6C83
(122,108,131)
#695E71
(105,94,113)
#58505F
(88,80,95)
#47424D
(71,66,77)
#36343B
(54,52,59)
#252629
(37,38,41)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #BEA4CB

#BEA4CB
(190,164,203)
#C3ACCF
(195,172,207)
#C8B4D3
(200,180,211)
#CDBCD7
(205,188,215)
#D2C4DB
(210,196,219)
#D7CCDF
(215,204,223)
#DCD4E3
(220,212,227)
#E1DCE7
(225,220,231)
#E6E4EB
(230,228,235)
#EBECEF
(235,236,239)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA4CB color. Also use rgb(190,164,203) instead hex code.

Text Font Color

.myTextColor { color: #BEA4CB; }

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

This text font color is #BEA4CB.


Background Color

.myBgColor { background-color: #BEA4CB; }

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

This div background color is #BEA4CB.


Border color

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

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

This div border color is #BEA4CB.


Opacity

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

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

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

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

This text has shadow with #BEA4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA4CB on black background.


Color preview on white background

This text has color #BEA4CB on white background.



Black color preview on #BEA4CB background

This text has black color on #BEA4CB background.


White color preview on #BEA4CB background

This text has white color on #BEA4CB background.