COLOR #BEA0B6

HEX: #BEA0B6 RGB: (190,160,182)

Color info

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

RGB color model

#BEA0B6 color RGB value is (190,160,182).

RGB: (190,160,182) (75%, 63%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 160 of 255 = 63%
B 182 of 255 = 71%

190
160
182

R + G + B ~ 70%. #BEA0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 160 + 182 = 532 (100%)
R 190 of 532 ~ 35.71%
G 160 of 532 ~ 30.08%
B 182 of 532 ~ 34.21'%

%35.71
%30.08
%34.21

CMYK color model

#BEA0B6 color CMYK value is (0,16,4,25).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 4.21%
  • key color value is 25.49%

CMYK: (0,16,4,25)
C0M16Y4K25 (0%, 16%, 4%, 25%)
(0.00 / 0.16 / 0.04 / 0.25)

CMYK percentages

%0
%15.79
%4.21
%25.49

Codes

Color #BEA0B6 in popluar color models

BE A0 B6
RGB 190 160 182
HSL 316° 18.75% 68.63%
HSB/HSV 316° 15.79% 74.51%
CMYK 0.00% 15.79% 4.21%
25.49%

Color #BEA0B6 in popluar number systems.

HEX BE A0 B6
Decimal 190 160 182
Binary 10111110 10100000 10110110
Octal 276 240 266

Shades and tints

Shades of #BEA0B6

#BEA0B6
(190,160,182)
#AD92A6
(173,146,166)
#9C8496
(156,132,150)
#8B7686
(139,118,134)
#7A6876
(122,104,118)
#695A66
(105,90,102)
#584C56
(88,76,86)
#473E46
(71,62,70)
#363036
(54,48,54)
#252226
(37,34,38)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #BEA0B6

#BEA0B6
(190,160,182)
#C3A8BC
(195,168,188)
#C8B0C2
(200,176,194)
#CDB8C8
(205,184,200)
#D2C0CE
(210,192,206)
#D7C8D4
(215,200,212)
#DCD0DA
(220,208,218)
#E1D8E0
(225,216,224)
#E6E0E6
(230,224,230)
#EBE8EC
(235,232,236)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA0B6 color. Also use rgb(190,160,182) instead hex code.

Text Font Color

.myTextColor { color: #BEA0B6; }

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

This text font color is #BEA0B6.

Background Color

.myBgColor { background-color: #BEA0B6; }

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

This div background color is #BEA0B6.

Border color

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

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

This div border color is #BEA0B6.

Opacity

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

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

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

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

This text has shadow with #BEA0B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA0B6.

Preview

Color preview on black background

This text has color #BEA0B6 on black background.


Color preview on white background

This text has color #BEA0B6 on white background.


Black color preview on #BEA0B6 background

This text has black color on #BEA0B6 background.


White color preview on #BEA0B6 background

This text has white color on #BEA0B6 background.


Related colors

Complementary color

Complementary color for #hex is #415F49.


I love getcolorcode.com

Triadic colors

1 #B6BEA0 and #A0B6BE with #BEA0B6 are triadic colors.

2 #B6A0BE and #A0BEB6 with #BEA0B6 are triadic colors.