COLOR #BFCEF1

HEX: #BFCEF1
RGB: (191,206,241)

Color info

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

RGB color model

#BFCEF1 color RGB value is (191,206,241).

  • red value is 191;
  • green value is 206;
  • blue value is 241.
RGB:
(191,206,241)
(75%,81%,95%)

RGB channels and saturation

R 191 of 255 = 75%
G 206 of 255 = 81%
B 241 of 255 = 95%

191
206
241

R + G + B ~ 84%. #BFCEF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 206 + 241 = 638 (100%)
R 191 of 638 ~ 29.94%
G 206 of 638 ~ 32.29%
B 241 of 638 ~ 37.77%

%29.94
%32.29
%37.77

CMYK color model

#BFCEF1 color CMYK value is (21,15,0,5).

  • cyan value is 20.75%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(21,15,0,5)
C21M15Y0K5 
(21%,15%,0%,5%)
(0.21/0.15/0.00/0.05)	

CMYK percentages

%20.75
%14.52
%0
%5.49

Codes

Color #BFCEF1 in popluar color models

BFCEF1
RGB191206241
HSL222°64.10%84.71%
HSB/HSV222°20.75%94.51%
CMYK20.75%14.52%0.00%
5.49%

Color #BFCEF1 in popluar number systems.

HEXBFCEF1
Decimal191206241
Binary101111111100111011110001
Octal277316361

Shades and tints

Shades of #BFCEF1

#BFCEF1
(191,206,241)
#AEBCDC
(174,188,220)
#9DAAC7
(157,170,199)
#8C98B2
(140,152,178)
#7B869D
(123,134,157)
#6A7488
(106,116,136)
#596273
(89,98,115)
#48505E
(72,80,94)
#373E49
(55,62,73)
#262C34
(38,44,52)
#151A1F
(21,26,31)
#000000
(0,0,0)

Tints of #BFCEF1

#BFCEF1
(191,206,241)
#C4D2F2
(196,210,242)
#C9D6F3
(201,214,243)
#CEDAF4
(206,218,244)
#D3DEF5
(211,222,245)
#D8E2F6
(216,226,246)
#DDE6F7
(221,230,247)
#E2EAF8
(226,234,248)
#E7EEF9
(231,238,249)
#ECF2FA
(236,242,250)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCEF1 color. Also use rgb(191,206,241) instead hex code.

Text Font Color

.myTextColor { color: #BFCEF1; }

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

This text font color is #BFCEF1.


Background Color

.myBgColor { background-color: #BFCEF1; }

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

This div background color is #BFCEF1.


Border color

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

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

This div border color is #BFCEF1.


Opacity

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

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

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

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

This text has shadow with #BFCEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCEF1 on black background.


Color preview on white background

This text has color #BFCEF1 on white background.



Black color preview on #BFCEF1 background

This text has black color on #BFCEF1 background.


White color preview on #BFCEF1 background

This text has white color on #BFCEF1 background.