COLOR #BB98D9

HEX: #BB98D9
RGB: (187,152,217)

Color info

#BB98D9 contains mainly red and blue colors. Web safe color of #BB98D9 is #CC99CC (or #C9C).

RGB color model

#BB98D9 color RGB value is (187,152,217).

  • red value is 187;
  • green value is 152;
  • blue value is 217.
RGB:
(187,152,217)
(73%,60%,85%)

RGB channels and saturation

R 187 of 255 = 73%
G 152 of 255 = 60%
B 217 of 255 = 85%

187
152
217

R + G + B ~ 73%. #BB98D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 152 + 217 = 556 (100%)
R 187 of 556 ~ 33.63%
G 152 of 556 ~ 27.34%
B 217 of 556 ~ 39.03%

%33.63
%27.34
%39.03

CMYK color model

#BB98D9 color CMYK value is (14,30,0,15).

  • cyan value is 13.82%
  • magenta value is 29.95%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(14,30,0,15)
C14M30Y0K15 
(14%,30%,0%,15%)
(0.14/0.30/0.00/0.15)	

CMYK percentages

%13.82
%29.95
%0
%14.9

Codes

Color #BB98D9 in popluar color models

BB98D9
RGB187152217
HSL272°46.10%72.35%
HSB/HSV272°29.95%85.10%
CMYK13.82%29.95%0.00%
14.90%

Color #BB98D9 in popluar number systems.

HEXBB98D9
Decimal187152217
Binary101110111001100011011001
Octal273230331

Shades and tints

Shades of #BB98D9

#BB98D9
(187,152,217)
#AA8BC6
(170,139,198)
#997EB3
(153,126,179)
#8871A0
(136,113,160)
#77648D
(119,100,141)
#66577A
(102,87,122)
#554A67
(85,74,103)
#443D54
(68,61,84)
#333041
(51,48,65)
#22232E
(34,35,46)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #BB98D9

#BB98D9
(187,152,217)
#C1A1DC
(193,161,220)
#C7AADF
(199,170,223)
#CDB3E2
(205,179,226)
#D3BCE5
(211,188,229)
#D9C5E8
(217,197,232)
#DFCEEB
(223,206,235)
#E5D7EE
(229,215,238)
#EBE0F1
(235,224,241)
#F1E9F4
(241,233,244)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB98D9 color. Also use rgb(187,152,217) instead hex code.

Text Font Color

.myTextColor { color: #BB98D9; }

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

This text font color is #BB98D9.


Background Color

.myBgColor { background-color: #BB98D9; }

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

This div background color is #BB98D9.


Border color

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

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

This div border color is #BB98D9.


Opacity

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

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

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

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

This text has shadow with #BB98D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB98D9 on black background.


Color preview on white background

This text has color #BB98D9 on white background.



Black color preview on #BB98D9 background

This text has black color on #BB98D9 background.


White color preview on #BB98D9 background

This text has white color on #BB98D9 background.