COLOR #BE92A8

HEX: #BE92A8
RGB: (190,146,168)

Color info

#BE92A8 contains red, green and blue colors in about the same proportion. Web safe color of #BE92A8 is #CC9999 (or #C99).

RGB color model

#BE92A8 color RGB value is (190,146,168).

  • red value is 190;
  • green value is 146;
  • blue value is 168.
RGB:
(190,146,168)
(75%,57%,66%)

RGB channels and saturation

R 190 of 255 = 75%
G 146 of 255 = 57%
B 168 of 255 = 66%

190
146
168

R + G + B ~ 66%. #BE92A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 146 + 168 = 504 (100%)
R 190 of 504 ~ 37.7%
G 146 of 504 ~ 28.97%
B 168 of 504 ~ 33.33%

%37.7
%28.97
%33.33

CMYK color model

#BE92A8 color CMYK value is (0,23,12,25).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 11.58%
  • key color value is 25.49%
CMYK:
(0,23,12,25)
C0M23Y12K25 
(0%,23%,12%,25%)
(0.00/0.23/0.12/0.25)	

CMYK percentages

%0
%23.16
%11.58
%25.49

Codes

Color #BE92A8 in popluar color models

BE92A8
RGB190146168
HSL330°25.29%65.88%
HSB/HSV330°23.16%74.51%
CMYK0.00%23.16%11.58%
25.49%

Color #BE92A8 in popluar number systems.

HEXBE92A8
Decimal190146168
Binary101111101001001010101000
Octal276222250

Shades and tints

Shades of #BE92A8

#BE92A8
(190,146,168)
#AD8599
(173,133,153)
#9C788A
(156,120,138)
#8B6B7B
(139,107,123)
#7A5E6C
(122,94,108)
#69515D
(105,81,93)
#58444E
(88,68,78)
#47373F
(71,55,63)
#362A30
(54,42,48)
#251D21
(37,29,33)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #BE92A8

#BE92A8
(190,146,168)
#C39BAF
(195,155,175)
#C8A4B6
(200,164,182)
#CDADBD
(205,173,189)
#D2B6C4
(210,182,196)
#D7BFCB
(215,191,203)
#DCC8D2
(220,200,210)
#E1D1D9
(225,209,217)
#E6DAE0
(230,218,224)
#EBE3E7
(235,227,231)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE92A8; }

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

This text font color is #BE92A8.


Background Color

.myBgColor { background-color: #BE92A8; }

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

This div background color is #BE92A8.


Border color

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

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

This div border color is #BE92A8.


Opacity

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

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

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

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

This text has shadow with #BE92A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE92A8 on black background.


Color preview on white background

This text has color #BE92A8 on white background.



Black color preview on #BE92A8 background

This text has black color on #BE92A8 background.


White color preview on #BE92A8 background

This text has white color on #BE92A8 background.