COLOR #BCCFF1

HEX: #BCCFF1
RGB: (188,207,241)

Color info

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

RGB color model

#BCCFF1 color RGB value is (188,207,241).

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

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 241 of 255 = 95%

188
207
241

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

Portions of RGB colors in percentages

R + G + B =
188 + 207 + 241 = 636 (100%)
R 188 of 636 ~ 29.56%
G 207 of 636 ~ 32.55%
B 241 of 636 ~ 37.89%

%29.56
%32.55
%37.89

CMYK color model

#BCCFF1 color CMYK value is (22,14,0,5).

  • cyan value is 21.99%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(22,14,0,5)
C22M14Y0K5 
(22%,14%,0%,5%)
(0.22/0.14/0.00/0.05)	

CMYK percentages

%21.99
%14.11
%0
%5.49

Codes

Color #BCCFF1 in popluar color models

BCCFF1
RGB188207241
HSL218°65.43%84.12%
HSB/HSV218°21.99%94.51%
CMYK21.99%14.11%0.00%
5.49%

Color #BCCFF1 in popluar number systems.

HEXBCCFF1
Decimal188207241
Binary101111001100111111110001
Octal274317361

Shades and tints

Shades of #BCCFF1

#BCCFF1
(188,207,241)
#ABBDDC
(171,189,220)
#9AABC7
(154,171,199)
#8999B2
(137,153,178)
#78879D
(120,135,157)
#677588
(103,117,136)
#566373
(86,99,115)
#45515E
(69,81,94)
#343F49
(52,63,73)
#232D34
(35,45,52)
#121B1F
(18,27,31)
#000000
(0,0,0)

Tints of #BCCFF1

#BCCFF1
(188,207,241)
#C2D3F2
(194,211,242)
#C8D7F3
(200,215,243)
#CEDBF4
(206,219,244)
#D4DFF5
(212,223,245)
#DAE3F6
(218,227,246)
#E0E7F7
(224,231,247)
#E6EBF8
(230,235,248)
#ECEFF9
(236,239,249)
#F2F3FA
(242,243,250)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCFF1; }

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

This text font color is #BCCFF1.


Background Color

.myBgColor { background-color: #BCCFF1; }

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

This div background color is #BCCFF1.


Border color

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

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

This div border color is #BCCFF1.


Opacity

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

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

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

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

This text has shadow with #BCCFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCFF1 on black background.


Color preview on white background

This text has color #BCCFF1 on white background.



Black color preview on #BCCFF1 background

This text has black color on #BCCFF1 background.


White color preview on #BCCFF1 background

This text has white color on #BCCFF1 background.