COLOR #BC99CA

HEX: #BC99CA
RGB: (188,153,202)

Color info

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

RGB color model

#BC99CA color RGB value is (188,153,202).

  • red value is 188;
  • green value is 153;
  • blue value is 202.
RGB:
(188,153,202)
(74%,60%,79%)

RGB channels and saturation

R 188 of 255 = 74%
G 153 of 255 = 60%
B 202 of 255 = 79%

188
153
202

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

Portions of RGB colors in percentages

R + G + B =
188 + 153 + 202 = 543 (100%)
R 188 of 543 ~ 34.62%
G 153 of 543 ~ 28.18%
B 202 of 543 ~ 37.2%

%34.62
%28.18
%37.2

CMYK color model

#BC99CA color CMYK value is (7,24,0,21).

  • cyan value is 6.93%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(7,24,0,21)
C7M24Y0K21 
(7%,24%,0%,21%)
(0.07/0.24/0.00/0.21)	

CMYK percentages

%6.93
%24.26
%0
%20.78

Codes

Color #BC99CA in popluar color models

BC99CA
RGB188153202
HSL283°31.61%69.61%
HSB/HSV283°24.26%79.22%
CMYK6.93%24.26%0.00%
20.78%

Color #BC99CA in popluar number systems.

HEXBC99CA
Decimal188153202
Binary101111001001100111001010
Octal274231312

Shades and tints

Shades of #BC99CA

#BC99CA
(188,153,202)
#AB8CB8
(171,140,184)
#9A7FA6
(154,127,166)
#897294
(137,114,148)
#786582
(120,101,130)
#675870
(103,88,112)
#564B5E
(86,75,94)
#453E4C
(69,62,76)
#34313A
(52,49,58)
#232428
(35,36,40)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #BC99CA

#BC99CA
(188,153,202)
#C2A2CE
(194,162,206)
#C8ABD2
(200,171,210)
#CEB4D6
(206,180,214)
#D4BDDA
(212,189,218)
#DAC6DE
(218,198,222)
#E0CFE2
(224,207,226)
#E6D8E6
(230,216,230)
#ECE1EA
(236,225,234)
#F2EAEE
(242,234,238)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC99CA color. Also use rgb(188,153,202) instead hex code.

Text Font Color

.myTextColor { color: #BC99CA; }

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

This text font color is #BC99CA.


Background Color

.myBgColor { background-color: #BC99CA; }

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

This div background color is #BC99CA.


Border color

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

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

This div border color is #BC99CA.


Opacity

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

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

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

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

This text has shadow with #BC99CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC99CA on black background.


Color preview on white background

This text has color #BC99CA on white background.



Black color preview on #BC99CA background

This text has black color on #BC99CA background.


White color preview on #BC99CA background

This text has white color on #BC99CA background.