COLOR #BFE4F8

HEX: #BFE4F8 RGB: (191,228,248)

Color info

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

RGB color model

#BFE4F8 color RGB value is (191,228,248).

RGB: (191,228,248) (75%, 89%, 97%)

RGB channels and saturation

R 191 of 255 = 75%
G 228 of 255 = 89%
B 248 of 255 = 97%

191
228
248

R + G + B ~ 87%. #BFE4F8 is light color.

Portions of RGB colors in percentages

R + G + B = 191 + 228 + 248 = 667 (100%)
R 191 of 667 ~ 28.64%
G 228 of 667 ~ 34.18%
B 248 of 667 ~ 37.18'%

%28.64
%34.18
%37.18

CMYK color model

#BFE4F8 color CMYK value is (23,8,0,3).

  • cyan value is 22.98%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (23,8,0,3)
C23M8Y0K3 (23%, 8%, 0%, 3%)
(0.23 / 0.08 / 0.00 / 0.03)

CMYK percentages

%22.98
%8.06
%0
%2.75

Codes

Color #BFE4F8 in popluar color models

BF E4 F8
RGB 191 228 248
HSL 201° 80.28% 86.08%
HSB/HSV 201° 22.98% 97.25%
CMYK 22.98% 8.06% 0.00%
2.75%

Color #BFE4F8 in popluar number systems.

HEX BF E4 F8
Decimal 191 228 248
Binary 10111111 11100100 11111000
Octal 277 344 370

Shades and tints

Shades of #BFE4F8

#BFE4F8
(191,228,248)
#AED0E2
(174,208,226)
#9DBCCC
(157,188,204)
#8CA8B6
(140,168,182)
#7B94A0
(123,148,160)
#6A808A
(106,128,138)
#596C74
(89,108,116)
#48585E
(72,88,94)
#374448
(55,68,72)
#263032
(38,48,50)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #BFE4F8

#BFE4F8
(191,228,248)
#C4E6F8
(196,230,248)
#C9E8F8
(201,232,248)
#CEEAF8
(206,234,248)
#D3ECF8
(211,236,248)
#D8EEF8
(216,238,248)
#DDF0F8
(221,240,248)
#E2F2F8
(226,242,248)
#E7F4F8
(231,244,248)
#ECF6F8
(236,246,248)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE4F8 color. Also use rgb(191,228,248) instead hex code.

Text Font Color

.myTextColor { color: #BFE4F8; }

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

This text font color is #BFE4F8.

Background Color

.myBgColor { background-color: #BFE4F8; }

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

This div background color is #BFE4F8.

Border color

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

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

This div border color is #BFE4F8.

Opacity

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

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

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

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

This text has shadow with #BFE4F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE4F8.

Preview

Color preview on black background

This text has color #BFE4F8 on black background.


Color preview on white background

This text has color #BFE4F8 on white background.


Black color preview on #BFE4F8 background

This text has black color on #BFE4F8 background.


White color preview on #BFE4F8 background

This text has white color on #BFE4F8 background.


Related colors

Complementary color

Complementary color for #hex is #401B07.


I love getcolorcode.com

Triadic colors

1 #F8BFE4 and #E4F8BF with #BFE4F8 are triadic colors.

2 #F8E4BF and #E4BFF8 with #BFE4F8 are triadic colors.