COLOR #BE92CB

HEX: #BE92CB RGB: (190,146,203)

Color info

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

RGB color model

#BE92CB color RGB value is (190,146,203).

RGB: (190,146,203) (75%, 57%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 203 of 255 = 80%

190
146
203

R + G + B ~ 71%. #BE92CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 146 + 203 = 539 (100%)
R 190 of 539 ~ 35.25%
G 146 of 539 ~ 27.09%
B 203 of 539 ~ 37.66'%

%35.25
%27.09
%37.66

CMYK color model

#BE92CB color CMYK value is (6,28,0,20).

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

CMYK: (6,28,0,20)
C6M28Y0K20 (6%, 28%, 0%, 20%)
(0.06 / 0.28 / 0.00 / 0.20)

CMYK percentages

%6.4
%28.08
%0
%20.39

Codes

Color #BE92CB in popluar color models

BE 92 CB
RGB 190 146 203
HSL 286° 35.40% 68.43%
HSB/HSV 286° 28.08% 79.61%
CMYK 6.40% 28.08% 0.00%
20.39%

Color #BE92CB in popluar number systems.

HEX BE 92 CB
Decimal 190 146 203
Binary 10111110 10010010 11001011
Octal 276 222 313

Shades and tints

Shades of #BE92CB

#BE92CB
(190,146,203)
#AD85B9
(173,133,185)
#9C78A7
(156,120,167)
#8B6B95
(139,107,149)
#7A5E83
(122,94,131)
#695171
(105,81,113)
#58445F
(88,68,95)
#47374D
(71,55,77)
#362A3B
(54,42,59)
#251D29
(37,29,41)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #BE92CB

#BE92CB
(190,146,203)
#C39BCF
(195,155,207)
#C8A4D3
(200,164,211)
#CDADD7
(205,173,215)
#D2B6DB
(210,182,219)
#D7BFDF
(215,191,223)
#DCC8E3
(220,200,227)
#E1D1E7
(225,209,231)
#E6DAEB
(230,218,235)
#EBE3EF
(235,227,239)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE92CB; }

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

This text font color is #BE92CB.

Background Color

.myBgColor { background-color: #BE92CB; }

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

This div background color is #BE92CB.

Border color

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

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

This div border color is #BE92CB.

Opacity

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

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

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

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

This text has shadow with #BE92CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE92CB.

Preview

Color preview on black background

This text has color #BE92CB on black background.


Color preview on white background

This text has color #BE92CB on white background.


Black color preview on #BE92CB background

This text has black color on #BE92CB background.


White color preview on #BE92CB background

This text has white color on #BE92CB background.


Related colors

Complementary color

Complementary color for #hex is #416D34.


I love getcolorcode.com

Triadic colors

1 #CBBE92 and #92CBBE with #BE92CB are triadic colors.

2 #CB92BE and #92BECB with #BE92CB are triadic colors.