COLOR #BCCBF1

HEX: #BCCBF1
RGB: (188,203,241)

Color info

#BCCBF1 contains red, green and blue colors in about the same proportion. Web safe color of #BCCBF1 is #CCCCFF (or #CCF).

RGB color model

#BCCBF1 color RGB value is (188,203,241).

  • red value is 188;
  • green value is 203;
  • blue value is 241.
RGB:
(188,203,241)
(74%,80%,95%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 241 of 255 = 95%

188
203
241

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

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 241 = 632 (100%)
R 188 of 632 ~ 29.75%
G 203 of 632 ~ 32.12%
B 241 of 632 ~ 38.13%

%29.75
%32.12
%38.13

CMYK color model

#BCCBF1 color CMYK value is (22,16,0,5).

  • cyan value is 21.99%
  • magenta value is 15.77%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(22,16,0,5)
C22M16Y0K5 
(22%,16%,0%,5%)
(0.22/0.16/0.00/0.05)	

CMYK percentages

%21.99
%15.77
%0
%5.49

Codes

Color #BCCBF1 in popluar color models

BCCBF1
RGB188203241
HSL223°65.43%84.12%
HSB/HSV223°21.99%94.51%
CMYK21.99%15.77%0.00%
5.49%

Color #BCCBF1 in popluar number systems.

HEXBCCBF1
Decimal188203241
Binary101111001100101111110001
Octal274313361

Shades and tints

Shades of #BCCBF1

#BCCBF1
(188,203,241)
#ABB9DC
(171,185,220)
#9AA7C7
(154,167,199)
#8995B2
(137,149,178)
#78839D
(120,131,157)
#677188
(103,113,136)
#565F73
(86,95,115)
#454D5E
(69,77,94)
#343B49
(52,59,73)
#232934
(35,41,52)
#12171F
(18,23,31)
#000000
(0,0,0)

Tints of #BCCBF1

#BCCBF1
(188,203,241)
#C2CFF2
(194,207,242)
#C8D3F3
(200,211,243)
#CED7F4
(206,215,244)
#D4DBF5
(212,219,245)
#DADFF6
(218,223,246)
#E0E3F7
(224,227,247)
#E6E7F8
(230,231,248)
#ECEBF9
(236,235,249)
#F2EFFA
(242,239,250)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCBF1; }

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

This text font color is #BCCBF1.


Background Color

.myBgColor { background-color: #BCCBF1; }

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

This div background color is #BCCBF1.


Border color

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

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

This div border color is #BCCBF1.


Opacity

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

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

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

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

This text has shadow with #BCCBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCBF1 on black background.


Color preview on white background

This text has color #BCCBF1 on white background.



Black color preview on #BCCBF1 background

This text has black color on #BCCBF1 background.


White color preview on #BCCBF1 background

This text has white color on #BCCBF1 background.