COLOR #BC99C9

HEX: #BC99C9
RGB: (188,153,201)

Color info

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

RGB color model

#BC99C9 color RGB value is (188,153,201).

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

RGB channels and saturation

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

188
153
201

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

Portions of RGB colors in percentages

R + G + B =
188 + 153 + 201 = 542 (100%)
R 188 of 542 ~ 34.69%
G 153 of 542 ~ 28.23%
B 201 of 542 ~ 37.08%

%34.69
%28.23
%37.08

CMYK color model

#BC99C9 color CMYK value is (6,24,0,21).

  • cyan value is 6.47%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(6,24,0,21)
C6M24Y0K21 
(6%,24%,0%,21%)
(0.06/0.24/0.00/0.21)	

CMYK percentages

%6.47
%23.88
%0
%21.18

Codes

Color #BC99C9 in popluar color models

BC99C9
RGB188153201
HSL284°30.77%69.41%
HSB/HSV284°23.88%78.82%
CMYK6.47%23.88%0.00%
21.18%

Color #BC99C9 in popluar number systems.

HEXBC99C9
Decimal188153201
Binary101111001001100111001001
Octal274231311

Shades and tints

Shades of #BC99C9

#BC99C9
(188,153,201)
#AB8CB7
(171,140,183)
#9A7FA5
(154,127,165)
#897293
(137,114,147)
#786581
(120,101,129)
#67586F
(103,88,111)
#564B5D
(86,75,93)
#453E4B
(69,62,75)
#343139
(52,49,57)
#232427
(35,36,39)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BC99C9

#BC99C9
(188,153,201)
#C2A2CD
(194,162,205)
#C8ABD1
(200,171,209)
#CEB4D5
(206,180,213)
#D4BDD9
(212,189,217)
#DAC6DD
(218,198,221)
#E0CFE1
(224,207,225)
#E6D8E5
(230,216,229)
#ECE1E9
(236,225,233)
#F2EAED
(242,234,237)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC99C9; }

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

This text font color is #BC99C9.


Background Color

.myBgColor { background-color: #BC99C9; }

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

This div background color is #BC99C9.


Border color

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

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

This div border color is #BC99C9.


Opacity

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

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

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

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

This text has shadow with #BC99C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC99C9 on black background.


Color preview on white background

This text has color #BC99C9 on white background.



Black color preview on #BC99C9 background

This text has black color on #BC99C9 background.


White color preview on #BC99C9 background

This text has white color on #BC99C9 background.