COLOR #BC96C6

HEX: #BC96C6
RGB: (188,150,198)

Renk bilgisi

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

RGB renk modeli

#BC96C6 color RGB value is (188,150,198).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 150 of 255 = 59%
B 198 of 255 = 78%

188
150
198

R + G + B ~ 70%. #BC96C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 150 + 198 = 536 (100%)
R 188 of 536 ~ 35.07%
G 150 of 536 ~ 27.99%
B 198 of 536 ~ 36.94%

%35.07
%27.99
%36.94

CMYK RENK MODELİ

#BC96C6 rengi CMYK tonu (5,24,0,22).

  • camgöbeği tonu 5.05%
  • eflatun tonu 24.24%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(5,24,0,22)
C5M24Y0K22 
(5%,24%,0%,22%)
(0.05/0.24/0.00/0.22)	

CMYK yüzdeleri

%5.05
%24.24
%0
%22.35

Codes

Color #BC96C6 in popluar color models

BC96C6
RGB188150198
HSL288°29.63%68.24%
HSB/HSV288°24.24%77.65%
CMYK5.05%24.24%0.00%
22.35%

Color #BC96C6 in popluar number systems.

HEXBC96C6
Decimal188150198
Binary101111001001011011000110
Octal274226306

Shades and tints

Shades of #BC96C6

#BC96C6
(188,150,198)
#AB89B4
(171,137,180)
#9A7CA2
(154,124,162)
#896F90
(137,111,144)
#78627E
(120,98,126)
#67556C
(103,85,108)
#56485A
(86,72,90)
#453B48
(69,59,72)
#342E36
(52,46,54)
#232124
(35,33,36)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #BC96C6

#BC96C6
(188,150,198)
#C29FCB
(194,159,203)
#C8A8D0
(200,168,208)
#CEB1D5
(206,177,213)
#D4BADA
(212,186,218)
#DAC3DF
(218,195,223)
#E0CCE4
(224,204,228)
#E6D5E9
(230,213,233)
#ECDEEE
(236,222,238)
#F2E7F3
(242,231,243)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC96C6; }

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

This text font color is #BC96C6.


Background Color

.myBgColor { background-color: #BC96C6; }

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

This div background color is #BC96C6.


Border color

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

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

This div border color is #BC96C6.


Opacity

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

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

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

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

This text has shadow with #BC96C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC96C6 on black background.


Color preview on white background

This text has color #BC96C6 on white background.



Black color preview on #BC96C6 background

This text has black color on #BC96C6 background.


White color preview on #BC96C6 background

This text has white color on #BC96C6 background.