COLOR #BCC5F2

HEX: #BCC5F2
RGB: (188,197,242)

Color info

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

RGB color model

#BCC5F2 color RGB value is (188,197,242).

  • red value is 188;
  • green value is 197;
  • blue value is 242.
RGB:
(188,197,242)
(74%,77%,95%)

RGB channels and saturation

R 188 of 255 = 74%
G 197 of 255 = 77%
B 242 of 255 = 95%

188
197
242

R + G + B ~ 82%. #BCC5F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 197 + 242 = 627 (100%)
R 188 of 627 ~ 29.98%
G 197 of 627 ~ 31.42%
B 242 of 627 ~ 38.6%

%29.98
%31.42
%38.6

CMYK color model

#BCC5F2 color CMYK value is (22,19,0,5).

  • cyan value is 22.31%
  • magenta value is 18.60%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(22,19,0,5)
C22M19Y0K5 
(22%,19%,0%,5%)
(0.22/0.19/0.00/0.05)	

CMYK percentages

%22.31
%18.6
%0
%5.1

Codes

Color #BCC5F2 in popluar color models

BCC5F2
RGB188197242
HSL230°67.50%84.31%
HSB/HSV230°22.31%94.90%
CMYK22.31%18.60%0.00%
5.10%

Color #BCC5F2 in popluar number systems.

HEXBCC5F2
Decimal188197242
Binary101111001100010111110010
Octal274305362

Shades and tints

Shades of #BCC5F2

#BCC5F2
(188,197,242)
#ABB4DC
(171,180,220)
#9AA3C6
(154,163,198)
#8992B0
(137,146,176)
#78819A
(120,129,154)
#677084
(103,112,132)
#565F6E
(86,95,110)
#454E58
(69,78,88)
#343D42
(52,61,66)
#232C2C
(35,44,44)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #BCC5F2

#BCC5F2
(188,197,242)
#C2CAF3
(194,202,243)
#C8CFF4
(200,207,244)
#CED4F5
(206,212,245)
#D4D9F6
(212,217,246)
#DADEF7
(218,222,247)
#E0E3F8
(224,227,248)
#E6E8F9
(230,232,249)
#ECEDFA
(236,237,250)
#F2F2FB
(242,242,251)
#F8F7FC
(248,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC5F2 color. Also use rgb(188,197,242) instead hex code.

Text Font Color

.myTextColor { color: #BCC5F2; }

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

This text font color is #BCC5F2.


Background Color

.myBgColor { background-color: #BCC5F2; }

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

This div background color is #BCC5F2.


Border color

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

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

This div border color is #BCC5F2.


Opacity

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

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

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

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

This text has shadow with #BCC5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC5F2 on black background.


Color preview on white background

This text has color #BCC5F2 on white background.



Black color preview on #BCC5F2 background

This text has black color on #BCC5F2 background.


White color preview on #BCC5F2 background

This text has white color on #BCC5F2 background.