COLOR #BCBFFC

HEX: #BCBFFC
RGB: (188,191,252)

Color info

#BCBFFC contains mainly blue color. Web safe color of #BCBFFC is #CCCCFF (or #CCF).

RGB color model

#BCBFFC color RGB value is (188,191,252).

  • red value is 188;
  • green value is 191;
  • blue value is 252.
RGB:
(188,191,252)
(74%,75%,99%)

RGB channels and saturation

R 188 of 255 = 74%
G 191 of 255 = 75%
B 252 of 255 = 99%

188
191
252

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

Portions of RGB colors in percentages

R + G + B =
188 + 191 + 252 = 631 (100%)
R 188 of 631 ~ 29.79%
G 191 of 631 ~ 30.27%
B 252 of 631 ~ 39.94%

%29.79
%30.27
%39.94

CMYK color model

#BCBFFC color CMYK value is (25,24,0,1).

  • cyan value is 25.40%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(25,24,0,1)
C25M24Y0K1 
(25%,24%,0%,1%)
(0.25/0.24/0.00/0.01)	

CMYK percentages

%25.4
%24.21
%0
%1.18

Codes

Color #BCBFFC in popluar color models

BCBFFC
RGB188191252
HSL237°91.43%86.27%
HSB/HSV237°25.40%98.82%
CMYK25.40%24.21%0.00%
1.18%

Color #BCBFFC in popluar number systems.

HEXBCBFFC
Decimal188191252
Binary101111001011111111111100
Octal274277374

Shades and tints

Shades of #BCBFFC

#BCBFFC
(188,191,252)
#ABAEE6
(171,174,230)
#9A9DD0
(154,157,208)
#898CBA
(137,140,186)
#787BA4
(120,123,164)
#676A8E
(103,106,142)
#565978
(86,89,120)
#454862
(69,72,98)
#34374C
(52,55,76)
#232636
(35,38,54)
#121520
(18,21,32)
#000000
(0,0,0)

Tints of #BCBFFC

#BCBFFC
(188,191,252)
#C2C4FC
(194,196,252)
#C8C9FC
(200,201,252)
#CECEFC
(206,206,252)
#D4D3FC
(212,211,252)
#DAD8FC
(218,216,252)
#E0DDFC
(224,221,252)
#E6E2FC
(230,226,252)
#ECE7FC
(236,231,252)
#F2ECFC
(242,236,252)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBFFC color. Also use rgb(188,191,252) instead hex code.

Text Font Color

.myTextColor { color: #BCBFFC; }

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

This text font color is #BCBFFC.


Background Color

.myBgColor { background-color: #BCBFFC; }

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

This div background color is #BCBFFC.


Border color

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

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

This div border color is #BCBFFC.


Opacity

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

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

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

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

This text has shadow with #BCBFFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCBFFC on black background.


Color preview on white background

This text has color #BCBFFC on white background.



Black color preview on #BCBFFC background

This text has black color on #BCBFFC background.


White color preview on #BCBFFC background

This text has white color on #BCBFFC background.