COLOR #BEA3CB

HEX: #BEA3CB RGB: (190,163,203)

Color info

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

RGB color model

#BEA3CB color RGB value is (190,163,203).

RGB: (190,163,203) (75%, 64%, 80%)

RGB channels and saturation

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

190
163
203

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

Portions of RGB colors in percentages

R + G + B = 190 + 163 + 203 = 556 (100%)
R 190 of 556 ~ 34.17%
G 163 of 556 ~ 29.32%
B 203 of 556 ~ 36.51'%

%34.17
%29.32
%36.51

CMYK color model

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

  • cyan value is 6.40%
  • magenta value is 19.70%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (6,20,0,20) C6M20Y0K20 (6%,20%,0%,20%) (0.06/0.20/0.00/0.20) 

CMYK percentages

%6.4
%19.7
%0
%20.39

Codes

Color #BEA3CB in popluar color models

BE A3 CB
RGB 190 163 203
HSL 281° 27.78% 71.76%
HSB/HSV 281° 19.70% 79.61%
CMYK 6.40% 19.70% 0.00%
20.39%

Color #BEA3CB in popluar number systems.

HEX BE A3 CB
Decimal 190 163 203
Binary 10111110 10100011 11001011
Octal 276 243 313

Shades and tints

Shades of #BEA3CB

#BEA3CB
(190,163,203)
#AD95B9
(173,149,185)
#9C87A7
(156,135,167)
#8B7995
(139,121,149)
#7A6B83
(122,107,131)
#695D71
(105,93,113)
#584F5F
(88,79,95)
#47414D
(71,65,77)
#36333B
(54,51,59)
#252529
(37,37,41)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #BEA3CB

#BEA3CB
(190,163,203)
#C3ABCF
(195,171,207)
#C8B3D3
(200,179,211)
#CDBBD7
(205,187,215)
#D2C3DB
(210,195,219)
#D7CBDF
(215,203,223)
#DCD3E3
(220,211,227)
#E1DBE7
(225,219,231)
#E6E3EB
(230,227,235)
#EBEBEF
(235,235,239)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA3CB; }

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

This text font color is #BEA3CB.

Background Color

.myBgColor { background-color: #BEA3CB; }

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

This div background color is #BEA3CB.

Border color

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

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

This div border color is #BEA3CB.

Opacity

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

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

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

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

This text has shadow with #BEA3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA3CB.

Preview

Color preview on black background

This text has color #BEA3CB on black background.


Color preview on white background

This text has color #BEA3CB on white background.


Black color preview on #BEA3CB background

This text has black color on #BEA3CB background.


White color preview on #BEA3CB background

This text has white color on #BEA3CB background.


Related colors

Complementary color

Complementary color for #hex is #415C34.


I love getcolorcode.com

Triadic colors

1 #CBBEA3 and #A3CBBE with #BEA3CB are triadic colors.

2 #CBA3BE and #A3BECB with #BEA3CB are triadic colors.