COLOR #BB98BE

HEX: #BB98BE
RGB: (187,152,190)

Color info

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

RGB color model

#BB98BE color RGB value is (187,152,190).

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

RGB channels and saturation

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

187
152
190

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

Portions of RGB colors in percentages

R + G + B =
187 + 152 + 190 = 529 (100%)
R 187 of 529 ~ 35.35%
G 152 of 529 ~ 28.73%
B 190 of 529 ~ 35.92%

%35.35
%28.73
%35.92

CMYK color model

#BB98BE color CMYK value is (2,20,0,25).

  • cyan value is 1.58%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(2,20,0,25)
C2M20Y0K25 
(2%,20%,0%,25%)
(0.02/0.20/0.00/0.25)	

CMYK percentages

%1.58
%20
%0
%25.49

Codes

Color #BB98BE in popluar color models

BB98BE
RGB187152190
HSL295°22.62%67.06%
HSB/HSV295°20.00%74.51%
CMYK1.58%20.00%0.00%
25.49%

Color #BB98BE in popluar number systems.

HEXBB98BE
Decimal187152190
Binary101110111001100010111110
Octal273230276

Shades and tints

Shades of #BB98BE

#BB98BE
(187,152,190)
#AA8BAD
(170,139,173)
#997E9C
(153,126,156)
#88718B
(136,113,139)
#77647A
(119,100,122)
#665769
(102,87,105)
#554A58
(85,74,88)
#443D47
(68,61,71)
#333036
(51,48,54)
#222325
(34,35,37)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #BB98BE

#BB98BE
(187,152,190)
#C1A1C3
(193,161,195)
#C7AAC8
(199,170,200)
#CDB3CD
(205,179,205)
#D3BCD2
(211,188,210)
#D9C5D7
(217,197,215)
#DFCEDC
(223,206,220)
#E5D7E1
(229,215,225)
#EBE0E6
(235,224,230)
#F1E9EB
(241,233,235)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB98BE; }

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

This text font color is #BB98BE.


Background Color

.myBgColor { background-color: #BB98BE; }

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

This div background color is #BB98BE.


Border color

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

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

This div border color is #BB98BE.


Opacity

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

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

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

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

This text has shadow with #BB98BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB98BE on black background.


Color preview on white background

This text has color #BB98BE on white background.



Black color preview on #BB98BE background

This text has black color on #BB98BE background.


White color preview on #BB98BE background

This text has white color on #BB98BE background.