COLOR #BC96BD

HEX: #BC96BD
RGB: (188,150,189)

Renk bilgisi

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

RGB renk modeli

#BC96BD color RGB value is (188,150,189).

  • kırmız ton 188;
  • yeşil ton 150;
  • mavi ton 189.
RGB:
(188,150,189)
(74%,59%,74%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 150 of 255 = 59%
B 189 of 255 = 74%

188
150
189

R + G + B ~ 69%. #BC96BD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 150 + 189 = 527 (100%)
R 188 of 527 ~ 35.67%
G 150 of 527 ~ 28.46%
B 189 of 527 ~ 35.86%

%35.67
%28.46
%35.86

CMYK RENK MODELİ

#BC96BD rengi CMYK tonu (1,21,0,26).

  • camgöbeği tonu 0.53%
  • eflatun tonu 20.63%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(1,21,0,26)
C1M21Y0K26 
(1%,21%,0%,26%)
(0.01/0.21/0.00/0.26)	

CMYK yüzdeleri

%0.53
%20.63
%0
%25.88

Codes

Color #BC96BD in popluar color models

BC96BD
RGB188150189
HSL298°22.81%66.47%
HSB/HSV298°20.63%74.12%
CMYK0.53%20.63%0.00%
25.88%

Color #BC96BD in popluar number systems.

HEXBC96BD
Decimal188150189
Binary101111001001011010111101
Octal274226275

Shades and tints

Shades of #BC96BD

#BC96BD
(188,150,189)
#AB89AC
(171,137,172)
#9A7C9B
(154,124,155)
#896F8A
(137,111,138)
#786279
(120,98,121)
#675568
(103,85,104)
#564857
(86,72,87)
#453B46
(69,59,70)
#342E35
(52,46,53)
#232124
(35,33,36)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #BC96BD

#BC96BD
(188,150,189)
#C29FC3
(194,159,195)
#C8A8C9
(200,168,201)
#CEB1CF
(206,177,207)
#D4BAD5
(212,186,213)
#DAC3DB
(218,195,219)
#E0CCE1
(224,204,225)
#E6D5E7
(230,213,231)
#ECDEED
(236,222,237)
#F2E7F3
(242,231,243)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC96BD color. Also use rgb(188,150,189) instead hex code.

Text Font Color

.myTextColor { color: #BC96BD; }

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

This text font color is #BC96BD.


Background Color

.myBgColor { background-color: #BC96BD; }

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

This div background color is #BC96BD.


Border color

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

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

This div border color is #BC96BD.


Opacity

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

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

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

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

This text has shadow with #BC96BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC96BD on black background.


Color preview on white background

This text has color #BC96BD on white background.



Black color preview on #BC96BD background

This text has black color on #BC96BD background.


White color preview on #BC96BD background

This text has white color on #BC96BD background.