COLOR #BF88D6

HEX: #BF88D6
RGB: (191,136,214)

Color info

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

RGB color model

#BF88D6 color RGB value is (191,136,214).

  • red value is 191;
  • green value is 136;
  • blue value is 214.
RGB:
(191,136,214)
(75%,53%,84%)

RGB channels and saturation

R 191 of 255 = 75%
G 136 of 255 = 53%
B 214 of 255 = 84%

191
136
214

R + G + B ~ 71%. #BF88D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 136 + 214 = 541 (100%)
R 191 of 541 ~ 35.3%
G 136 of 541 ~ 25.14%
B 214 of 541 ~ 39.56%

%35.3
%25.14
%39.56

CMYK color model

#BF88D6 color CMYK value is (11,36,0,16).

  • cyan value is 10.75%
  • magenta value is 36.45%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(11,36,0,16)
C11M36Y0K16 
(11%,36%,0%,16%)
(0.11/0.36/0.00/0.16)	

CMYK percentages

%10.75
%36.45
%0
%16.08

Codes

Color #BF88D6 in popluar color models

BF88D6
RGB191136214
HSL282°48.75%68.63%
HSB/HSV282°36.45%83.92%
CMYK10.75%36.45%0.00%
16.08%

Color #BF88D6 in popluar number systems.

HEXBF88D6
Decimal191136214
Binary101111111000100011010110
Octal277210326

Shades and tints

Shades of #BF88D6

#BF88D6
(191,136,214)
#AE7CC3
(174,124,195)
#9D70B0
(157,112,176)
#8C649D
(140,100,157)
#7B588A
(123,88,138)
#6A4C77
(106,76,119)
#594064
(89,64,100)
#483451
(72,52,81)
#37283E
(55,40,62)
#261C2B
(38,28,43)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #BF88D6

#BF88D6
(191,136,214)
#C492D9
(196,146,217)
#C99CDC
(201,156,220)
#CEA6DF
(206,166,223)
#D3B0E2
(211,176,226)
#D8BAE5
(216,186,229)
#DDC4E8
(221,196,232)
#E2CEEB
(226,206,235)
#E7D8EE
(231,216,238)
#ECE2F1
(236,226,241)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF88D6 color. Also use rgb(191,136,214) instead hex code.

Text Font Color

.myTextColor { color: #BF88D6; }

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

This text font color is #BF88D6.


Background Color

.myBgColor { background-color: #BF88D6; }

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

This div background color is #BF88D6.


Border color

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

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

This div border color is #BF88D6.


Opacity

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

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

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

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

This text has shadow with #BF88D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF88D6 on black background.


Color preview on white background

This text has color #BF88D6 on white background.



Black color preview on #BF88D6 background

This text has black color on #BF88D6 background.


White color preview on #BF88D6 background

This text has white color on #BF88D6 background.