COLOR #BDF9EA

HEX: #BDF9EA RGB: (189,249,234)

Color info

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

RGB color model

#BDF9EA color RGB value is (189,249,234).

RGB: (189,249,234) (74%, 98%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 249 of 255 = 98%
B 234 of 255 = 92%

189
249
234

R + G + B ~ 88%. #BDF9EA is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 249 + 234 = 672 (100%)
R 189 of 672 ~ 28.13%
G 249 of 672 ~ 37.05%
B 234 of 672 ~ 34.82'%

%28.13
%37.05
%34.82

CMYK color model

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

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 2.35%

CMYK: (24,0,6,2)
C24M0Y6K2 (24%, 0%, 6%, 2%)
(0.24 / 0.00 / 0.06 / 0.02)

CMYK percentages

%24.1
%0
%6.02
%2.35

Codes

Color #BDF9EA in popluar color models

BD F9 EA
RGB 189 249 234
HSL 165° 83.33% 85.88%
HSB/HSV 165° 24.10% 97.65%
CMYK 24.10% 0.00% 6.02%
2.35%

Color #BDF9EA in popluar number systems.

HEX BD F9 EA
Decimal 189 249 234
Binary 10111101 11111001 11101010
Octal 275 371 352

Shades and tints

Shades of #BDF9EA

#BDF9EA
(189,249,234)
#ACE3D5
(172,227,213)
#9BCDC0
(155,205,192)
#8AB7AB
(138,183,171)
#79A196
(121,161,150)
#688B81
(104,139,129)
#57756C
(87,117,108)
#465F57
(70,95,87)
#354942
(53,73,66)
#24332D
(36,51,45)
#131D18
(19,29,24)
#000000
(0,0,0)

Tints of #BDF9EA

#BDF9EA
(189,249,234)
#C3F9EB
(195,249,235)
#C9F9EC
(201,249,236)
#CFF9ED
(207,249,237)
#D5F9EE
(213,249,238)
#DBF9EF
(219,249,239)
#E1F9F0
(225,249,240)
#E7F9F1
(231,249,241)
#EDF9F2
(237,249,242)
#F3F9F3
(243,249,243)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF9EA; }

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

This text font color is #BDF9EA.

Background Color

.myBgColor { background-color: #BDF9EA; }

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

This div background color is #BDF9EA.

Border color

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

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

This div border color is #BDF9EA.

Opacity

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

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

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

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

This text has shadow with #BDF9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF9EA.

Preview

Color preview on black background

This text has color #BDF9EA on black background.


Color preview on white background

This text has color #BDF9EA on white background.


Black color preview on #BDF9EA background

This text has black color on #BDF9EA background.


White color preview on #BDF9EA background

This text has white color on #BDF9EA background.


Related colors

Complementary color

Complementary color for #hex is #420615.


I love getcolorcode.com

Triadic colors

1 #EABDF9 and #F9EABD with #BDF9EA are triadic colors.

2 #EAF9BD and #F9BDEA with #BDF9EA are triadic colors.