COLOR #BCC9F1

HEX: #BCC9F1
RGB: (188,201,241)

Renk bilgisi

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

RGB renk modeli

#BCC9F1 color RGB value is (188,201,241).

  • kırmız ton 188;
  • yeşil ton 201;
  • mavi ton 241.
RGB:
(188,201,241)
(74%,79%,95%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 201 of 255 = 79%
B 241 of 255 = 95%

188
201
241

R + G + B ~ 83%. #BCC9F1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 201 + 241 = 630 (100%)
R 188 of 630 ~ 29.84%
G 201 of 630 ~ 31.9%
B 241 of 630 ~ 38.25%

%29.84
%31.9
%38.25

CMYK RENK MODELİ

#BCC9F1 rengi CMYK tonu (22,17,0,5).

  • camgöbeği tonu 21.99%
  • eflatun tonu 16.60%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(22,17,0,5)
C22M17Y0K5 
(22%,17%,0%,5%)
(0.22/0.17/0.00/0.05)	

CMYK yüzdeleri

%21.99
%16.6
%0
%5.49

Codes

Color #BCC9F1 in popluar color models

BCC9F1
RGB188201241
HSL225°65.43%84.12%
HSB/HSV225°21.99%94.51%
CMYK21.99%16.60%0.00%
5.49%

Color #BCC9F1 in popluar number systems.

HEXBCC9F1
Decimal188201241
Binary101111001100100111110001
Octal274311361

Shades and tints

Shades of #BCC9F1

#BCC9F1
(188,201,241)
#ABB7DC
(171,183,220)
#9AA5C7
(154,165,199)
#8993B2
(137,147,178)
#78819D
(120,129,157)
#676F88
(103,111,136)
#565D73
(86,93,115)
#454B5E
(69,75,94)
#343949
(52,57,73)
#232734
(35,39,52)
#12151F
(18,21,31)
#000000
(0,0,0)

Tints of #BCC9F1

#BCC9F1
(188,201,241)
#C2CDF2
(194,205,242)
#C8D1F3
(200,209,243)
#CED5F4
(206,213,244)
#D4D9F5
(212,217,245)
#DADDF6
(218,221,246)
#E0E1F7
(224,225,247)
#E6E5F8
(230,229,248)
#ECE9F9
(236,233,249)
#F2EDFA
(242,237,250)
#F8F1FB
(248,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC9F1 color. Also use rgb(188,201,241) instead hex code.

Text Font Color

.myTextColor { color: #BCC9F1; }

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

This text font color is #BCC9F1.


Background Color

.myBgColor { background-color: #BCC9F1; }

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

This div background color is #BCC9F1.


Border color

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

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

This div border color is #BCC9F1.


Opacity

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

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

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

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

This text has shadow with #BCC9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC9F1 on black background.


Color preview on white background

This text has color #BCC9F1 on white background.



Black color preview on #BCC9F1 background

This text has black color on #BCC9F1 background.


White color preview on #BCC9F1 background

This text has white color on #BCC9F1 background.