COLOR #BC96D1

HEX: #BC96D1
RGB: (188,150,209)

Renk bilgisi

#BC96D1 contains red, green and blue colors in about the same proportion. #BC96D1 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#BC96D1 color RGB value is (188,150,209).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 150 of 255 = 59%
B 209 of 255 = 82%

188
150
209

R + G + B ~ 72%. #BC96D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 150 + 209 = 547 (100%)
R 188 of 547 ~ 34.37%
G 150 of 547 ~ 27.42%
B 209 of 547 ~ 38.21%

%34.37
%27.42
%38.21

CMYK RENK MODELİ

#BC96D1 rengi CMYK tonu (10,28,0,18).

  • camgöbeği tonu 10.05%
  • eflatun tonu 28.23%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(10,28,0,18)
C10M28Y0K18 
(10%,28%,0%,18%)
(0.10/0.28/0.00/0.18)	

CMYK yüzdeleri

%10.05
%28.23
%0
%18.04

Codes

Color #BC96D1 in popluar color models

BC96D1
RGB188150209
HSL279°39.07%70.39%
HSB/HSV279°28.23%81.96%
CMYK10.05%28.23%0.00%
18.04%

Color #BC96D1 in popluar number systems.

HEXBC96D1
Decimal188150209
Binary101111001001011011010001
Octal274226321

Shades and tints

Shades of #BC96D1

#BC96D1
(188,150,209)
#AB89BE
(171,137,190)
#9A7CAB
(154,124,171)
#896F98
(137,111,152)
#786285
(120,98,133)
#675572
(103,85,114)
#56485F
(86,72,95)
#453B4C
(69,59,76)
#342E39
(52,46,57)
#232126
(35,33,38)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BC96D1

#BC96D1
(188,150,209)
#C29FD5
(194,159,213)
#C8A8D9
(200,168,217)
#CEB1DD
(206,177,221)
#D4BAE1
(212,186,225)
#DAC3E5
(218,195,229)
#E0CCE9
(224,204,233)
#E6D5ED
(230,213,237)
#ECDEF1
(236,222,241)
#F2E7F5
(242,231,245)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC96D1; }

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

This text font color is #BC96D1.


Background Color

.myBgColor { background-color: #BC96D1; }

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

This div background color is #BC96D1.


Border color

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

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

This div border color is #BC96D1.


Opacity

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

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

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

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

This text has shadow with #BC96D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC96D1 on black background.


Color preview on white background

This text has color #BC96D1 on white background.



Black color preview on #BC96D1 background

This text has black color on #BC96D1 background.


White color preview on #BC96D1 background

This text has white color on #BC96D1 background.