COLOR #BE89BC

HEX: #BE89BC
RGB: (190,137,188)

Color info

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

RGB color model

#BE89BC color RGB value is (190,137,188).

  • red value is 190;
  • green value is 137;
  • blue value is 188.
RGB:
(190,137,188)
(75%,54%,74%)

RGB channels and saturation

R 190 of 255 = 75%
G 137 of 255 = 54%
B 188 of 255 = 74%

190
137
188

R + G + B ~ 68%. #BE89BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 137 + 188 = 515 (100%)
R 190 of 515 ~ 36.89%
G 137 of 515 ~ 26.6%
B 188 of 515 ~ 36.5%

%36.89
%26.6
%36.5

CMYK color model

#BE89BC color CMYK value is (0,28,1,25).

  • cyan value is 0.00%
  • magenta value is 27.89%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK:
(0,28,1,25)
C0M28Y1K25 
(0%,28%,1%,25%)
(0.00/0.28/0.01/0.25)	

CMYK percentages

%0
%27.89
%1.05
%25.49

Codes

Color #BE89BC in popluar color models

BE89BC
RGB190137188
HSL302°28.96%64.12%
HSB/HSV302°27.89%74.51%
CMYK0.00%27.89%1.05%
25.49%

Color #BE89BC in popluar number systems.

HEXBE89BC
Decimal190137188
Binary101111101000100110111100
Octal276211274

Shades and tints

Shades of #BE89BC

#BE89BC
(190,137,188)
#AD7DAB
(173,125,171)
#9C719A
(156,113,154)
#8B6589
(139,101,137)
#7A5978
(122,89,120)
#694D67
(105,77,103)
#584156
(88,65,86)
#473545
(71,53,69)
#362934
(54,41,52)
#251D23
(37,29,35)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #BE89BC

#BE89BC
(190,137,188)
#C393C2
(195,147,194)
#C89DC8
(200,157,200)
#CDA7CE
(205,167,206)
#D2B1D4
(210,177,212)
#D7BBDA
(215,187,218)
#DCC5E0
(220,197,224)
#E1CFE6
(225,207,230)
#E6D9EC
(230,217,236)
#EBE3F2
(235,227,242)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE89BC; }

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

This text font color is #BE89BC.


Background Color

.myBgColor { background-color: #BE89BC; }

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

This div background color is #BE89BC.


Border color

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

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

This div border color is #BE89BC.


Opacity

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

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

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

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

This text has shadow with #BE89BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE89BC on black background.


Color preview on white background

This text has color #BE89BC on white background.



Black color preview on #BE89BC background

This text has black color on #BE89BC background.


White color preview on #BE89BC background

This text has white color on #BE89BC background.