COLOR #BDF1F9

HEX: #BDF1F9
RGB: (189,241,249)

Color info

#BDF1F9 contains mainly green and blue colors. Web safe color of #BDF1F9 is #CCFFFF (or #CFF).

RGB color model

#BDF1F9 color RGB value is (189,241,249).

  • red value is 189;
  • green value is 241;
  • blue value is 249.
RGB:
(189,241,249)
(74%,95%,98%)

RGB channels and saturation

R 189 of 255 = 74%
G 241 of 255 = 95%
B 249 of 255 = 98%

189
241
249

R + G + B ~ 89%. #BDF1F9 is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 241 + 249 = 679 (100%)
R 189 of 679 ~ 27.84%
G 241 of 679 ~ 35.49%
B 249 of 679 ~ 36.67%

%27.84
%35.49
%36.67

CMYK color model

#BDF1F9 color CMYK value is (24,3,0,2).

  • cyan value is 24.10%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(24,3,0,2)
C24M3Y0K2 
(24%,3%,0%,2%)
(0.24/0.03/0.00/0.02)	

CMYK percentages

%24.1
%3.21
%0
%2.35

Codes

Color #BDF1F9 in popluar color models

BDF1F9
RGB189241249
HSL188°83.33%85.88%
HSB/HSV188°24.10%97.65%
CMYK24.10%3.21%0.00%
2.35%

Color #BDF1F9 in popluar number systems.

HEXBDF1F9
Decimal189241249
Binary101111011111000111111001
Octal275361371

Shades and tints

Shades of #BDF1F9

#BDF1F9
(189,241,249)
#ACDCE3
(172,220,227)
#9BC7CD
(155,199,205)
#8AB2B7
(138,178,183)
#799DA1
(121,157,161)
#68888B
(104,136,139)
#577375
(87,115,117)
#465E5F
(70,94,95)
#354949
(53,73,73)
#243433
(36,52,51)
#131F1D
(19,31,29)
#000000
(0,0,0)

Tints of #BDF1F9

#BDF1F9
(189,241,249)
#C3F2F9
(195,242,249)
#C9F3F9
(201,243,249)
#CFF4F9
(207,244,249)
#D5F5F9
(213,245,249)
#DBF6F9
(219,246,249)
#E1F7F9
(225,247,249)
#E7F8F9
(231,248,249)
#EDF9F9
(237,249,249)
#F3FAF9
(243,250,249)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF1F9 color. Also use rgb(189,241,249) instead hex code.

Text Font Color

.myTextColor { color: #BDF1F9; }

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

This text font color is #BDF1F9.


Background Color

.myBgColor { background-color: #BDF1F9; }

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

This div background color is #BDF1F9.


Border color

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

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

This div border color is #BDF1F9.


Opacity

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

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

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

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

This text has shadow with #BDF1F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF1F9 on black background.


Color preview on white background

This text has color #BDF1F9 on white background.



Black color preview on #BDF1F9 background

This text has black color on #BDF1F9 background.


White color preview on #BDF1F9 background

This text has white color on #BDF1F9 background.