COLOR #BE88C5

HEX: #BE88C5
RGB: (190,136,197)

Color info

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

RGB color model

#BE88C5 color RGB value is (190,136,197).

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

RGB channels and saturation

R 190 of 255 = 75%
G 136 of 255 = 53%
B 197 of 255 = 77%

190
136
197

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

Portions of RGB colors in percentages

R + G + B =
190 + 136 + 197 = 523 (100%)
R 190 of 523 ~ 36.33%
G 136 of 523 ~ 26%
B 197 of 523 ~ 37.67%

%36.33
%26
%37.67

CMYK color model

#BE88C5 color CMYK value is (4,31,0,23).

  • cyan value is 3.55%
  • magenta value is 30.96%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(4,31,0,23)
C4M31Y0K23 
(4%,31%,0%,23%)
(0.04/0.31/0.00/0.23)	

CMYK percentages

%3.55
%30.96
%0
%22.75

Codes

Color #BE88C5 in popluar color models

BE88C5
RGB190136197
HSL293°34.46%65.29%
HSB/HSV293°30.96%77.25%
CMYK3.55%30.96%0.00%
22.75%

Color #BE88C5 in popluar number systems.

HEXBE88C5
Decimal190136197
Binary101111101000100011000101
Octal276210305

Shades and tints

Shades of #BE88C5

#BE88C5
(190,136,197)
#AD7CB4
(173,124,180)
#9C70A3
(156,112,163)
#8B6492
(139,100,146)
#7A5881
(122,88,129)
#694C70
(105,76,112)
#58405F
(88,64,95)
#47344E
(71,52,78)
#36283D
(54,40,61)
#251C2C
(37,28,44)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #BE88C5

#BE88C5
(190,136,197)
#C392CA
(195,146,202)
#C89CCF
(200,156,207)
#CDA6D4
(205,166,212)
#D2B0D9
(210,176,217)
#D7BADE
(215,186,222)
#DCC4E3
(220,196,227)
#E1CEE8
(225,206,232)
#E6D8ED
(230,216,237)
#EBE2F2
(235,226,242)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE88C5; }

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

This text font color is #BE88C5.


Background Color

.myBgColor { background-color: #BE88C5; }

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

This div background color is #BE88C5.


Border color

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

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

This div border color is #BE88C5.


Opacity

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

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

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

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

This text has shadow with #BE88C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE88C5 on black background.


Color preview on white background

This text has color #BE88C5 on white background.



Black color preview on #BE88C5 background

This text has black color on #BE88C5 background.


White color preview on #BE88C5 background

This text has white color on #BE88C5 background.