COLOR #BE98B9

HEX: #BE98B9 RGB: (190,152,185)

Color info

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

RGB color model

#BE98B9 color RGB value is (190,152,185).

RGB: (190,152,185) (75%, 60%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 152 of 255 = 60%
B 185 of 255 = 73%

190
152
185

R + G + B ~ 69%. #BE98B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 152 + 185 = 527 (100%)
R 190 of 527 ~ 36.05%
G 152 of 527 ~ 28.84%
B 185 of 527 ~ 35.1'%

%36.05
%28.84
%35.1

CMYK color model

#BE98B9 color CMYK value is (0,20,3,25).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 2.63%
  • key color value is 25.49%
CMYK: (0,20,3,25) C0M20Y3K25 (0%,20%,3%,25%) (0.00/0.20/0.03/0.25) 

CMYK percentages

%0
%20
%2.63
%25.49

Codes

Color #BE98B9 in popluar color models

BE 98 B9
RGB 190 152 185
HSL 308° 22.62% 67.06%
HSB/HSV 308° 20.00% 74.51%
CMYK 0.00% 20.00% 2.63%
25.49%

Color #BE98B9 in popluar number systems.

HEX BE 98 B9
Decimal 190 152 185
Binary 10111110 10011000 10111001
Octal 276 230 271

Shades and tints

Shades of #BE98B9

#BE98B9
(190,152,185)
#AD8BA9
(173,139,169)
#9C7E99
(156,126,153)
#8B7189
(139,113,137)
#7A6479
(122,100,121)
#695769
(105,87,105)
#584A59
(88,74,89)
#473D49
(71,61,73)
#363039
(54,48,57)
#252329
(37,35,41)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #BE98B9

#BE98B9
(190,152,185)
#C3A1BF
(195,161,191)
#C8AAC5
(200,170,197)
#CDB3CB
(205,179,203)
#D2BCD1
(210,188,209)
#D7C5D7
(215,197,215)
#DCCEDD
(220,206,221)
#E1D7E3
(225,215,227)
#E6E0E9
(230,224,233)
#EBE9EF
(235,233,239)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE98B9; }

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

This text font color is #BE98B9.

Background Color

.myBgColor { background-color: #BE98B9; }

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

This div background color is #BE98B9.

Border color

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

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

This div border color is #BE98B9.

Opacity

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

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

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

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

This text has shadow with #BE98B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE98B9.

Preview

Color preview on black background

This text has color #BE98B9 on black background.


Color preview on white background

This text has color #BE98B9 on white background.


Black color preview on #BE98B9 background

This text has black color on #BE98B9 background.


White color preview on #BE98B9 background

This text has white color on #BE98B9 background.


Related colors

Complementary color

Complementary color for #hex is #416746.


I love getcolorcode.com

Triadic colors

1 #B9BE98 and #98B9BE with #BE98B9 are triadic colors.

2 #B998BE and #98BEB9 with #BE98B9 are triadic colors.