COLOR #BEA4C6

HEX: #BEA4C6 RGB: (190,164,198)

Color info

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

RGB color model

#BEA4C6 color RGB value is (190,164,198).

RGB: (190,164,198) (75%, 64%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 164 of 255 = 64%
B 198 of 255 = 78%

190
164
198

R + G + B ~ 72%. #BEA4C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 164 + 198 = 552 (100%)
R 190 of 552 ~ 34.42%
G 164 of 552 ~ 29.71%
B 198 of 552 ~ 35.87'%

%34.42
%29.71
%35.87

CMYK color model

#BEA4C6 color CMYK value is (4,17,0,22).

  • cyan value is 4.04%
  • magenta value is 17.17%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (4,17,0,22)
C4M17Y0K22 (4%, 17%, 0%, 22%)
(0.04 / 0.17 / 0.00 / 0.22)

CMYK percentages

%4.04
%17.17
%0
%22.35

Codes

Color #BEA4C6 in popluar color models

BE A4 C6
RGB 190 164 198
HSL 286° 22.97% 70.98%
HSB/HSV 286° 17.17% 77.65%
CMYK 4.04% 17.17% 0.00%
22.35%

Color #BEA4C6 in popluar number systems.

HEX BE A4 C6
Decimal 190 164 198
Binary 10111110 10100100 11000110
Octal 276 244 306

Shades and tints

Shades of #BEA4C6

#BEA4C6
(190,164,198)
#AD96B4
(173,150,180)
#9C88A2
(156,136,162)
#8B7A90
(139,122,144)
#7A6C7E
(122,108,126)
#695E6C
(105,94,108)
#58505A
(88,80,90)
#474248
(71,66,72)
#363436
(54,52,54)
#252624
(37,38,36)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #BEA4C6

#BEA4C6
(190,164,198)
#C3ACCB
(195,172,203)
#C8B4D0
(200,180,208)
#CDBCD5
(205,188,213)
#D2C4DA
(210,196,218)
#D7CCDF
(215,204,223)
#DCD4E4
(220,212,228)
#E1DCE9
(225,220,233)
#E6E4EE
(230,228,238)
#EBECF3
(235,236,243)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA4C6; }

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

This text font color is #BEA4C6.

Background Color

.myBgColor { background-color: #BEA4C6; }

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

This div background color is #BEA4C6.

Border color

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

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

This div border color is #BEA4C6.

Opacity

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

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

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

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

This text has shadow with #BEA4C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA4C6.

Preview

Color preview on black background

This text has color #BEA4C6 on black background.


Color preview on white background

This text has color #BEA4C6 on white background.


Black color preview on #BEA4C6 background

This text has black color on #BEA4C6 background.


White color preview on #BEA4C6 background

This text has white color on #BEA4C6 background.


Related colors

Complementary color

Complementary color for #hex is #415B39.


I love getcolorcode.com

Triadic colors

1 #C6BEA4 and #A4C6BE with #BEA4C6 are triadic colors.

2 #C6A4BE and #A4BEC6 with #BEA4C6 are triadic colors.