COLOR #BC99DC

HEX: #BC99DC
RGB: (188,153,220)

Renk bilgisi

#BC99DC contains mainly red and blue colors. #BC99DC ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#BC99DC color RGB value is (188,153,220).

  • kırmız ton 188;
  • yeşil ton 153;
  • mavi ton 220.
RGB:
(188,153,220)
(74%,60%,86%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 153 of 255 = 60%
B 220 of 255 = 86%

188
153
220

R + G + B ~ 73%. #BC99DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 153 + 220 = 561 (100%)
R 188 of 561 ~ 33.51%
G 153 of 561 ~ 27.27%
B 220 of 561 ~ 39.22%

%33.51
%27.27
%39.22

CMYK RENK MODELİ

#BC99DC rengi CMYK tonu (15,30,0,14).

  • camgöbeği tonu 14.55%
  • eflatun tonu 30.45%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(15,30,0,14)
C15M30Y0K14 
(15%,30%,0%,14%)
(0.15/0.30/0.00/0.14)	

CMYK yüzdeleri

%14.55
%30.45
%0
%13.73

Codes

Color #BC99DC in popluar color models

BC99DC
RGB188153220
HSL271°48.91%73.14%
HSB/HSV271°30.45%86.27%
CMYK14.55%30.45%0.00%
13.73%

Color #BC99DC in popluar number systems.

HEXBC99DC
Decimal188153220
Binary101111001001100111011100
Octal274231334

Shades and tints

Shades of #BC99DC

#BC99DC
(188,153,220)
#AB8CC8
(171,140,200)
#9A7FB4
(154,127,180)
#8972A0
(137,114,160)
#78658C
(120,101,140)
#675878
(103,88,120)
#564B64
(86,75,100)
#453E50
(69,62,80)
#34313C
(52,49,60)
#232428
(35,36,40)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #BC99DC

#BC99DC
(188,153,220)
#C2A2DF
(194,162,223)
#C8ABE2
(200,171,226)
#CEB4E5
(206,180,229)
#D4BDE8
(212,189,232)
#DAC6EB
(218,198,235)
#E0CFEE
(224,207,238)
#E6D8F1
(230,216,241)
#ECE1F4
(236,225,244)
#F2EAF7
(242,234,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC99DC; }

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

This text font color is #BC99DC.


Background Color

.myBgColor { background-color: #BC99DC; }

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

This div background color is #BC99DC.


Border color

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

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

This div border color is #BC99DC.


Opacity

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

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

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

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

This text has shadow with #BC99DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC99DC on black background.


Color preview on white background

This text has color #BC99DC on white background.



Black color preview on #BC99DC background

This text has black color on #BC99DC background.


White color preview on #BC99DC background

This text has white color on #BC99DC background.