COLOR #BEA1BE

HEX: #BEA1BE
RGB: (190,161,190)

Color info

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

RGB color model

#BEA1BE color RGB value is (190,161,190).

  • red value is 190;
  • green value is 161;
  • blue value is 190.
RGB:
(190,161,190)
(75%,63%,75%)

RGB channels and saturation

R 190 of 255 = 75%
G 161 of 255 = 63%
B 190 of 255 = 75%

190
161
190

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

Portions of RGB colors in percentages

R + G + B =
190 + 161 + 190 = 541 (100%)
R 190 of 541 ~ 35.12%
G 161 of 541 ~ 29.76%
B 190 of 541 ~ 35.12%

%35.12
%29.76
%35.12

CMYK color model

#BEA1BE color CMYK value is (0,15,0,25).

  • cyan value is 0.00%
  • magenta value is 15.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(0,15,0,25)
C0M15Y0K25 
(0%,15%,0%,25%)
(0.00/0.15/0.00/0.25)	

CMYK percentages

%0
%15.26
%0
%25.49

Codes

Color #BEA1BE in popluar color models

BEA1BE
RGB190161190
HSL300°18.24%68.82%
HSB/HSV300°15.26%74.51%
CMYK0.00%15.26%0.00%
25.49%

Color #BEA1BE in popluar number systems.

HEXBEA1BE
Decimal190161190
Binary101111101010000110111110
Octal276241276

Shades and tints

Shades of #BEA1BE

#BEA1BE
(190,161,190)
#AD93AD
(173,147,173)
#9C859C
(156,133,156)
#8B778B
(139,119,139)
#7A697A
(122,105,122)
#695B69
(105,91,105)
#584D58
(88,77,88)
#473F47
(71,63,71)
#363136
(54,49,54)
#252325
(37,35,37)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #BEA1BE

#BEA1BE
(190,161,190)
#C3A9C3
(195,169,195)
#C8B1C8
(200,177,200)
#CDB9CD
(205,185,205)
#D2C1D2
(210,193,210)
#D7C9D7
(215,201,215)
#DCD1DC
(220,209,220)
#E1D9E1
(225,217,225)
#E6E1E6
(230,225,230)
#EBE9EB
(235,233,235)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA1BE; }

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

This text font color is #BEA1BE.


Background Color

.myBgColor { background-color: #BEA1BE; }

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

This div background color is #BEA1BE.


Border color

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

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

This div border color is #BEA1BE.


Opacity

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

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

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

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

This text has shadow with #BEA1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA1BE on black background.


Color preview on white background

This text has color #BEA1BE on white background.



Black color preview on #BEA1BE background

This text has black color on #BEA1BE background.


White color preview on #BEA1BE background

This text has white color on #BEA1BE background.