COLOR #BE9BCE

HEX: #BE9BCE
RGB: (190,155,206)

Color info

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

RGB color model

#BE9BCE color RGB value is (190,155,206).

  • red value is 190;
  • green value is 155;
  • blue value is 206.
RGB:
(190,155,206)
(75%,61%,81%)

RGB channels and saturation

R 190 of 255 = 75%
G 155 of 255 = 61%
B 206 of 255 = 81%

190
155
206

R + G + B ~ 72%. #BE9BCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 155 + 206 = 551 (100%)
R 190 of 551 ~ 34.48%
G 155 of 551 ~ 28.13%
B 206 of 551 ~ 37.39%

%34.48
%28.13
%37.39

CMYK color model

#BE9BCE color CMYK value is (8,25,0,19).

  • cyan value is 7.77%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(8,25,0,19)
C8M25Y0K19 
(8%,25%,0%,19%)
(0.08/0.25/0.00/0.19)	

CMYK percentages

%7.77
%24.76
%0
%19.22

Codes

Color #BE9BCE in popluar color models

BE9BCE
RGB190155206
HSL281°34.23%70.78%
HSB/HSV281°24.76%80.78%
CMYK7.77%24.76%0.00%
19.22%

Color #BE9BCE in popluar number systems.

HEXBE9BCE
Decimal190155206
Binary101111101001101111001110
Octal276233316

Shades and tints

Shades of #BE9BCE

#BE9BCE
(190,155,206)
#AD8DBC
(173,141,188)
#9C7FAA
(156,127,170)
#8B7198
(139,113,152)
#7A6386
(122,99,134)
#695574
(105,85,116)
#584762
(88,71,98)
#473950
(71,57,80)
#362B3E
(54,43,62)
#251D2C
(37,29,44)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #BE9BCE

#BE9BCE
(190,155,206)
#C3A4D2
(195,164,210)
#C8ADD6
(200,173,214)
#CDB6DA
(205,182,218)
#D2BFDE
(210,191,222)
#D7C8E2
(215,200,226)
#DCD1E6
(220,209,230)
#E1DAEA
(225,218,234)
#E6E3EE
(230,227,238)
#EBECF2
(235,236,242)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9BCE color. Also use rgb(190,155,206) instead hex code.

Text Font Color

.myTextColor { color: #BE9BCE; }

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

This text font color is #BE9BCE.


Background Color

.myBgColor { background-color: #BE9BCE; }

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

This div background color is #BE9BCE.


Border color

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

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

This div border color is #BE9BCE.


Opacity

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

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

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

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

This text has shadow with #BE9BCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE9BCE on black background.


Color preview on white background

This text has color #BE9BCE on white background.



Black color preview on #BE9BCE background

This text has black color on #BE9BCE background.


White color preview on #BE9BCE background

This text has white color on #BE9BCE background.