COLOR #BDFAF9

HEX: #BDFAF9
RGB: (189,250,249)

Color info

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

RGB color model

#BDFAF9 color RGB value is (189,250,249).

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

RGB channels and saturation

R 189 of 255 = 74%
G 250 of 255 = 98%
B 249 of 255 = 98%

189
250
249

R + G + B ~ 90%. #BDFAF9 is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 250 + 249 = 688 (100%)
R 189 of 688 ~ 27.47%
G 250 of 688 ~ 36.34%
B 249 of 688 ~ 36.19%

%27.47
%36.34
%36.19

CMYK color model

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

  • cyan value is 24.40%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 1.96%
CMYK:
(24,0,0,2)
C24M0Y0K2 
(24%,0%,0%,2%)
(0.24/0.00/0.00/0.02)	

CMYK percentages

%24.4
%0
%0.4
%1.96

Codes

Color #BDFAF9 in popluar color models

BDFAF9
RGB189250249
HSL179°85.92%86.08%
HSB/HSV179°24.40%98.04%
CMYK24.40%0.00%0.40%
1.96%

Color #BDFAF9 in popluar number systems.

HEXBDFAF9
Decimal189250249
Binary101111011111101011111001
Octal275372371

Shades and tints

Shades of #BDFAF9

#BDFAF9
(189,250,249)
#ACE4E3
(172,228,227)
#9BCECD
(155,206,205)
#8AB8B7
(138,184,183)
#79A2A1
(121,162,161)
#688C8B
(104,140,139)
#577675
(87,118,117)
#46605F
(70,96,95)
#354A49
(53,74,73)
#243433
(36,52,51)
#131E1D
(19,30,29)
#000000
(0,0,0)

Tints of #BDFAF9

#BDFAF9
(189,250,249)
#C3FAF9
(195,250,249)
#C9FAF9
(201,250,249)
#CFFAF9
(207,250,249)
#D5FAF9
(213,250,249)
#DBFAF9
(219,250,249)
#E1FAF9
(225,250,249)
#E7FAF9
(231,250,249)
#EDFAF9
(237,250,249)
#F3FAF9
(243,250,249)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDFAF9; }

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

This text font color is #BDFAF9.


Background Color

.myBgColor { background-color: #BDFAF9; }

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

This div background color is #BDFAF9.


Border color

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

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

This div border color is #BDFAF9.


Opacity

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

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

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

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

This text has shadow with #BDFAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDFAF9 on black background.


Color preview on white background

This text has color #BDFAF9 on white background.



Black color preview on #BDFAF9 background

This text has black color on #BDFAF9 background.


White color preview on #BDFAF9 background

This text has white color on #BDFAF9 background.