COLOR #BC96F2

HEX: #BC96F2 RGB: (188,150,242)

Color info

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

RGB color model

#BC96F2 color RGB value is (188,150,242).

RGB: (188,150,242) (74%, 59%, 95%)

RGB channels and saturation

R 188 of 255 = 74%
G 150 of 255 = 59%
B 242 of 255 = 95%

188
150
242

R + G + B ~ 76%. #BC96F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 150 + 242 = 580 (100%)
R 188 of 580 ~ 32.41%
G 150 of 580 ~ 25.86%
B 242 of 580 ~ 41.72'%

%32.41
%25.86
%41.72

CMYK color model

#BC96F2 color CMYK value is (22,38,0,5).

  • cyan value is 22.31%
  • magenta value is 38.02%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (22,38,0,5)
C22M38Y0K5 (22%, 38%, 0%, 5%)
(0.22 / 0.38 / 0.00 / 0.05)

CMYK percentages

%22.31
%38.02
%0
%5.1

Codes

Color #BC96F2 in popluar color models

BC 96 F2
RGB 188 150 242
HSL 265° 77.97% 76.86%
HSB/HSV 265° 38.02% 94.90%
CMYK 22.31% 38.02% 0.00%
5.10%

Color #BC96F2 in popluar number systems.

HEX BC 96 F2
Decimal 188 150 242
Binary 10111100 10010110 11110010
Octal 274 226 362

Shades and tints

Shades of #BC96F2

#BC96F2
(188,150,242)
#AB89DC
(171,137,220)
#9A7CC6
(154,124,198)
#896FB0
(137,111,176)
#78629A
(120,98,154)
#675584
(103,85,132)
#56486E
(86,72,110)
#453B58
(69,59,88)
#342E42
(52,46,66)
#23212C
(35,33,44)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BC96F2

#BC96F2
(188,150,242)
#C29FF3
(194,159,243)
#C8A8F4
(200,168,244)
#CEB1F5
(206,177,245)
#D4BAF6
(212,186,246)
#DAC3F7
(218,195,247)
#E0CCF8
(224,204,248)
#E6D5F9
(230,213,249)
#ECDEFA
(236,222,250)
#F2E7FB
(242,231,251)
#F8F0FC
(248,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC96F2 color. Also use rgb(188,150,242) instead hex code.

Text Font Color

.myTextColor { color: #BC96F2; }

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

This text font color is #BC96F2.

Background Color

.myBgColor { background-color: #BC96F2; }

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

This div background color is #BC96F2.

Border color

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

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

This div border color is #BC96F2.

Opacity

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

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

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

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

This text has shadow with #BC96F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC96F2.

Preview

Color preview on black background

This text has color #BC96F2 on black background.


Color preview on white background

This text has color #BC96F2 on white background.


Black color preview on #BC96F2 background

This text has black color on #BC96F2 background.


White color preview on #BC96F2 background

This text has white color on #BC96F2 background.


Related colors

Complementary color

Complementary color for #hex is #43690D.


I love getcolorcode.com

Triadic colors

1 #F2BC96 and #96F2BC with #BC96F2 are triadic colors.

2 #F296BC and #96BCF2 with #BC96F2 are triadic colors.