COLOR #BC93E2

HEX: #BC93E2
RGB: (188,147,226)

Renk bilgisi

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

RGB renk modeli

#BC93E2 color RGB value is (188,147,226).

  • kırmız ton 188;
  • yeşil ton 147;
  • mavi ton 226.
RGB:
(188,147,226)
(74%,58%,89%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 147 of 255 = 58%
B 226 of 255 = 89%

188
147
226

R + G + B ~ 74%. #BC93E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 147 + 226 = 561 (100%)
R 188 of 561 ~ 33.51%
G 147 of 561 ~ 26.2%
B 226 of 561 ~ 40.29%

%33.51
%26.2
%40.29

CMYK RENK MODELİ

#BC93E2 rengi CMYK tonu (17,35,0,11).

  • camgöbeği tonu 16.81%
  • eflatun tonu 34.96%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(17,35,0,11)
C17M35Y0K11 
(17%,35%,0%,11%)
(0.17/0.35/0.00/0.11)	

CMYK yüzdeleri

%16.81
%34.96
%0
%11.37

Codes

Color #BC93E2 in popluar color models

BC93E2
RGB188147226
HSL271°57.66%73.14%
HSB/HSV271°34.96%88.63%
CMYK16.81%34.96%0.00%
11.37%

Color #BC93E2 in popluar number systems.

HEXBC93E2
Decimal188147226
Binary101111001001001111100010
Octal274223342

Shades and tints

Shades of #BC93E2

#BC93E2
(188,147,226)
#AB86CE
(171,134,206)
#9A79BA
(154,121,186)
#896CA6
(137,108,166)
#785F92
(120,95,146)
#67527E
(103,82,126)
#56456A
(86,69,106)
#453856
(69,56,86)
#342B42
(52,43,66)
#231E2E
(35,30,46)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #BC93E2

#BC93E2
(188,147,226)
#C29CE4
(194,156,228)
#C8A5E6
(200,165,230)
#CEAEE8
(206,174,232)
#D4B7EA
(212,183,234)
#DAC0EC
(218,192,236)
#E0C9EE
(224,201,238)
#E6D2F0
(230,210,240)
#ECDBF2
(236,219,242)
#F2E4F4
(242,228,244)
#F8EDF6
(248,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC93E2 color. Also use rgb(188,147,226) instead hex code.

Text Font Color

.myTextColor { color: #BC93E2; }

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

This text font color is #BC93E2.


Background Color

.myBgColor { background-color: #BC93E2; }

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

This div background color is #BC93E2.


Border color

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

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

This div border color is #BC93E2.


Opacity

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

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

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

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

This text has shadow with #BC93E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC93E2 on black background.


Color preview on white background

This text has color #BC93E2 on white background.



Black color preview on #BC93E2 background

This text has black color on #BC93E2 background.


White color preview on #BC93E2 background

This text has white color on #BC93E2 background.