COLOR #BCC4E1

HEX: #BCC4E1
RGB: (188,196,225)

Renk bilgisi

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

RGB renk modeli

#BCC4E1 color RGB value is (188,196,225).

  • kırmız ton 188;
  • yeşil ton 196;
  • mavi ton 225.
RGB:
(188,196,225)
(74%,77%,88%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 196 of 255 = 77%
B 225 of 255 = 88%

188
196
225

R + G + B ~ 80%. #BCC4E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 196 + 225 = 609 (100%)
R 188 of 609 ~ 30.87%
G 196 of 609 ~ 32.18%
B 225 of 609 ~ 36.95%

%30.87
%32.18
%36.95

CMYK RENK MODELİ

#BCC4E1 rengi CMYK tonu (16,13,0,12).

  • camgöbeği tonu 16.44%
  • eflatun tonu 12.89%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(16,13,0,12)
C16M13Y0K12 
(16%,13%,0%,12%)
(0.16/0.13/0.00/0.12)	

CMYK yüzdeleri

%16.44
%12.89
%0
%11.76

Codes

Color #BCC4E1 in popluar color models

BCC4E1
RGB188196225
HSL227°38.14%80.98%
HSB/HSV227°16.44%88.24%
CMYK16.44%12.89%0.00%
11.76%

Color #BCC4E1 in popluar number systems.

HEXBCC4E1
Decimal188196225
Binary101111001100010011100001
Octal274304341

Shades and tints

Shades of #BCC4E1

#BCC4E1
(188,196,225)
#ABB3CD
(171,179,205)
#9AA2B9
(154,162,185)
#8991A5
(137,145,165)
#788091
(120,128,145)
#676F7D
(103,111,125)
#565E69
(86,94,105)
#454D55
(69,77,85)
#343C41
(52,60,65)
#232B2D
(35,43,45)
#121A19
(18,26,25)
#000000
(0,0,0)

Tints of #BCC4E1

#BCC4E1
(188,196,225)
#C2C9E3
(194,201,227)
#C8CEE5
(200,206,229)
#CED3E7
(206,211,231)
#D4D8E9
(212,216,233)
#DADDEB
(218,221,235)
#E0E2ED
(224,226,237)
#E6E7EF
(230,231,239)
#ECECF1
(236,236,241)
#F2F1F3
(242,241,243)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC4E1 color. Also use rgb(188,196,225) instead hex code.

Text Font Color

.myTextColor { color: #BCC4E1; }

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

This text font color is #BCC4E1.


Background Color

.myBgColor { background-color: #BCC4E1; }

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

This div background color is #BCC4E1.


Border color

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

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

This div border color is #BCC4E1.


Opacity

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

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

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

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

This text has shadow with #BCC4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC4E1 on black background.


Color preview on white background

This text has color #BCC4E1 on white background.



Black color preview on #BCC4E1 background

This text has black color on #BCC4E1 background.


White color preview on #BCC4E1 background

This text has white color on #BCC4E1 background.