COLOR #BE8BBC

HEX: #BE8BBC RGB: (190,139,188)

Color info

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

RGB color model

#BE8BBC color RGB value is (190,139,188).

RGB: (190,139,188) (75%, 55%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 139 of 255 = 55%
B 188 of 255 = 74%

190
139
188

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

Portions of RGB colors in percentages

R + G + B = 190 + 139 + 188 = 517 (100%)
R 190 of 517 ~ 36.75%
G 139 of 517 ~ 26.89%
B 188 of 517 ~ 36.36'%

%36.75
%26.89
%36.36

CMYK color model

#BE8BBC color CMYK value is (0,27,1,25).

  • cyan value is 0.00%
  • magenta value is 26.84%
  • yellow value is 1.05%
  • key color value is 25.49%

CMYK: (0,27,1,25)
C0M27Y1K25 (0%, 27%, 1%, 25%)
(0.00 / 0.27 / 0.01 / 0.25)

CMYK percentages

%0
%26.84
%1.05
%25.49

Codes

Color #BE8BBC in popluar color models

BE 8B BC
RGB 190 139 188
HSL 302° 28.18% 64.51%
HSB/HSV 302° 26.84% 74.51%
CMYK 0.00% 26.84% 1.05%
25.49%

Color #BE8BBC in popluar number systems.

HEX BE 8B BC
Decimal 190 139 188
Binary 10111110 10001011 10111100
Octal 276 213 274

Shades and tints

Shades of #BE8BBC

#BE8BBC
(190,139,188)
#AD7FAB
(173,127,171)
#9C739A
(156,115,154)
#8B6789
(139,103,137)
#7A5B78
(122,91,120)
#694F67
(105,79,103)
#584356
(88,67,86)
#473745
(71,55,69)
#362B34
(54,43,52)
#251F23
(37,31,35)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #BE8BBC

#BE8BBC
(190,139,188)
#C395C2
(195,149,194)
#C89FC8
(200,159,200)
#CDA9CE
(205,169,206)
#D2B3D4
(210,179,212)
#D7BDDA
(215,189,218)
#DCC7E0
(220,199,224)
#E1D1E6
(225,209,230)
#E6DBEC
(230,219,236)
#EBE5F2
(235,229,242)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8BBC; }

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

This text font color is #BE8BBC.

Background Color

.myBgColor { background-color: #BE8BBC; }

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

This div background color is #BE8BBC.

Border color

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

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

This div border color is #BE8BBC.

Opacity

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

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

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

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

This text has shadow with #BE8BBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8BBC.

Preview

Color preview on black background

This text has color #BE8BBC on black background.


Color preview on white background

This text has color #BE8BBC on white background.


Black color preview on #BE8BBC background

This text has black color on #BE8BBC background.


White color preview on #BE8BBC background

This text has white color on #BE8BBC background.


Related colors

Complementary color

Complementary color for #hex is #417443.


I love getcolorcode.com

Triadic colors

1 #BCBE8B and #8BBCBE with #BE8BBC are triadic colors.

2 #BC8BBE and #8BBEBC with #BE8BBC are triadic colors.