COLOR #BE9BCB

HEX: #BE9BCB RGB: (190,155,203)

Color info

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

RGB color model

#BE9BCB color RGB value is (190,155,203).

RGB: (190,155,203) (75%, 61%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 155 of 255 = 61%
B 203 of 255 = 80%

190
155
203

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

Portions of RGB colors in percentages

R + G + B = 190 + 155 + 203 = 548 (100%)
R 190 of 548 ~ 34.67%
G 155 of 548 ~ 28.28%
B 203 of 548 ~ 37.04'%

%34.67
%28.28
%37.04

CMYK color model

#BE9BCB color CMYK value is (6,24,0,20).

  • cyan value is 6.40%
  • magenta value is 23.65%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (6,24,0,20) C6M24Y0K20 (6%,24%,0%,20%) (0.06/0.24/0.00/0.20) 

CMYK percentages

%6.4
%23.65
%0
%20.39

Codes

Color #BE9BCB in popluar color models

BE 9B CB
RGB 190 155 203
HSL 284° 31.58% 70.20%
HSB/HSV 284° 23.65% 79.61%
CMYK 6.40% 23.65% 0.00%
20.39%

Color #BE9BCB in popluar number systems.

HEX BE 9B CB
Decimal 190 155 203
Binary 10111110 10011011 11001011
Octal 276 233 313

Shades and tints

Shades of #BE9BCB

#BE9BCB
(190,155,203)
#AD8DB9
(173,141,185)
#9C7FA7
(156,127,167)
#8B7195
(139,113,149)
#7A6383
(122,99,131)
#695571
(105,85,113)
#58475F
(88,71,95)
#47394D
(71,57,77)
#362B3B
(54,43,59)
#251D29
(37,29,41)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #BE9BCB

#BE9BCB
(190,155,203)
#C3A4CF
(195,164,207)
#C8ADD3
(200,173,211)
#CDB6D7
(205,182,215)
#D2BFDB
(210,191,219)
#D7C8DF
(215,200,223)
#DCD1E3
(220,209,227)
#E1DAE7
(225,218,231)
#E6E3EB
(230,227,235)
#EBECEF
(235,236,239)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE9BCB; }

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

This text font color is #BE9BCB.

Background Color

.myBgColor { background-color: #BE9BCB; }

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

This div background color is #BE9BCB.

Border color

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

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

This div border color is #BE9BCB.

Opacity

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

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

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

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

This text has shadow with #BE9BCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9BCB.

Preview

Color preview on black background

This text has color #BE9BCB on black background.


Color preview on white background

This text has color #BE9BCB on white background.


Black color preview on #BE9BCB background

This text has black color on #BE9BCB background.


White color preview on #BE9BCB background

This text has white color on #BE9BCB background.


Related colors

Complementary color

Complementary color for #hex is #416434.


I love getcolorcode.com

Triadic colors

1 #CBBE9B and #9BCBBE with #BE9BCB are triadic colors.

2 #CB9BBE and #9BBECB with #BE9BCB are triadic colors.