COLOR #BE8BCB

HEX: #BE8BCB RGB: (190,139,203)

Color info

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

RGB color model

#BE8BCB color RGB value is (190,139,203).

RGB: (190,139,203) (75%, 55%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 139 of 255 = 55%
B 203 of 255 = 80%

190
139
203

R + G + B ~ 70%. #BE8BCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 139 + 203 = 532 (100%)
R 190 of 532 ~ 35.71%
G 139 of 532 ~ 26.13%
B 203 of 532 ~ 38.16'%

%35.71
%26.13
%38.16

CMYK color model

#BE8BCB color CMYK value is (6,32,0,20).

  • cyan value is 6.40%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (6,32,0,20)
C6M32Y0K20 (6%, 32%, 0%, 20%)
(0.06 / 0.32 / 0.00 / 0.20)

CMYK percentages

%6.4
%31.53
%0
%20.39

Codes

Color #BE8BCB in popluar color models

BE 8B CB
RGB 190 139 203
HSL 288° 38.10% 67.06%
HSB/HSV 288° 31.53% 79.61%
CMYK 6.40% 31.53% 0.00%
20.39%

Color #BE8BCB in popluar number systems.

HEX BE 8B CB
Decimal 190 139 203
Binary 10111110 10001011 11001011
Octal 276 213 313

Shades and tints

Shades of #BE8BCB

#BE8BCB
(190,139,203)
#AD7FB9
(173,127,185)
#9C73A7
(156,115,167)
#8B6795
(139,103,149)
#7A5B83
(122,91,131)
#694F71
(105,79,113)
#58435F
(88,67,95)
#47374D
(71,55,77)
#362B3B
(54,43,59)
#251F29
(37,31,41)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BE8BCB

#BE8BCB
(190,139,203)
#C395CF
(195,149,207)
#C89FD3
(200,159,211)
#CDA9D7
(205,169,215)
#D2B3DB
(210,179,219)
#D7BDDF
(215,189,223)
#DCC7E3
(220,199,227)
#E1D1E7
(225,209,231)
#E6DBEB
(230,219,235)
#EBE5EF
(235,229,239)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE8BCB color. Also use rgb(190,139,203) instead hex code.

Text Font Color

.myTextColor { color: #BE8BCB; }

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

This text font color is #BE8BCB.

Background Color

.myBgColor { background-color: #BE8BCB; }

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

This div background color is #BE8BCB.

Border color

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

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

This div border color is #BE8BCB.

Opacity

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

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

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

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

This text has shadow with #BE8BCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8BCB.

Preview

Color preview on black background

This text has color #BE8BCB on black background.


Color preview on white background

This text has color #BE8BCB on white background.


Black color preview on #BE8BCB background

This text has black color on #BE8BCB background.


White color preview on #BE8BCB background

This text has white color on #BE8BCB background.


Related colors

Complementary color

Complementary color for #hex is #417434.


I love getcolorcode.com

Triadic colors

1 #CBBE8B and #8BCBBE with #BE8BCB are triadic colors.

2 #CB8BBE and #8BBECB with #BE8BCB are triadic colors.