COLOR #B988EF

HEX: #B988EF RGB: (185,136,239)

Color info

#B988EF contains mainly red and blue colors. Web safe color of #B988EF is #CC99FF (or #C9F).

RGB color model

#B988EF color RGB value is (185,136,239).

RGB: (185,136,239) (73%, 53%, 94%)

RGB channels and saturation

R 185 of 255 = 73%
G 136 of 255 = 53%
B 239 of 255 = 94%

185
136
239

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

Portions of RGB colors in percentages

R + G + B = 185 + 136 + 239 = 560 (100%)
R 185 of 560 ~ 33.04%
G 136 of 560 ~ 24.29%
B 239 of 560 ~ 42.68'%

%33.04
%24.29
%42.68

CMYK color model

#B988EF color CMYK value is (23,43,0,6).

  • cyan value is 22.59%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (23,43,0,6)
C23M43Y0K6 (23%, 43%, 0%, 6%)
(0.23 / 0.43 / 0.00 / 0.06)

CMYK percentages

%22.59
%43.1
%0
%6.27

Codes

Color #B988EF in popluar color models

B9 88 EF
RGB 185 136 239
HSL 269° 76.30% 73.53%
HSB/HSV 269° 43.10% 93.73%
CMYK 22.59% 43.10% 0.00%
6.27%

Color #B988EF in popluar number systems.

HEX B9 88 EF
Decimal 185 136 239
Binary 10111001 10001000 11101111
Octal 271 210 357

Shades and tints

Shades of #B988EF

#B988EF
(185,136,239)
#A97CDA
(169,124,218)
#9970C5
(153,112,197)
#8964B0
(137,100,176)
#79589B
(121,88,155)
#694C86
(105,76,134)
#594071
(89,64,113)
#49345C
(73,52,92)
#392847
(57,40,71)
#291C32
(41,28,50)
#19101D
(25,16,29)
#000000
(0,0,0)

Tints of #B988EF

#B988EF
(185,136,239)
#BF92F0
(191,146,240)
#C59CF1
(197,156,241)
#CBA6F2
(203,166,242)
#D1B0F3
(209,176,243)
#D7BAF4
(215,186,244)
#DDC4F5
(221,196,245)
#E3CEF6
(227,206,246)
#E9D8F7
(233,216,247)
#EFE2F8
(239,226,248)
#F5ECF9
(245,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B988EF color. Also use rgb(185,136,239) instead hex code.

Text Font Color

.myTextColor { color: #B988EF; }

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

This text font color is #B988EF.

Background Color

.myBgColor { background-color: #B988EF; }

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

This div background color is #B988EF.

Border color

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

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

This div border color is #B988EF.

Opacity

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

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

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

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

This text has shadow with #B988EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B988EF.

Preview

Color preview on black background

This text has color #B988EF on black background.


Color preview on white background

This text has color #B988EF on white background.


Black color preview on #B988EF background

This text has black color on #B988EF background.


White color preview on #B988EF background

This text has white color on #B988EF background.


Related colors

Complementary color

Complementary color for #hex is #467710.


I love getcolorcode.com

Triadic colors

1 #EFB988 and #88EFB9 with #B988EF are triadic colors.

2 #EF88B9 and #88B9EF with #B988EF are triadic colors.