COLOR #BEA6CA

HEX: #BEA6CA RGB: (190,166,202)

Color info

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

RGB color model

#BEA6CA color RGB value is (190,166,202).

RGB: (190,166,202) (75%, 65%, 79%)

RGB channels and saturation

R 190 of 255 = 75%
G 166 of 255 = 65%
B 202 of 255 = 79%

190
166
202

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

Portions of RGB colors in percentages

R + G + B = 190 + 166 + 202 = 558 (100%)
R 190 of 558 ~ 34.05%
G 166 of 558 ~ 29.75%
B 202 of 558 ~ 36.2'%

%34.05
%29.75
%36.2

CMYK color model

#BEA6CA color CMYK value is (6,18,0,21).

  • cyan value is 5.94%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (6,18,0,21) C6M18Y0K21 (6%,18%,0%,21%) (0.06/0.18/0.00/0.21) 

CMYK percentages

%5.94
%17.82
%0
%20.78

Codes

Color #BEA6CA in popluar color models

BE A6 CA
RGB 190 166 202
HSL 280° 25.35% 72.16%
HSB/HSV 280° 17.82% 79.22%
CMYK 5.94% 17.82% 0.00%
20.78%

Color #BEA6CA in popluar number systems.

HEX BE A6 CA
Decimal 190 166 202
Binary 10111110 10100110 11001010
Octal 276 246 312

Shades and tints

Shades of #BEA6CA

#BEA6CA
(190,166,202)
#AD97B8
(173,151,184)
#9C88A6
(156,136,166)
#8B7994
(139,121,148)
#7A6A82
(122,106,130)
#695B70
(105,91,112)
#584C5E
(88,76,94)
#473D4C
(71,61,76)
#362E3A
(54,46,58)
#251F28
(37,31,40)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #BEA6CA

#BEA6CA
(190,166,202)
#C3AECE
(195,174,206)
#C8B6D2
(200,182,210)
#CDBED6
(205,190,214)
#D2C6DA
(210,198,218)
#D7CEDE
(215,206,222)
#DCD6E2
(220,214,226)
#E1DEE6
(225,222,230)
#E6E6EA
(230,230,234)
#EBEEEE
(235,238,238)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA6CA; }

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

This text font color is #BEA6CA.

Background Color

.myBgColor { background-color: #BEA6CA; }

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

This div background color is #BEA6CA.

Border color

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

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

This div border color is #BEA6CA.

Opacity

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

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

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

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

This text has shadow with #BEA6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA6CA.

Preview

Color preview on black background

This text has color #BEA6CA on black background.


Color preview on white background

This text has color #BEA6CA on white background.


Black color preview on #BEA6CA background

This text has black color on #BEA6CA background.


White color preview on #BEA6CA background

This text has white color on #BEA6CA background.


Related colors

Complementary color

Complementary color for #hex is #415935.


I love getcolorcode.com

Triadic colors

1 #CABEA6 and #A6CABE with #BEA6CA are triadic colors.

2 #CAA6BE and #A6BECA with #BEA6CA are triadic colors.