COLOR #BC9CD2

HEX: #BC9CD2
RGB: (188,156,210)

Renk bilgisi

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

RGB renk modeli

#BC9CD2 color RGB value is (188,156,210).

  • kırmız ton 188;
  • yeşil ton 156;
  • mavi ton 210.
RGB:
(188,156,210)
(74%,61%,82%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 156 of 255 = 61%
B 210 of 255 = 82%

188
156
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 156 + 210 = 554 (100%)
R 188 of 554 ~ 33.94%
G 156 of 554 ~ 28.16%
B 210 of 554 ~ 37.91%

%33.94
%28.16
%37.91

CMYK RENK MODELİ

#BC9CD2 rengi CMYK tonu (10,26,0,18).

  • camgöbeği tonu 10.48%
  • eflatun tonu 25.71%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(10,26,0,18)
C10M26Y0K18 
(10%,26%,0%,18%)
(0.10/0.26/0.00/0.18)	

CMYK yüzdeleri

%10.48
%25.71
%0
%17.65

Codes

Color #BC9CD2 in popluar color models

BC9CD2
RGB188156210
HSL276°37.50%71.76%
HSB/HSV276°25.71%82.35%
CMYK10.48%25.71%0.00%
17.65%

Color #BC9CD2 in popluar number systems.

HEXBC9CD2
Decimal188156210
Binary101111001001110011010010
Octal274234322

Shades and tints

Shades of #BC9CD2

#BC9CD2
(188,156,210)
#AB8EBF
(171,142,191)
#9A80AC
(154,128,172)
#897299
(137,114,153)
#786486
(120,100,134)
#675673
(103,86,115)
#564860
(86,72,96)
#453A4D
(69,58,77)
#342C3A
(52,44,58)
#231E27
(35,30,39)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #BC9CD2

#BC9CD2
(188,156,210)
#C2A5D6
(194,165,214)
#C8AEDA
(200,174,218)
#CEB7DE
(206,183,222)
#D4C0E2
(212,192,226)
#DAC9E6
(218,201,230)
#E0D2EA
(224,210,234)
#E6DBEE
(230,219,238)
#ECE4F2
(236,228,242)
#F2EDF6
(242,237,246)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9CD2 color. Also use rgb(188,156,210) instead hex code.

Text Font Color

.myTextColor { color: #BC9CD2; }

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

This text font color is #BC9CD2.


Background Color

.myBgColor { background-color: #BC9CD2; }

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

This div background color is #BC9CD2.


Border color

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

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

This div border color is #BC9CD2.


Opacity

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

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

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

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

This text has shadow with #BC9CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9CD2 on black background.


Color preview on white background

This text has color #BC9CD2 on white background.



Black color preview on #BC9CD2 background

This text has black color on #BC9CD2 background.


White color preview on #BC9CD2 background

This text has white color on #BC9CD2 background.