COLOR #BC9ED5

HEX: #BC9ED5
RGB: (188,158,213)

Renk bilgisi

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

RGB renk modeli

#BC9ED5 color RGB value is (188,158,213).

  • kırmız ton 188;
  • yeşil ton 158;
  • mavi ton 213.
RGB:
(188,158,213)
(74%,62%,84%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 158 of 255 = 62%
B 213 of 255 = 84%

188
158
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 158 + 213 = 559 (100%)
R 188 of 559 ~ 33.63%
G 158 of 559 ~ 28.26%
B 213 of 559 ~ 38.1%

%33.63
%28.26
%38.1

CMYK RENK MODELİ

#BC9ED5 rengi CMYK tonu (12,26,0,16).

  • camgöbeği tonu 11.74%
  • eflatun tonu 25.82%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(12,26,0,16)
C12M26Y0K16 
(12%,26%,0%,16%)
(0.12/0.26/0.00/0.16)	

CMYK yüzdeleri

%11.74
%25.82
%0
%16.47

Codes

Color #BC9ED5 in popluar color models

BC9ED5
RGB188158213
HSL273°39.57%72.75%
HSB/HSV273°25.82%83.53%
CMYK11.74%25.82%0.00%
16.47%

Color #BC9ED5 in popluar number systems.

HEXBC9ED5
Decimal188158213
Binary101111001001111011010101
Octal274236325

Shades and tints

Shades of #BC9ED5

#BC9ED5
(188,158,213)
#AB90C2
(171,144,194)
#9A82AF
(154,130,175)
#89749C
(137,116,156)
#786689
(120,102,137)
#675876
(103,88,118)
#564A63
(86,74,99)
#453C50
(69,60,80)
#342E3D
(52,46,61)
#23202A
(35,32,42)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #BC9ED5

#BC9ED5
(188,158,213)
#C2A6D8
(194,166,216)
#C8AEDB
(200,174,219)
#CEB6DE
(206,182,222)
#D4BEE1
(212,190,225)
#DAC6E4
(218,198,228)
#E0CEE7
(224,206,231)
#E6D6EA
(230,214,234)
#ECDEED
(236,222,237)
#F2E6F0
(242,230,240)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC9ED5 color. Also use rgb(188,158,213) instead hex code.

Text Font Color

.myTextColor { color: #BC9ED5; }

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

This text font color is #BC9ED5.


Background Color

.myBgColor { background-color: #BC9ED5; }

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

This div background color is #BC9ED5.


Border color

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

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

This div border color is #BC9ED5.


Opacity

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

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

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

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

This text has shadow with #BC9ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC9ED5 on black background.


Color preview on white background

This text has color #BC9ED5 on white background.



Black color preview on #BC9ED5 background

This text has black color on #BC9ED5 background.


White color preview on #BC9ED5 background

This text has white color on #BC9ED5 background.