COLOR #BC96DC

HEX: #BC96DC
RGB: (188,150,220)

Renk bilgisi

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

RGB renk modeli

#BC96DC color RGB value is (188,150,220).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 150 of 255 = 59%
B 220 of 255 = 86%

188
150
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 150 + 220 = 558 (100%)
R 188 of 558 ~ 33.69%
G 150 of 558 ~ 26.88%
B 220 of 558 ~ 39.43%

%33.69
%26.88
%39.43

CMYK RENK MODELİ

#BC96DC rengi CMYK tonu (15,32,0,14).

  • camgöbeği tonu 14.55%
  • eflatun tonu 31.82%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(15,32,0,14)
C15M32Y0K14 
(15%,32%,0%,14%)
(0.15/0.32/0.00/0.14)	

CMYK yüzdeleri

%14.55
%31.82
%0
%13.73

Codes

Color #BC96DC in popluar color models

BC96DC
RGB188150220
HSL273°50.00%72.55%
HSB/HSV273°31.82%86.27%
CMYK14.55%31.82%0.00%
13.73%

Color #BC96DC in popluar number systems.

HEXBC96DC
Decimal188150220
Binary101111001001011011011100
Octal274226334

Shades and tints

Shades of #BC96DC

#BC96DC
(188,150,220)
#AB89C8
(171,137,200)
#9A7CB4
(154,124,180)
#896FA0
(137,111,160)
#78628C
(120,98,140)
#675578
(103,85,120)
#564864
(86,72,100)
#453B50
(69,59,80)
#342E3C
(52,46,60)
#232128
(35,33,40)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #BC96DC

#BC96DC
(188,150,220)
#C29FDF
(194,159,223)
#C8A8E2
(200,168,226)
#CEB1E5
(206,177,229)
#D4BAE8
(212,186,232)
#DAC3EB
(218,195,235)
#E0CCEE
(224,204,238)
#E6D5F1
(230,213,241)
#ECDEF4
(236,222,244)
#F2E7F7
(242,231,247)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC96DC; }

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

This text font color is #BC96DC.


Background Color

.myBgColor { background-color: #BC96DC; }

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

This div background color is #BC96DC.


Border color

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

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

This div border color is #BC96DC.


Opacity

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

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

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

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

This text has shadow with #BC96DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC96DC on black background.


Color preview on white background

This text has color #BC96DC on white background.



Black color preview on #BC96DC background

This text has black color on #BC96DC background.


White color preview on #BC96DC background

This text has white color on #BC96DC background.