COLOR #BEA4BC

HEX: #BEA4BC RGB: (190,164,188)

Color info

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

RGB color model

#BEA4BC color RGB value is (190,164,188).

RGB: (190,164,188) (75%, 64%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 164 of 255 = 64%
B 188 of 255 = 74%

190
164
188

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

Portions of RGB colors in percentages

R + G + B = 190 + 164 + 188 = 542 (100%)
R 190 of 542 ~ 35.06%
G 164 of 542 ~ 30.26%
B 188 of 542 ~ 34.69'%

%35.06
%30.26
%34.69

CMYK color model

#BEA4BC color CMYK value is (0,14,1,25).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 1.05%
  • key color value is 25.49%

CMYK: (0,14,1,25)
C0M14Y1K25 (0%, 14%, 1%, 25%)
(0.00 / 0.14 / 0.01 / 0.25)

CMYK percentages

%0
%13.68
%1.05
%25.49

Codes

Color #BEA4BC in popluar color models

BE A4 BC
RGB 190 164 188
HSL 305° 16.67% 69.41%
HSB/HSV 305° 13.68% 74.51%
CMYK 0.00% 13.68% 1.05%
25.49%

Color #BEA4BC in popluar number systems.

HEX BE A4 BC
Decimal 190 164 188
Binary 10111110 10100100 10111100
Octal 276 244 274

Shades and tints

Shades of #BEA4BC

#BEA4BC
(190,164,188)
#AD96AB
(173,150,171)
#9C889A
(156,136,154)
#8B7A89
(139,122,137)
#7A6C78
(122,108,120)
#695E67
(105,94,103)
#585056
(88,80,86)
#474245
(71,66,69)
#363434
(54,52,52)
#252623
(37,38,35)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #BEA4BC

#BEA4BC
(190,164,188)
#C3ACC2
(195,172,194)
#C8B4C8
(200,180,200)
#CDBCCE
(205,188,206)
#D2C4D4
(210,196,212)
#D7CCDA
(215,204,218)
#DCD4E0
(220,212,224)
#E1DCE6
(225,220,230)
#E6E4EC
(230,228,236)
#EBECF2
(235,236,242)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA4BC; }

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

This text font color is #BEA4BC.

Background Color

.myBgColor { background-color: #BEA4BC; }

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

This div background color is #BEA4BC.

Border color

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

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

This div border color is #BEA4BC.

Opacity

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

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

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

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

This text has shadow with #BEA4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA4BC.

Preview

Color preview on black background

This text has color #BEA4BC on black background.


Color preview on white background

This text has color #BEA4BC on white background.


Black color preview on #BEA4BC background

This text has black color on #BEA4BC background.


White color preview on #BEA4BC background

This text has white color on #BEA4BC background.


Related colors

Complementary color

Complementary color for #hex is #415B43.


I love getcolorcode.com

Triadic colors

1 #BCBEA4 and #A4BCBE with #BEA4BC are triadic colors.

2 #BCA4BE and #A4BEBC with #BEA4BC are triadic colors.