COLOR #BB98D4

HEX: #BB98D4
RGB: (187,152,212)

Color info

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

RGB color model

#BB98D4 color RGB value is (187,152,212).

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

RGB channels and saturation

R 187 of 255 = 73%
G 152 of 255 = 60%
B 212 of 255 = 83%

187
152
212

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

Portions of RGB colors in percentages

R + G + B =
187 + 152 + 212 = 551 (100%)
R 187 of 551 ~ 33.94%
G 152 of 551 ~ 27.59%
B 212 of 551 ~ 38.48%

%33.94
%27.59
%38.48

CMYK color model

#BB98D4 color CMYK value is (12,28,0,17).

  • cyan value is 11.79%
  • magenta value is 28.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(12,28,0,17)
C12M28Y0K17 
(12%,28%,0%,17%)
(0.12/0.28/0.00/0.17)	

CMYK percentages

%11.79
%28.3
%0
%16.86

Codes

Color #BB98D4 in popluar color models

BB98D4
RGB187152212
HSL275°41.10%71.37%
HSB/HSV275°28.30%83.14%
CMYK11.79%28.30%0.00%
16.86%

Color #BB98D4 in popluar number systems.

HEXBB98D4
Decimal187152212
Binary101110111001100011010100
Octal273230324

Shades and tints

Shades of #BB98D4

#BB98D4
(187,152,212)
#AA8BC1
(170,139,193)
#997EAE
(153,126,174)
#88719B
(136,113,155)
#776488
(119,100,136)
#665775
(102,87,117)
#554A62
(85,74,98)
#443D4F
(68,61,79)
#33303C
(51,48,60)
#222329
(34,35,41)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #BB98D4

#BB98D4
(187,152,212)
#C1A1D7
(193,161,215)
#C7AADA
(199,170,218)
#CDB3DD
(205,179,221)
#D3BCE0
(211,188,224)
#D9C5E3
(217,197,227)
#DFCEE6
(223,206,230)
#E5D7E9
(229,215,233)
#EBE0EC
(235,224,236)
#F1E9EF
(241,233,239)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB98D4; }

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

This text font color is #BB98D4.


Background Color

.myBgColor { background-color: #BB98D4; }

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

This div background color is #BB98D4.


Border color

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

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

This div border color is #BB98D4.


Opacity

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

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

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

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

This text has shadow with #BB98D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB98D4 on black background.


Color preview on white background

This text has color #BB98D4 on white background.



Black color preview on #BB98D4 background

This text has black color on #BB98D4 background.


White color preview on #BB98D4 background

This text has white color on #BB98D4 background.