COLOR #BE81B9

HEX: #BE81B9
RGB: (190,129,185)

Color info

#BE81B9 contains mainly red and blue colors. Web safe color of #BE81B9 is #CC99CC (or #C9C).

RGB color model

#BE81B9 color RGB value is (190,129,185).

  • red value is 190;
  • green value is 129;
  • blue value is 185.
RGB:
(190,129,185)
(75%,51%,73%)

RGB channels and saturation

R 190 of 255 = 75%
G 129 of 255 = 51%
B 185 of 255 = 73%

190
129
185

R + G + B ~ 66%. #BE81B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 129 + 185 = 504 (100%)
R 190 of 504 ~ 37.7%
G 129 of 504 ~ 25.6%
B 185 of 504 ~ 36.71%

%37.7
%25.6
%36.71

CMYK color model

#BE81B9 color CMYK value is (0,32,3,25).

  • cyan value is 0.00%
  • magenta value is 32.11%
  • yellow value is 2.63%
  • key color value is 25.49%
CMYK:
(0,32,3,25)
C0M32Y3K25 
(0%,32%,3%,25%)
(0.00/0.32/0.03/0.25)	

CMYK percentages

%0
%32.11
%2.63
%25.49

Codes

Color #BE81B9 in popluar color models

BE81B9
RGB190129185
HSL305°31.94%62.55%
HSB/HSV305°32.11%74.51%
CMYK0.00%32.11%2.63%
25.49%

Color #BE81B9 in popluar number systems.

HEXBE81B9
Decimal190129185
Binary101111101000000110111001
Octal276201271

Shades and tints

Shades of #BE81B9

#BE81B9
(190,129,185)
#AD76A9
(173,118,169)
#9C6B99
(156,107,153)
#8B6089
(139,96,137)
#7A5579
(122,85,121)
#694A69
(105,74,105)
#583F59
(88,63,89)
#473449
(71,52,73)
#362939
(54,41,57)
#251E29
(37,30,41)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #BE81B9

#BE81B9
(190,129,185)
#C38CBF
(195,140,191)
#C897C5
(200,151,197)
#CDA2CB
(205,162,203)
#D2ADD1
(210,173,209)
#D7B8D7
(215,184,215)
#DCC3DD
(220,195,221)
#E1CEE3
(225,206,227)
#E6D9E9
(230,217,233)
#EBE4EF
(235,228,239)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE81B9; }

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

This text font color is #BE81B9.


Background Color

.myBgColor { background-color: #BE81B9; }

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

This div background color is #BE81B9.


Border color

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

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

This div border color is #BE81B9.


Opacity

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

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

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

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

This text has shadow with #BE81B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE81B9 on black background.


Color preview on white background

This text has color #BE81B9 on white background.



Black color preview on #BE81B9 background

This text has black color on #BE81B9 background.


White color preview on #BE81B9 background

This text has white color on #BE81B9 background.