COLOR #BE88B4

HEX: #BE88B4
RGB: (190,136,180)

Color info

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

RGB color model

#BE88B4 color RGB value is (190,136,180).

  • red value is 190;
  • green value is 136;
  • blue value is 180.
RGB:
(190,136,180)
(75%,53%,71%)

RGB channels and saturation

R 190 of 255 = 75%
G 136 of 255 = 53%
B 180 of 255 = 71%

190
136
180

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

Portions of RGB colors in percentages

R + G + B =
190 + 136 + 180 = 506 (100%)
R 190 of 506 ~ 37.55%
G 136 of 506 ~ 26.88%
B 180 of 506 ~ 35.57%

%37.55
%26.88
%35.57

CMYK color model

#BE88B4 color CMYK value is (0,28,5,25).

  • cyan value is 0.00%
  • magenta value is 28.42%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(0,28,5,25)
C0M28Y5K25 
(0%,28%,5%,25%)
(0.00/0.28/0.05/0.25)	

CMYK percentages

%0
%28.42
%5.26
%25.49

Codes

Color #BE88B4 in popluar color models

BE88B4
RGB190136180
HSL311°29.35%63.92%
HSB/HSV311°28.42%74.51%
CMYK0.00%28.42%5.26%
25.49%

Color #BE88B4 in popluar number systems.

HEXBE88B4
Decimal190136180
Binary101111101000100010110100
Octal276210264

Shades and tints

Shades of #BE88B4

#BE88B4
(190,136,180)
#AD7CA4
(173,124,164)
#9C7094
(156,112,148)
#8B6484
(139,100,132)
#7A5874
(122,88,116)
#694C64
(105,76,100)
#584054
(88,64,84)
#473444
(71,52,68)
#362834
(54,40,52)
#251C24
(37,28,36)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #BE88B4

#BE88B4
(190,136,180)
#C392BA
(195,146,186)
#C89CC0
(200,156,192)
#CDA6C6
(205,166,198)
#D2B0CC
(210,176,204)
#D7BAD2
(215,186,210)
#DCC4D8
(220,196,216)
#E1CEDE
(225,206,222)
#E6D8E4
(230,216,228)
#EBE2EA
(235,226,234)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE88B4; }

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

This text font color is #BE88B4.


Background Color

.myBgColor { background-color: #BE88B4; }

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

This div background color is #BE88B4.


Border color

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

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

This div border color is #BE88B4.


Opacity

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

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

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

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

This text has shadow with #BE88B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE88B4 on black background.


Color preview on white background

This text has color #BE88B4 on white background.



Black color preview on #BE88B4 background

This text has black color on #BE88B4 background.


White color preview on #BE88B4 background

This text has white color on #BE88B4 background.