COLOR #BFD2F0

HEX: #BFD2F0
RGB: (191,210,240)

Color info

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

RGB color model

#BFD2F0 color RGB value is (191,210,240).

  • red value is 191;
  • green value is 210;
  • blue value is 240.
RGB:
(191,210,240)
(75%,82%,94%)

RGB channels and saturation

R 191 of 255 = 75%
G 210 of 255 = 82%
B 240 of 255 = 94%

191
210
240

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

Portions of RGB colors in percentages

R + G + B =
191 + 210 + 240 = 641 (100%)
R 191 of 641 ~ 29.8%
G 210 of 641 ~ 32.76%
B 240 of 641 ~ 37.44%

%29.8
%32.76
%37.44

CMYK color model

#BFD2F0 color CMYK value is (20,13,0,6).

  • cyan value is 20.42%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(20,13,0,6)
C20M13Y0K6 
(20%,13%,0%,6%)
(0.20/0.13/0.00/0.06)	

CMYK percentages

%20.42
%12.5
%0
%5.88

Codes

Color #BFD2F0 in popluar color models

BFD2F0
RGB191210240
HSL217°62.03%84.51%
HSB/HSV217°20.42%94.12%
CMYK20.42%12.50%0.00%
5.88%

Color #BFD2F0 in popluar number systems.

HEXBFD2F0
Decimal191210240
Binary101111111101001011110000
Octal277322360

Shades and tints

Shades of #BFD2F0

#BFD2F0
(191,210,240)
#AEBFDB
(174,191,219)
#9DACC6
(157,172,198)
#8C99B1
(140,153,177)
#7B869C
(123,134,156)
#6A7387
(106,115,135)
#596072
(89,96,114)
#484D5D
(72,77,93)
#373A48
(55,58,72)
#262733
(38,39,51)
#15141E
(21,20,30)
#000000
(0,0,0)

Tints of #BFD2F0

#BFD2F0
(191,210,240)
#C4D6F1
(196,214,241)
#C9DAF2
(201,218,242)
#CEDEF3
(206,222,243)
#D3E2F4
(211,226,244)
#D8E6F5
(216,230,245)
#DDEAF6
(221,234,246)
#E2EEF7
(226,238,247)
#E7F2F8
(231,242,248)
#ECF6F9
(236,246,249)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD2F0 color. Also use rgb(191,210,240) instead hex code.

Text Font Color

.myTextColor { color: #BFD2F0; }

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

This text font color is #BFD2F0.


Background Color

.myBgColor { background-color: #BFD2F0; }

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

This div background color is #BFD2F0.


Border color

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

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

This div border color is #BFD2F0.


Opacity

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

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

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

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

This text has shadow with #BFD2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD2F0 on black background.


Color preview on white background

This text has color #BFD2F0 on white background.



Black color preview on #BFD2F0 background

This text has black color on #BFD2F0 background.


White color preview on #BFD2F0 background

This text has white color on #BFD2F0 background.