COLOR #BE94CA

HEX: #BE94CA RGB: (190,148,202)

Color info

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

RGB color model

#BE94CA color RGB value is (190,148,202).

RGB: (190,148,202) (75%, 58%, 79%)

RGB channels and saturation

R 190 of 255 = 75%
G 148 of 255 = 58%
B 202 of 255 = 79%

190
148
202

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

Portions of RGB colors in percentages

R + G + B = 190 + 148 + 202 = 540 (100%)
R 190 of 540 ~ 35.19%
G 148 of 540 ~ 27.41%
B 202 of 540 ~ 37.41'%

%35.19
%27.41
%37.41

CMYK color model

#BE94CA color CMYK value is (6,27,0,21).

  • cyan value is 5.94%
  • magenta value is 26.73%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (6,27,0,21) C6M27Y0K21 (6%,27%,0%,21%) (0.06/0.27/0.00/0.21) 

CMYK percentages

%5.94
%26.73
%0
%20.78

Codes

Color #BE94CA in popluar color models

BE 94 CA
RGB 190 148 202
HSL 287° 33.75% 68.63%
HSB/HSV 287° 26.73% 79.22%
CMYK 5.94% 26.73% 0.00%
20.78%

Color #BE94CA in popluar number systems.

HEX BE 94 CA
Decimal 190 148 202
Binary 10111110 10010100 11001010
Octal 276 224 312

Shades and tints

Shades of #BE94CA

#BE94CA
(190,148,202)
#AD87B8
(173,135,184)
#9C7AA6
(156,122,166)
#8B6D94
(139,109,148)
#7A6082
(122,96,130)
#695370
(105,83,112)
#58465E
(88,70,94)
#47394C
(71,57,76)
#362C3A
(54,44,58)
#251F28
(37,31,40)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #BE94CA

#BE94CA
(190,148,202)
#C39DCE
(195,157,206)
#C8A6D2
(200,166,210)
#CDAFD6
(205,175,214)
#D2B8DA
(210,184,218)
#D7C1DE
(215,193,222)
#DCCAE2
(220,202,226)
#E1D3E6
(225,211,230)
#E6DCEA
(230,220,234)
#EBE5EE
(235,229,238)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE94CA color. Also use rgb(190,148,202) instead hex code.

Text Font Color

.myTextColor { color: #BE94CA; }

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

This text font color is #BE94CA.

Background Color

.myBgColor { background-color: #BE94CA; }

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

This div background color is #BE94CA.

Border color

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

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

This div border color is #BE94CA.

Opacity

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

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

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

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

This text has shadow with #BE94CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE94CA.

Preview

Color preview on black background

This text has color #BE94CA on black background.


Color preview on white background

This text has color #BE94CA on white background.


Black color preview on #BE94CA background

This text has black color on #BE94CA background.


White color preview on #BE94CA background

This text has white color on #BE94CA background.


Related colors

Complementary color

Complementary color for #hex is #416B35.


I love getcolorcode.com

Triadic colors

1 #CABE94 and #94CABE with #BE94CA are triadic colors.

2 #CA94BE and #94BECA with #BE94CA are triadic colors.