COLOR #BCB3E6

HEX: #BCB3E6
RGB: (188,179,230)

Renk bilgisi

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

RGB renk modeli

#BCB3E6 color RGB value is (188,179,230).

  • kırmız ton 188;
  • yeşil ton 179;
  • mavi ton 230.
RGB:
(188,179,230)
(74%,70%,90%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 179 of 255 = 70%
B 230 of 255 = 90%

188
179
230

R + G + B ~ 78%. #BCB3E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 179 + 230 = 597 (100%)
R 188 of 597 ~ 31.49%
G 179 of 597 ~ 29.98%
B 230 of 597 ~ 38.53%

%31.49
%29.98
%38.53

CMYK RENK MODELİ

#BCB3E6 rengi CMYK tonu (18,22,0,10).

  • camgöbeği tonu 18.26%
  • eflatun tonu 22.17%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(18,22,0,10)
C18M22Y0K10 
(18%,22%,0%,10%)
(0.18/0.22/0.00/0.10)	

CMYK yüzdeleri

%18.26
%22.17
%0
%9.8

Codes

Color #BCB3E6 in popluar color models

BCB3E6
RGB188179230
HSL251°50.50%80.20%
HSB/HSV251°22.17%90.20%
CMYK18.26%22.17%0.00%
9.80%

Color #BCB3E6 in popluar number systems.

HEXBCB3E6
Decimal188179230
Binary101111001011001111100110
Octal274263346

Shades and tints

Shades of #BCB3E6

#BCB3E6
(188,179,230)
#ABA3D2
(171,163,210)
#9A93BE
(154,147,190)
#8983AA
(137,131,170)
#787396
(120,115,150)
#676382
(103,99,130)
#56536E
(86,83,110)
#45435A
(69,67,90)
#343346
(52,51,70)
#232332
(35,35,50)
#12131E
(18,19,30)
#000000
(0,0,0)

Tints of #BCB3E6

#BCB3E6
(188,179,230)
#C2B9E8
(194,185,232)
#C8BFEA
(200,191,234)
#CEC5EC
(206,197,236)
#D4CBEE
(212,203,238)
#DAD1F0
(218,209,240)
#E0D7F2
(224,215,242)
#E6DDF4
(230,221,244)
#ECE3F6
(236,227,246)
#F2E9F8
(242,233,248)
#F8EFFA
(248,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB3E6 color. Also use rgb(188,179,230) instead hex code.

Text Font Color

.myTextColor { color: #BCB3E6; }

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

This text font color is #BCB3E6.


Background Color

.myBgColor { background-color: #BCB3E6; }

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

This div background color is #BCB3E6.


Border color

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

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

This div border color is #BCB3E6.


Opacity

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

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

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

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

This text has shadow with #BCB3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB3E6 on black background.


Color preview on white background

This text has color #BCB3E6 on white background.



Black color preview on #BCB3E6 background

This text has black color on #BCB3E6 background.


White color preview on #BCB3E6 background

This text has white color on #BCB3E6 background.