COLOR #BC9DD2

HEX: #BC9DD2
RGB: (188,157,210)

Renk bilgisi

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

RGB renk modeli

#BC9DD2 color RGB value is (188,157,210).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 157 of 255 = 62%
B 210 of 255 = 82%

188
157
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 157 + 210 = 555 (100%)
R 188 of 555 ~ 33.87%
G 157 of 555 ~ 28.29%
B 210 of 555 ~ 37.84%

%33.87
%28.29
%37.84

CMYK RENK MODELİ

#BC9DD2 rengi CMYK tonu (10,25,0,18).

  • camgöbeği tonu 10.48%
  • eflatun tonu 25.24%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(10,25,0,18)
C10M25Y0K18 
(10%,25%,0%,18%)
(0.10/0.25/0.00/0.18)	

CMYK yüzdeleri

%10.48
%25.24
%0
%17.65

Codes

Color #BC9DD2 in popluar color models

BC9DD2
RGB188157210
HSL275°37.06%71.96%
HSB/HSV275°25.24%82.35%
CMYK10.48%25.24%0.00%
17.65%

Color #BC9DD2 in popluar number systems.

HEXBC9DD2
Decimal188157210
Binary101111001001110111010010
Octal274235322

Shades and tints

Shades of #BC9DD2

#BC9DD2
(188,157,210)
#AB8FBF
(171,143,191)
#9A81AC
(154,129,172)
#897399
(137,115,153)
#786586
(120,101,134)
#675773
(103,87,115)
#564960
(86,73,96)
#453B4D
(69,59,77)
#342D3A
(52,45,58)
#231F27
(35,31,39)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #BC9DD2

#BC9DD2
(188,157,210)
#C2A5D6
(194,165,214)
#C8ADDA
(200,173,218)
#CEB5DE
(206,181,222)
#D4BDE2
(212,189,226)
#DAC5E6
(218,197,230)
#E0CDEA
(224,205,234)
#E6D5EE
(230,213,238)
#ECDDF2
(236,221,242)
#F2E5F6
(242,229,246)
#F8EDFA
(248,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC9DD2; }

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

This text font color is #BC9DD2.


Background Color

.myBgColor { background-color: #BC9DD2; }

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

This div background color is #BC9DD2.


Border color

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

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

This div border color is #BC9DD2.


Opacity

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

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

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

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

This text has shadow with #BC9DD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9DD2 on black background.


Color preview on white background

This text has color #BC9DD2 on white background.



Black color preview on #BC9DD2 background

This text has black color on #BC9DD2 background.


White color preview on #BC9DD2 background

This text has white color on #BC9DD2 background.