COLOR #BE81B0

HEX: #BE81B0
RGB: (190,129,176)

Color info

#BE81B0 contains mainly red and blue colors. Web safe color of #BE81B0 is #CC9999 (or #C99).

RGB color model

#BE81B0 color RGB value is (190,129,176).

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

RGB channels and saturation

R 190 of 255 = 75%
G 129 of 255 = 51%
B 176 of 255 = 69%

190
129
176

R + G + B ~ 65%. #BE81B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 129 + 176 = 495 (100%)
R 190 of 495 ~ 38.38%
G 129 of 495 ~ 26.06%
B 176 of 495 ~ 35.56%

%38.38
%26.06
%35.56

CMYK color model

#BE81B0 color CMYK value is (0,32,7,25).

  • cyan value is 0.00%
  • magenta value is 32.11%
  • yellow value is 7.37%
  • key color value is 25.49%
CMYK:
(0,32,7,25)
C0M32Y7K25 
(0%,32%,7%,25%)
(0.00/0.32/0.07/0.25)	

CMYK percentages

%0
%32.11
%7.37
%25.49

Codes

Color #BE81B0 in popluar color models

BE81B0
RGB190129176
HSL314°31.94%62.55%
HSB/HSV314°32.11%74.51%
CMYK0.00%32.11%7.37%
25.49%

Color #BE81B0 in popluar number systems.

HEXBE81B0
Decimal190129176
Binary101111101000000110110000
Octal276201260

Shades and tints

Shades of #BE81B0

#BE81B0
(190,129,176)
#AD76A0
(173,118,160)
#9C6B90
(156,107,144)
#8B6080
(139,96,128)
#7A5570
(122,85,112)
#694A60
(105,74,96)
#583F50
(88,63,80)
#473440
(71,52,64)
#362930
(54,41,48)
#251E20
(37,30,32)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #BE81B0

#BE81B0
(190,129,176)
#C38CB7
(195,140,183)
#C897BE
(200,151,190)
#CDA2C5
(205,162,197)
#D2ADCC
(210,173,204)
#D7B8D3
(215,184,211)
#DCC3DA
(220,195,218)
#E1CEE1
(225,206,225)
#E6D9E8
(230,217,232)
#EBE4EF
(235,228,239)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE81B0; }

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

This text font color is #BE81B0.


Background Color

.myBgColor { background-color: #BE81B0; }

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

This div background color is #BE81B0.


Border color

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

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

This div border color is #BE81B0.


Opacity

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

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

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

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

This text has shadow with #BE81B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE81B0 on black background.


Color preview on white background

This text has color #BE81B0 on white background.



Black color preview on #BE81B0 background

This text has black color on #BE81B0 background.


White color preview on #BE81B0 background

This text has white color on #BE81B0 background.