COLOR #BCADD3

HEX: #BCADD3
RGB: (188,173,211)

Renk bilgisi

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

RGB renk modeli

#BCADD3 color RGB value is (188,173,211).

  • kırmız ton 188;
  • yeşil ton 173;
  • mavi ton 211.
RGB:
(188,173,211)
(74%,68%,83%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 173 of 255 = 68%
B 211 of 255 = 83%

188
173
211

R + G + B ~ 75%. #BCADD3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 173 + 211 = 572 (100%)
R 188 of 572 ~ 32.87%
G 173 of 572 ~ 30.24%
B 211 of 572 ~ 36.89%

%32.87
%30.24
%36.89

CMYK RENK MODELİ

#BCADD3 rengi CMYK tonu (11,18,0,17).

  • camgöbeği tonu 10.90%
  • eflatun tonu 18.01%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(11,18,0,17)
C11M18Y0K17 
(11%,18%,0%,17%)
(0.11/0.18/0.00/0.17)	

CMYK yüzdeleri

%10.9
%18.01
%0
%17.25

Codes

Color #BCADD3 in popluar color models

BCADD3
RGB188173211
HSL264°30.16%75.29%
HSB/HSV264°18.01%82.75%
CMYK10.90%18.01%0.00%
17.25%

Color #BCADD3 in popluar number systems.

HEXBCADD3
Decimal188173211
Binary101111001010110111010011
Octal274255323

Shades and tints

Shades of #BCADD3

#BCADD3
(188,173,211)
#AB9EC0
(171,158,192)
#9A8FAD
(154,143,173)
#89809A
(137,128,154)
#787187
(120,113,135)
#676274
(103,98,116)
#565361
(86,83,97)
#45444E
(69,68,78)
#34353B
(52,53,59)
#232628
(35,38,40)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCADD3

#BCADD3
(188,173,211)
#C2B4D7
(194,180,215)
#C8BBDB
(200,187,219)
#CEC2DF
(206,194,223)
#D4C9E3
(212,201,227)
#DAD0E7
(218,208,231)
#E0D7EB
(224,215,235)
#E6DEEF
(230,222,239)
#ECE5F3
(236,229,243)
#F2ECF7
(242,236,247)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCADD3 color. Also use rgb(188,173,211) instead hex code.

Text Font Color

.myTextColor { color: #BCADD3; }

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

This text font color is #BCADD3.


Background Color

.myBgColor { background-color: #BCADD3; }

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

This div background color is #BCADD3.


Border color

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

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

This div border color is #BCADD3.


Opacity

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

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

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

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

This text has shadow with #BCADD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCADD3 on black background.


Color preview on white background

This text has color #BCADD3 on white background.



Black color preview on #BCADD3 background

This text has black color on #BCADD3 background.


White color preview on #BCADD3 background

This text has white color on #BCADD3 background.