COLOR #BCB5D4

HEX: #BCB5D4
RGB: (188,181,212)

Renk bilgisi

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

RGB renk modeli

#BCB5D4 color RGB value is (188,181,212).

  • kırmız ton 188;
  • yeşil ton 181;
  • mavi ton 212.
RGB:
(188,181,212)
(74%,71%,83%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 181 of 255 = 71%
B 212 of 255 = 83%

188
181
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 181 + 212 = 581 (100%)
R 188 of 581 ~ 32.36%
G 181 of 581 ~ 31.15%
B 212 of 581 ~ 36.49%

%32.36
%31.15
%36.49

CMYK RENK MODELİ

#BCB5D4 rengi CMYK tonu (11,15,0,17).

  • camgöbeği tonu 11.32%
  • eflatun tonu 14.62%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(11,15,0,17)
C11M15Y0K17 
(11%,15%,0%,17%)
(0.11/0.15/0.00/0.17)	

CMYK yüzdeleri

%11.32
%14.62
%0
%16.86

Codes

Color #BCB5D4 in popluar color models

BCB5D4
RGB188181212
HSL254°26.50%77.06%
HSB/HSV254°14.62%83.14%
CMYK11.32%14.62%0.00%
16.86%

Color #BCB5D4 in popluar number systems.

HEXBCB5D4
Decimal188181212
Binary101111001011010111010100
Octal274265324

Shades and tints

Shades of #BCB5D4

#BCB5D4
(188,181,212)
#ABA5C1
(171,165,193)
#9A95AE
(154,149,174)
#89859B
(137,133,155)
#787588
(120,117,136)
#676575
(103,101,117)
#565562
(86,85,98)
#45454F
(69,69,79)
#34353C
(52,53,60)
#232529
(35,37,41)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #BCB5D4

#BCB5D4
(188,181,212)
#C2BBD7
(194,187,215)
#C8C1DA
(200,193,218)
#CEC7DD
(206,199,221)
#D4CDE0
(212,205,224)
#DAD3E3
(218,211,227)
#E0D9E6
(224,217,230)
#E6DFE9
(230,223,233)
#ECE5EC
(236,229,236)
#F2EBEF
(242,235,239)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB5D4 color. Also use rgb(188,181,212) instead hex code.

Text Font Color

.myTextColor { color: #BCB5D4; }

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

This text font color is #BCB5D4.


Background Color

.myBgColor { background-color: #BCB5D4; }

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

This div background color is #BCB5D4.


Border color

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

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

This div border color is #BCB5D4.


Opacity

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

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

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

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

This text has shadow with #BCB5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB5D4 on black background.


Color preview on white background

This text has color #BCB5D4 on white background.



Black color preview on #BCB5D4 background

This text has black color on #BCB5D4 background.


White color preview on #BCB5D4 background

This text has white color on #BCB5D4 background.