COLOR #BC99C1

HEX: #BC99C1
RGB: (188,153,193)

Renk bilgisi

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

RGB renk modeli

#BC99C1 color RGB value is (188,153,193).

  • kırmız ton 188;
  • yeşil ton 153;
  • mavi ton 193.
RGB:
(188,153,193)
(74%,60%,76%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 153 of 255 = 60%
B 193 of 255 = 76%

188
153
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 153 + 193 = 534 (100%)
R 188 of 534 ~ 35.21%
G 153 of 534 ~ 28.65%
B 193 of 534 ~ 36.14%

%35.21
%28.65
%36.14

CMYK RENK MODELİ

#BC99C1 rengi CMYK tonu (3,21,0,24).

  • camgöbeği tonu 2.59%
  • eflatun tonu 20.73%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(3,21,0,24)
C3M21Y0K24 
(3%,21%,0%,24%)
(0.03/0.21/0.00/0.24)	

CMYK yüzdeleri

%2.59
%20.73
%0
%24.31

Codes

Color #BC99C1 in popluar color models

BC99C1
RGB188153193
HSL293°24.39%67.84%
HSB/HSV293°20.73%75.69%
CMYK2.59%20.73%0.00%
24.31%

Color #BC99C1 in popluar number systems.

HEXBC99C1
Decimal188153193
Binary101111001001100111000001
Octal274231301

Shades and tints

Shades of #BC99C1

#BC99C1
(188,153,193)
#AB8CB0
(171,140,176)
#9A7F9F
(154,127,159)
#89728E
(137,114,142)
#78657D
(120,101,125)
#67586C
(103,88,108)
#564B5B
(86,75,91)
#453E4A
(69,62,74)
#343139
(52,49,57)
#232428
(35,36,40)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #BC99C1

#BC99C1
(188,153,193)
#C2A2C6
(194,162,198)
#C8ABCB
(200,171,203)
#CEB4D0
(206,180,208)
#D4BDD5
(212,189,213)
#DAC6DA
(218,198,218)
#E0CFDF
(224,207,223)
#E6D8E4
(230,216,228)
#ECE1E9
(236,225,233)
#F2EAEE
(242,234,238)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC99C1 color. Also use rgb(188,153,193) instead hex code.

Text Font Color

.myTextColor { color: #BC99C1; }

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

This text font color is #BC99C1.


Background Color

.myBgColor { background-color: #BC99C1; }

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

This div background color is #BC99C1.


Border color

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

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

This div border color is #BC99C1.


Opacity

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

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

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

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

This text has shadow with #BC99C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC99C1 on black background.


Color preview on white background

This text has color #BC99C1 on white background.



Black color preview on #BC99C1 background

This text has black color on #BC99C1 background.


White color preview on #BC99C1 background

This text has white color on #BC99C1 background.