COLOR #BFE3F2

HEX: #BFE3F2
RGB: (191,227,242)

Color info

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

RGB color model

#BFE3F2 color RGB value is (191,227,242).

  • red value is 191;
  • green value is 227;
  • blue value is 242.
RGB:
(191,227,242)
(75%,89%,95%)

RGB channels and saturation

R 191 of 255 = 75%
G 227 of 255 = 89%
B 242 of 255 = 95%

191
227
242

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

Portions of RGB colors in percentages

R + G + B =
191 + 227 + 242 = 660 (100%)
R 191 of 660 ~ 28.94%
G 227 of 660 ~ 34.39%
B 242 of 660 ~ 36.67%

%28.94
%34.39
%36.67

CMYK color model

#BFE3F2 color CMYK value is (21,6,0,5).

  • cyan value is 21.07%
  • magenta value is 6.20%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(21,6,0,5)
C21M6Y0K5 
(21%,6%,0%,5%)
(0.21/0.06/0.00/0.05)	

CMYK percentages

%21.07
%6.2
%0
%5.1

Codes

Color #BFE3F2 in popluar color models

BFE3F2
RGB191227242
HSL198°66.23%84.90%
HSB/HSV198°21.07%94.90%
CMYK21.07%6.20%0.00%
5.10%

Color #BFE3F2 in popluar number systems.

HEXBFE3F2
Decimal191227242
Binary101111111110001111110010
Octal277343362

Shades and tints

Shades of #BFE3F2

#BFE3F2
(191,227,242)
#AECFDC
(174,207,220)
#9DBBC6
(157,187,198)
#8CA7B0
(140,167,176)
#7B939A
(123,147,154)
#6A7F84
(106,127,132)
#596B6E
(89,107,110)
#485758
(72,87,88)
#374342
(55,67,66)
#262F2C
(38,47,44)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #BFE3F2

#BFE3F2
(191,227,242)
#C4E5F3
(196,229,243)
#C9E7F4
(201,231,244)
#CEE9F5
(206,233,245)
#D3EBF6
(211,235,246)
#D8EDF7
(216,237,247)
#DDEFF8
(221,239,248)
#E2F1F9
(226,241,249)
#E7F3FA
(231,243,250)
#ECF5FB
(236,245,251)
#F1F7FC
(241,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE3F2 color. Also use rgb(191,227,242) instead hex code.

Text Font Color

.myTextColor { color: #BFE3F2; }

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

This text font color is #BFE3F2.


Background Color

.myBgColor { background-color: #BFE3F2; }

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

This div background color is #BFE3F2.


Border color

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

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

This div border color is #BFE3F2.


Opacity

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

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

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

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

This text has shadow with #BFE3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE3F2 on black background.


Color preview on white background

This text has color #BFE3F2 on white background.



Black color preview on #BFE3F2 background

This text has black color on #BFE3F2 background.


White color preview on #BFE3F2 background

This text has white color on #BFE3F2 background.