COLOR #BFC1EE

HEX: #BFC1EE
RGB: (191,193,238)

Color info

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

RGB color model

#BFC1EE color RGB value is (191,193,238).

  • red value is 191;
  • green value is 193;
  • blue value is 238.
RGB:
(191,193,238)
(75%,76%,93%)

RGB channels and saturation

R 191 of 255 = 75%
G 193 of 255 = 76%
B 238 of 255 = 93%

191
193
238

R + G + B ~ 81%. #BFC1EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 193 + 238 = 622 (100%)
R 191 of 622 ~ 30.71%
G 193 of 622 ~ 31.03%
B 238 of 622 ~ 38.26%

%30.71
%31.03
%38.26

CMYK color model

#BFC1EE color CMYK value is (20,19,0,7).

  • cyan value is 19.75%
  • magenta value is 18.91%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(20,19,0,7)
C20M19Y0K7 
(20%,19%,0%,7%)
(0.20/0.19/0.00/0.07)	

CMYK percentages

%19.75
%18.91
%0
%6.67

Codes

Color #BFC1EE in popluar color models

BFC1EE
RGB191193238
HSL237°58.02%84.12%
HSB/HSV237°19.75%93.33%
CMYK19.75%18.91%0.00%
6.67%

Color #BFC1EE in popluar number systems.

HEXBFC1EE
Decimal191193238
Binary101111111100000111101110
Octal277301356

Shades and tints

Shades of #BFC1EE

#BFC1EE
(191,193,238)
#AEB0D9
(174,176,217)
#9D9FC4
(157,159,196)
#8C8EAF
(140,142,175)
#7B7D9A
(123,125,154)
#6A6C85
(106,108,133)
#595B70
(89,91,112)
#484A5B
(72,74,91)
#373946
(55,57,70)
#262831
(38,40,49)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #BFC1EE

#BFC1EE
(191,193,238)
#C4C6EF
(196,198,239)
#C9CBF0
(201,203,240)
#CED0F1
(206,208,241)
#D3D5F2
(211,213,242)
#D8DAF3
(216,218,243)
#DDDFF4
(221,223,244)
#E2E4F5
(226,228,245)
#E7E9F6
(231,233,246)
#ECEEF7
(236,238,247)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC1EE color. Also use rgb(191,193,238) instead hex code.

Text Font Color

.myTextColor { color: #BFC1EE; }

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

This text font color is #BFC1EE.


Background Color

.myBgColor { background-color: #BFC1EE; }

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

This div background color is #BFC1EE.


Border color

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

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

This div border color is #BFC1EE.


Opacity

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

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

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

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

This text has shadow with #BFC1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC1EE on black background.


Color preview on white background

This text has color #BFC1EE on white background.



Black color preview on #BFC1EE background

This text has black color on #BFC1EE background.


White color preview on #BFC1EE background

This text has white color on #BFC1EE background.