COLOR #BE98C1

HEX: #BE98C1 RGB: (190,152,193)

Color info

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

RGB color model

#BE98C1 color RGB value is (190,152,193).

RGB: (190,152,193) (75%, 60%, 76%)

RGB channels and saturation

R 190 of 255 = 75%
G 152 of 255 = 60%
B 193 of 255 = 76%

190
152
193

R + G + B ~ 70%. #BE98C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 152 + 193 = 535 (100%)
R 190 of 535 ~ 35.51%
G 152 of 535 ~ 28.41%
B 193 of 535 ~ 36.07'%

%35.51
%28.41
%36.07

CMYK color model

#BE98C1 color CMYK value is (2,21,0,24).

  • cyan value is 1.55%
  • magenta value is 21.24%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (2,21,0,24)
C2M21Y0K24 (2%, 21%, 0%, 24%)
(0.02 / 0.21 / 0.00 / 0.24)

CMYK percentages

%1.55
%21.24
%0
%24.31

Codes

Color #BE98C1 in popluar color models

BE 98 C1
RGB 190 152 193
HSL 296° 24.85% 67.65%
HSB/HSV 296° 21.24% 75.69%
CMYK 1.55% 21.24% 0.00%
24.31%

Color #BE98C1 in popluar number systems.

HEX BE 98 C1
Decimal 190 152 193
Binary 10111110 10011000 11000001
Octal 276 230 301

Shades and tints

Shades of #BE98C1

#BE98C1
(190,152,193)
#AD8BB0
(173,139,176)
#9C7E9F
(156,126,159)
#8B718E
(139,113,142)
#7A647D
(122,100,125)
#69576C
(105,87,108)
#584A5B
(88,74,91)
#473D4A
(71,61,74)
#363039
(54,48,57)
#252328
(37,35,40)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #BE98C1

#BE98C1
(190,152,193)
#C3A1C6
(195,161,198)
#C8AACB
(200,170,203)
#CDB3D0
(205,179,208)
#D2BCD5
(210,188,213)
#D7C5DA
(215,197,218)
#DCCEDF
(220,206,223)
#E1D7E4
(225,215,228)
#E6E0E9
(230,224,233)
#EBE9EE
(235,233,238)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE98C1; }

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

This text font color is #BE98C1.

Background Color

.myBgColor { background-color: #BE98C1; }

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

This div background color is #BE98C1.

Border color

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

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

This div border color is #BE98C1.

Opacity

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

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

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

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

This text has shadow with #BE98C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE98C1.

Preview

Color preview on black background

This text has color #BE98C1 on black background.


Color preview on white background

This text has color #BE98C1 on white background.


Black color preview on #BE98C1 background

This text has black color on #BE98C1 background.


White color preview on #BE98C1 background

This text has white color on #BE98C1 background.


Related colors

Complementary color

Complementary color for #hex is #41673E.


I love getcolorcode.com

Triadic colors

1 #C1BE98 and #98C1BE with #BE98C1 are triadic colors.

2 #C198BE and #98BEC1 with #BE98C1 are triadic colors.