COLOR #BC99CB

HEX: #BC99CB
RGB: (188,153,203)

Color info

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

RGB color model

#BC99CB color RGB value is (188,153,203).

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

RGB channels and saturation

R 188 of 255 = 74%
G 153 of 255 = 60%
B 203 of 255 = 80%

188
153
203

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

Portions of RGB colors in percentages

R + G + B =
188 + 153 + 203 = 544 (100%)
R 188 of 544 ~ 34.56%
G 153 of 544 ~ 28.13%
B 203 of 544 ~ 37.32%

%34.56
%28.13
%37.32

CMYK color model

#BC99CB color CMYK value is (7,25,0,20).

  • cyan value is 7.39%
  • magenta value is 24.63%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(7,25,0,20)
C7M25Y0K20 
(7%,25%,0%,20%)
(0.07/0.25/0.00/0.20)	

CMYK percentages

%7.39
%24.63
%0
%20.39

Codes

Color #BC99CB in popluar color models

BC99CB
RGB188153203
HSL282°32.47%69.80%
HSB/HSV282°24.63%79.61%
CMYK7.39%24.63%0.00%
20.39%

Color #BC99CB in popluar number systems.

HEXBC99CB
Decimal188153203
Binary101111001001100111001011
Octal274231313

Shades and tints

Shades of #BC99CB

#BC99CB
(188,153,203)
#AB8CB9
(171,140,185)
#9A7FA7
(154,127,167)
#897295
(137,114,149)
#786583
(120,101,131)
#675871
(103,88,113)
#564B5F
(86,75,95)
#453E4D
(69,62,77)
#34313B
(52,49,59)
#232429
(35,36,41)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #BC99CB

#BC99CB
(188,153,203)
#C2A2CF
(194,162,207)
#C8ABD3
(200,171,211)
#CEB4D7
(206,180,215)
#D4BDDB
(212,189,219)
#DAC6DF
(218,198,223)
#E0CFE3
(224,207,227)
#E6D8E7
(230,216,231)
#ECE1EB
(236,225,235)
#F2EAEF
(242,234,239)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC99CB; }

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

This text font color is #BC99CB.


Background Color

.myBgColor { background-color: #BC99CB; }

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

This div background color is #BC99CB.


Border color

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

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

This div border color is #BC99CB.


Opacity

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

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

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

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

This text has shadow with #BC99CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC99CB on black background.


Color preview on white background

This text has color #BC99CB on white background.



Black color preview on #BC99CB background

This text has black color on #BC99CB background.


White color preview on #BC99CB background

This text has white color on #BC99CB background.