COLOR #BEA0BB

HEX: #BEA0BB
RGB: (190,160,187)

Color info

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

RGB color model

#BEA0BB color RGB value is (190,160,187).

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

RGB channels and saturation

R 190 of 255 = 75%
G 160 of 255 = 63%
B 187 of 255 = 73%

190
160
187

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

Portions of RGB colors in percentages

R + G + B =
190 + 160 + 187 = 537 (100%)
R 190 of 537 ~ 35.38%
G 160 of 537 ~ 29.8%
B 187 of 537 ~ 34.82%

%35.38
%29.8
%34.82

CMYK color model

#BEA0BB color CMYK value is (0,16,2,25).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK:
(0,16,2,25)
C0M16Y2K25 
(0%,16%,2%,25%)
(0.00/0.16/0.02/0.25)	

CMYK percentages

%0
%15.79
%1.58
%25.49

Codes

Color #BEA0BB in popluar color models

BEA0BB
RGB190160187
HSL306°18.75%68.63%
HSB/HSV306°15.79%74.51%
CMYK0.00%15.79%1.58%
25.49%

Color #BEA0BB in popluar number systems.

HEXBEA0BB
Decimal190160187
Binary101111101010000010111011
Octal276240273

Shades and tints

Shades of #BEA0BB

#BEA0BB
(190,160,187)
#AD92AA
(173,146,170)
#9C8499
(156,132,153)
#8B7688
(139,118,136)
#7A6877
(122,104,119)
#695A66
(105,90,102)
#584C55
(88,76,85)
#473E44
(71,62,68)
#363033
(54,48,51)
#252222
(37,34,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #BEA0BB

#BEA0BB
(190,160,187)
#C3A8C1
(195,168,193)
#C8B0C7
(200,176,199)
#CDB8CD
(205,184,205)
#D2C0D3
(210,192,211)
#D7C8D9
(215,200,217)
#DCD0DF
(220,208,223)
#E1D8E5
(225,216,229)
#E6E0EB
(230,224,235)
#EBE8F1
(235,232,241)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEA0BB; }

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

This text font color is #BEA0BB.


Background Color

.myBgColor { background-color: #BEA0BB; }

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

This div background color is #BEA0BB.


Border color

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

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

This div border color is #BEA0BB.


Opacity

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

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

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

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

This text has shadow with #BEA0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEA0BB on black background.


Color preview on white background

This text has color #BEA0BB on white background.



Black color preview on #BEA0BB background

This text has black color on #BEA0BB background.


White color preview on #BEA0BB background

This text has white color on #BEA0BB background.