COLOR #BCB9D1

HEX: #BCB9D1
RGB: (188,185,209)

Renk bilgisi

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

RGB renk modeli

#BCB9D1 color RGB value is (188,185,209).

  • kırmız ton 188;
  • yeşil ton 185;
  • mavi ton 209.
RGB:
(188,185,209)
(74%,73%,82%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 185 of 255 = 73%
B 209 of 255 = 82%

188
185
209

R + G + B ~ 76%. #BCB9D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 185 + 209 = 582 (100%)
R 188 of 582 ~ 32.3%
G 185 of 582 ~ 31.79%
B 209 of 582 ~ 35.91%

%32.3
%31.79
%35.91

CMYK RENK MODELİ

#BCB9D1 rengi CMYK tonu (10,11,0,18).

  • camgöbeği tonu 10.05%
  • eflatun tonu 11.48%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(10,11,0,18)
C10M11Y0K18 
(10%,11%,0%,18%)
(0.10/0.11/0.00/0.18)	

CMYK yüzdeleri

%10.05
%11.48
%0
%18.04

Codes

Color #BCB9D1 in popluar color models

BCB9D1
RGB188185209
HSL248°20.69%77.25%
HSB/HSV248°11.48%81.96%
CMYK10.05%11.48%0.00%
18.04%

Color #BCB9D1 in popluar number systems.

HEXBCB9D1
Decimal188185209
Binary101111001011100111010001
Octal274271321

Shades and tints

Shades of #BCB9D1

#BCB9D1
(188,185,209)
#ABA9BE
(171,169,190)
#9A99AB
(154,153,171)
#898998
(137,137,152)
#787985
(120,121,133)
#676972
(103,105,114)
#56595F
(86,89,95)
#45494C
(69,73,76)
#343939
(52,57,57)
#232926
(35,41,38)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #BCB9D1

#BCB9D1
(188,185,209)
#C2BFD5
(194,191,213)
#C8C5D9
(200,197,217)
#CECBDD
(206,203,221)
#D4D1E1
(212,209,225)
#DAD7E5
(218,215,229)
#E0DDE9
(224,221,233)
#E6E3ED
(230,227,237)
#ECE9F1
(236,233,241)
#F2EFF5
(242,239,245)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB9D1 color. Also use rgb(188,185,209) instead hex code.

Text Font Color

.myTextColor { color: #BCB9D1; }

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

This text font color is #BCB9D1.


Background Color

.myBgColor { background-color: #BCB9D1; }

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

This div background color is #BCB9D1.


Border color

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

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

This div border color is #BCB9D1.


Opacity

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

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

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

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

This text has shadow with #BCB9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB9D1 on black background.


Color preview on white background

This text has color #BCB9D1 on white background.



Black color preview on #BCB9D1 background

This text has black color on #BCB9D1 background.


White color preview on #BCB9D1 background

This text has white color on #BCB9D1 background.