COLOR #BFE4ED

HEX: #BFE4ED RGB: (191,228,237)

Color info

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

RGB color model

#BFE4ED color RGB value is (191,228,237).

RGB: (191,228,237) (75%, 89%, 93%)

RGB channels and saturation

R 191 of 255 = 75%
G 228 of 255 = 89%
B 237 of 255 = 93%

191
228
237

R + G + B ~ 86%. #BFE4ED is light color.

Portions of RGB colors in percentages

R + G + B = 191 + 228 + 237 = 656 (100%)
R 191 of 656 ~ 29.12%
G 228 of 656 ~ 34.76%
B 237 of 656 ~ 36.13'%

%29.12
%34.76
%36.13

CMYK color model

#BFE4ED color CMYK value is (19,4,0,7).

  • cyan value is 19.41%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (19,4,0,7)
C19M4Y0K7 (19%, 4%, 0%, 7%)
(0.19 / 0.04 / 0.00 / 0.07)

CMYK percentages

%19.41
%3.8
%0
%7.06

Codes

Color #BFE4ED in popluar color models

BF E4 ED
RGB 191 228 237
HSL 192° 56.10% 83.92%
HSB/HSV 192° 19.41% 92.94%
CMYK 19.41% 3.80% 0.00%
7.06%

Color #BFE4ED in popluar number systems.

HEX BF E4 ED
Decimal 191 228 237
Binary 10111111 11100100 11101101
Octal 277 344 355

Shades and tints

Shades of #BFE4ED

#BFE4ED
(191,228,237)
#AED0D8
(174,208,216)
#9DBCC3
(157,188,195)
#8CA8AE
(140,168,174)
#7B9499
(123,148,153)
#6A8084
(106,128,132)
#596C6F
(89,108,111)
#48585A
(72,88,90)
#374445
(55,68,69)
#263030
(38,48,48)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #BFE4ED

#BFE4ED
(191,228,237)
#C4E6EE
(196,230,238)
#C9E8EF
(201,232,239)
#CEEAF0
(206,234,240)
#D3ECF1
(211,236,241)
#D8EEF2
(216,238,242)
#DDF0F3
(221,240,243)
#E2F2F4
(226,242,244)
#E7F4F5
(231,244,245)
#ECF6F6
(236,246,246)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE4ED; }

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

This text font color is #BFE4ED.

Background Color

.myBgColor { background-color: #BFE4ED; }

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

This div background color is #BFE4ED.

Border color

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

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

This div border color is #BFE4ED.

Opacity

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

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

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

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

This text has shadow with #BFE4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFE4ED.

Preview

Color preview on black background

This text has color #BFE4ED on black background.


Color preview on white background

This text has color #BFE4ED on white background.


Black color preview on #BFE4ED background

This text has black color on #BFE4ED background.


White color preview on #BFE4ED background

This text has white color on #BFE4ED background.


Related colors

Complementary color

Complementary color for #hex is #401B12.


I love getcolorcode.com

Triadic colors

1 #EDBFE4 and #E4EDBF with #BFE4ED are triadic colors.

2 #EDE4BF and #E4BFED with #BFE4ED are triadic colors.