COLOR #BE98CB

HEX: #BE98CB RGB: (190,152,203)

Color info

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

RGB color model

#BE98CB color RGB value is (190,152,203).

RGB: (190,152,203) (75%, 60%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 152 of 255 = 60%
B 203 of 255 = 80%

190
152
203

R + G + B ~ 72%. #BE98CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 152 + 203 = 545 (100%)
R 190 of 545 ~ 34.86%
G 152 of 545 ~ 27.89%
B 203 of 545 ~ 37.25'%

%34.86
%27.89
%37.25

CMYK color model

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

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

CMYK: (6,25,0,20)
C6M25Y0K20 (6%, 25%, 0%, 20%)
(0.06 / 0.25 / 0.00 / 0.20)

CMYK percentages

%6.4
%25.12
%0
%20.39

Codes

Color #BE98CB in popluar color models

BE 98 CB
RGB 190 152 203
HSL 285° 32.90% 69.61%
HSB/HSV 285° 25.12% 79.61%
CMYK 6.40% 25.12% 0.00%
20.39%

Color #BE98CB in popluar number systems.

HEX BE 98 CB
Decimal 190 152 203
Binary 10111110 10011000 11001011
Octal 276 230 313

Shades and tints

Shades of #BE98CB

#BE98CB
(190,152,203)
#AD8BB9
(173,139,185)
#9C7EA7
(156,126,167)
#8B7195
(139,113,149)
#7A6483
(122,100,131)
#695771
(105,87,113)
#584A5F
(88,74,95)
#473D4D
(71,61,77)
#36303B
(54,48,59)
#252329
(37,35,41)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #BE98CB

#BE98CB
(190,152,203)
#C3A1CF
(195,161,207)
#C8AAD3
(200,170,211)
#CDB3D7
(205,179,215)
#D2BCDB
(210,188,219)
#D7C5DF
(215,197,223)
#DCCEE3
(220,206,227)
#E1D7E7
(225,215,231)
#E6E0EB
(230,224,235)
#EBE9EF
(235,233,239)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE98CB; }

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

This text font color is #BE98CB.

Background Color

.myBgColor { background-color: #BE98CB; }

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

This div background color is #BE98CB.

Border color

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

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

This div border color is #BE98CB.

Opacity

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

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

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

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

This text has shadow with #BE98CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE98CB.

Preview

Color preview on black background

This text has color #BE98CB on black background.


Color preview on white background

This text has color #BE98CB on white background.


Black color preview on #BE98CB background

This text has black color on #BE98CB background.


White color preview on #BE98CB background

This text has white color on #BE98CB background.


Related colors

Complementary color

Complementary color for #hex is #416734.


I love getcolorcode.com

Triadic colors

1 #CBBE98 and #98CBBE with #BE98CB are triadic colors.

2 #CB98BE and #98BECB with #BE98CB are triadic colors.