COLOR #BE98B2

HEX: #BE98B2
RGB: (190,152,178)

Color info

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

RGB color model

#BE98B2 color RGB value is (190,152,178).

  • red value is 190;
  • green value is 152;
  • blue value is 178.
RGB:
(190,152,178)
(75%,60%,70%)

RGB channels and saturation

R 190 of 255 = 75%
G 152 of 255 = 60%
B 178 of 255 = 70%

190
152
178

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

Portions of RGB colors in percentages

R + G + B =
190 + 152 + 178 = 520 (100%)
R 190 of 520 ~ 36.54%
G 152 of 520 ~ 29.23%
B 178 of 520 ~ 34.23%

%36.54
%29.23
%34.23

CMYK color model

#BE98B2 color CMYK value is (0,20,6,25).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(0,20,6,25)
C0M20Y6K25 
(0%,20%,6%,25%)
(0.00/0.20/0.06/0.25)	

CMYK percentages

%0
%20
%6.32
%25.49

Codes

Color #BE98B2 in popluar color models

BE98B2
RGB190152178
HSL319°22.62%67.06%
HSB/HSV319°20.00%74.51%
CMYK0.00%20.00%6.32%
25.49%

Color #BE98B2 in popluar number systems.

HEXBE98B2
Decimal190152178
Binary101111101001100010110010
Octal276230262

Shades and tints

Shades of #BE98B2

#BE98B2
(190,152,178)
#AD8BA2
(173,139,162)
#9C7E92
(156,126,146)
#8B7182
(139,113,130)
#7A6472
(122,100,114)
#695762
(105,87,98)
#584A52
(88,74,82)
#473D42
(71,61,66)
#363032
(54,48,50)
#252322
(37,35,34)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #BE98B2

#BE98B2
(190,152,178)
#C3A1B9
(195,161,185)
#C8AAC0
(200,170,192)
#CDB3C7
(205,179,199)
#D2BCCE
(210,188,206)
#D7C5D5
(215,197,213)
#DCCEDC
(220,206,220)
#E1D7E3
(225,215,227)
#E6E0EA
(230,224,234)
#EBE9F1
(235,233,241)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE98B2 color. Also use rgb(190,152,178) instead hex code.

Text Font Color

.myTextColor { color: #BE98B2; }

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

This text font color is #BE98B2.


Background Color

.myBgColor { background-color: #BE98B2; }

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

This div background color is #BE98B2.


Border color

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

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

This div border color is #BE98B2.


Opacity

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

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

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

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

This text has shadow with #BE98B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE98B2 on black background.


Color preview on white background

This text has color #BE98B2 on white background.



Black color preview on #BE98B2 background

This text has black color on #BE98B2 background.


White color preview on #BE98B2 background

This text has white color on #BE98B2 background.