COLOR #BFC4E0

HEX: #BFC4E0
RGB: (191,196,224)

Color info

#BFC4E0 contains red, green and blue colors in about the same proportion. Web safe color of #BFC4E0 is #CCCCCC (or #CCC).

RGB color model

#BFC4E0 color RGB value is (191,196,224).

  • red value is 191;
  • green value is 196;
  • blue value is 224.
RGB:
(191,196,224)
(75%,77%,88%)

RGB channels and saturation

R 191 of 255 = 75%
G 196 of 255 = 77%
B 224 of 255 = 88%

191
196
224

R + G + B ~ 80%. #BFC4E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 196 + 224 = 611 (100%)
R 191 of 611 ~ 31.26%
G 196 of 611 ~ 32.08%
B 224 of 611 ~ 36.66%

%31.26
%32.08
%36.66

CMYK color model

#BFC4E0 color CMYK value is (15,13,0,12).

  • cyan value is 14.73%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(15,13,0,12)
C15M13Y0K12 
(15%,13%,0%,12%)
(0.15/0.13/0.00/0.12)	

CMYK percentages

%14.73
%12.5
%0
%12.16

Codes

Color #BFC4E0 in popluar color models

BFC4E0
RGB191196224
HSL231°34.74%81.37%
HSB/HSV231°14.73%87.84%
CMYK14.73%12.50%0.00%
12.16%

Color #BFC4E0 in popluar number systems.

HEXBFC4E0
Decimal191196224
Binary101111111100010011100000
Octal277304340

Shades and tints

Shades of #BFC4E0

#BFC4E0
(191,196,224)
#AEB3CC
(174,179,204)
#9DA2B8
(157,162,184)
#8C91A4
(140,145,164)
#7B8090
(123,128,144)
#6A6F7C
(106,111,124)
#595E68
(89,94,104)
#484D54
(72,77,84)
#373C40
(55,60,64)
#262B2C
(38,43,44)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #BFC4E0

#BFC4E0
(191,196,224)
#C4C9E2
(196,201,226)
#C9CEE4
(201,206,228)
#CED3E6
(206,211,230)
#D3D8E8
(211,216,232)
#D8DDEA
(216,221,234)
#DDE2EC
(221,226,236)
#E2E7EE
(226,231,238)
#E7ECF0
(231,236,240)
#ECF1F2
(236,241,242)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC4E0 color. Also use rgb(191,196,224) instead hex code.

Text Font Color

.myTextColor { color: #BFC4E0; }

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

This text font color is #BFC4E0.


Background Color

.myBgColor { background-color: #BFC4E0; }

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

This div background color is #BFC4E0.


Border color

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

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

This div border color is #BFC4E0.


Opacity

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

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

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

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

This text has shadow with #BFC4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC4E0 on black background.


Color preview on white background

This text has color #BFC4E0 on white background.



Black color preview on #BFC4E0 background

This text has black color on #BFC4E0 background.


White color preview on #BFC4E0 background

This text has white color on #BFC4E0 background.