COLOR #BE8FBC

HEX: #BE8FBC RGB: (190,143,188)

Color info

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

RGB color model

#BE8FBC color RGB value is (190,143,188).

RGB: (190,143,188) (75%, 56%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 143 of 255 = 56%
B 188 of 255 = 74%

190
143
188

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

Portions of RGB colors in percentages

R + G + B = 190 + 143 + 188 = 521 (100%)
R 190 of 521 ~ 36.47%
G 143 of 521 ~ 27.45%
B 188 of 521 ~ 36.08'%

%36.47
%27.45
%36.08

CMYK color model

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

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

CMYK: (0,25,1,25)
C0M25Y1K25 (0%, 25%, 1%, 25%)
(0.00 / 0.25 / 0.01 / 0.25)

CMYK percentages

%0
%24.74
%1.05
%25.49

Codes

Color #BE8FBC in popluar color models

BE 8F BC
RGB 190 143 188
HSL 303° 26.55% 65.29%
HSB/HSV 303° 24.74% 74.51%
CMYK 0.00% 24.74% 1.05%
25.49%

Color #BE8FBC in popluar number systems.

HEX BE 8F BC
Decimal 190 143 188
Binary 10111110 10001111 10111100
Octal 276 217 274

Shades and tints

Shades of #BE8FBC

#BE8FBC
(190,143,188)
#AD82AB
(173,130,171)
#9C759A
(156,117,154)
#8B6889
(139,104,137)
#7A5B78
(122,91,120)
#694E67
(105,78,103)
#584156
(88,65,86)
#473445
(71,52,69)
#362734
(54,39,52)
#251A23
(37,26,35)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #BE8FBC

#BE8FBC
(190,143,188)
#C399C2
(195,153,194)
#C8A3C8
(200,163,200)
#CDADCE
(205,173,206)
#D2B7D4
(210,183,212)
#D7C1DA
(215,193,218)
#DCCBE0
(220,203,224)
#E1D5E6
(225,213,230)
#E6DFEC
(230,223,236)
#EBE9F2
(235,233,242)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE8FBC; }

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

This text font color is #BE8FBC.

Background Color

.myBgColor { background-color: #BE8FBC; }

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

This div background color is #BE8FBC.

Border color

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

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

This div border color is #BE8FBC.

Opacity

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

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

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

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

This text has shadow with #BE8FBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE8FBC.

Preview

Color preview on black background

This text has color #BE8FBC on black background.


Color preview on white background

This text has color #BE8FBC on white background.


Black color preview on #BE8FBC background

This text has black color on #BE8FBC background.


White color preview on #BE8FBC background

This text has white color on #BE8FBC background.


Related colors

Complementary color

Complementary color for #hex is #417043.


I love getcolorcode.com

Triadic colors

1 #BCBE8F and #8FBCBE with #BE8FBC are triadic colors.

2 #BC8FBE and #8FBEBC with #BE8FBC are triadic colors.