COLOR #BC9DCC

HEX: #BC9DCC
RGB: (188,157,204)

Renk bilgisi

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

RGB renk modeli

#BC9DCC color RGB value is (188,157,204).

  • kırmız ton 188;
  • yeşil ton 157;
  • mavi ton 204.
RGB:
(188,157,204)
(74%,62%,80%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 157 of 255 = 62%
B 204 of 255 = 80%

188
157
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 157 + 204 = 549 (100%)
R 188 of 549 ~ 34.24%
G 157 of 549 ~ 28.6%
B 204 of 549 ~ 37.16%

%34.24
%28.6
%37.16

CMYK RENK MODELİ

#BC9DCC rengi CMYK tonu (8,23,0,20).

  • camgöbeği tonu 7.84%
  • eflatun tonu 23.04%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(8,23,0,20)
C8M23Y0K20 
(8%,23%,0%,20%)
(0.08/0.23/0.00/0.20)	

CMYK yüzdeleri

%7.84
%23.04
%0
%20

Codes

Color #BC9DCC in popluar color models

BC9DCC
RGB188157204
HSL280°31.54%70.78%
HSB/HSV280°23.04%80.00%
CMYK7.84%23.04%0.00%
20.00%

Color #BC9DCC in popluar number systems.

HEXBC9DCC
Decimal188157204
Binary101111001001110111001100
Octal274235314

Shades and tints

Shades of #BC9DCC

#BC9DCC
(188,157,204)
#AB8FBA
(171,143,186)
#9A81A8
(154,129,168)
#897396
(137,115,150)
#786584
(120,101,132)
#675772
(103,87,114)
#564960
(86,73,96)
#453B4E
(69,59,78)
#342D3C
(52,45,60)
#231F2A
(35,31,42)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #BC9DCC

#BC9DCC
(188,157,204)
#C2A5D0
(194,165,208)
#C8ADD4
(200,173,212)
#CEB5D8
(206,181,216)
#D4BDDC
(212,189,220)
#DAC5E0
(218,197,224)
#E0CDE4
(224,205,228)
#E6D5E8
(230,213,232)
#ECDDEC
(236,221,236)
#F2E5F0
(242,229,240)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9DCC color. Also use rgb(188,157,204) instead hex code.

Text Font Color

.myTextColor { color: #BC9DCC; }

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

This text font color is #BC9DCC.


Background Color

.myBgColor { background-color: #BC9DCC; }

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

This div background color is #BC9DCC.


Border color

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

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

This div border color is #BC9DCC.


Opacity

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

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

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

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

This text has shadow with #BC9DCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9DCC on black background.


Color preview on white background

This text has color #BC9DCC on white background.



Black color preview on #BC9DCC background

This text has black color on #BC9DCC background.


White color preview on #BC9DCC background

This text has white color on #BC9DCC background.