COLOR #BC99B4

HEX: #BC99B4
RGB: (188,153,180)

Renk bilgisi

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

RGB renk modeli

#BC99B4 color RGB value is (188,153,180).

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

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 153 of 255 = 60%
B 180 of 255 = 71%

188
153
180

R + G + B ~ 68%. #BC99B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 153 + 180 = 521 (100%)
R 188 of 521 ~ 36.08%
G 153 of 521 ~ 29.37%
B 180 of 521 ~ 34.55%

%36.08
%29.37
%34.55

CMYK RENK MODELİ

#BC99B4 rengi CMYK tonu (0,19,4,26).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.62%
  • sarı tonu 4.26%
  • ana renk tonu 26.27%
CMYK:
(0,19,4,26)
C0M19Y4K26 
(0%,19%,4%,26%)
(0.00/0.19/0.04/0.26)	

CMYK yüzdeleri

%0
%18.62
%4.26
%26.27

Codes

Color #BC99B4 in popluar color models

BC99B4
RGB188153180
HSL314°20.71%66.86%
HSB/HSV314°18.62%73.73%
CMYK0.00%18.62%4.26%
26.27%

Color #BC99B4 in popluar number systems.

HEXBC99B4
Decimal188153180
Binary101111001001100110110100
Octal274231264

Shades and tints

Shades of #BC99B4

#BC99B4
(188,153,180)
#AB8CA4
(171,140,164)
#9A7F94
(154,127,148)
#897284
(137,114,132)
#786574
(120,101,116)
#675864
(103,88,100)
#564B54
(86,75,84)
#453E44
(69,62,68)
#343134
(52,49,52)
#232424
(35,36,36)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #BC99B4

#BC99B4
(188,153,180)
#C2A2BA
(194,162,186)
#C8ABC0
(200,171,192)
#CEB4C6
(206,180,198)
#D4BDCC
(212,189,204)
#DAC6D2
(218,198,210)
#E0CFD8
(224,207,216)
#E6D8DE
(230,216,222)
#ECE1E4
(236,225,228)
#F2EAEA
(242,234,234)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC99B4; }

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

This text font color is #BC99B4.


Background Color

.myBgColor { background-color: #BC99B4; }

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

This div background color is #BC99B4.


Border color

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

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

This div border color is #BC99B4.


Opacity

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

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

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

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

This text has shadow with #BC99B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC99B4 on black background.


Color preview on white background

This text has color #BC99B4 on white background.



Black color preview on #BC99B4 background

This text has black color on #BC99B4 background.


White color preview on #BC99B4 background

This text has white color on #BC99B4 background.