COLOR #BDF8EA

HEX: #BDF8EA RGB: (189,248,234)

Color info

#BDF8EA contains red, green and blue colors in about the same proportion. Web safe color of #BDF8EA is #CCFFFF (or #CFF).

RGB color model

#BDF8EA color RGB value is (189,248,234).

RGB: (189,248,234) (74%, 97%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 248 of 255 = 97%
B 234 of 255 = 92%

189
248
234

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

Portions of RGB colors in percentages

R + G + B = 189 + 248 + 234 = 671 (100%)
R 189 of 671 ~ 28.17%
G 248 of 671 ~ 36.96%
B 234 of 671 ~ 34.87'%

%28.17
%36.96
%34.87

CMYK color model

#BDF8EA color CMYK value is (24,0,6,3).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 5.65%
  • key color value is 2.75%

CMYK: (24,0,6,3)
C24M0Y6K3 (24%, 0%, 6%, 3%)
(0.24 / 0.00 / 0.06 / 0.03)

CMYK percentages

%23.79
%0
%5.65
%2.75

Codes

Color #BDF8EA in popluar color models

BD F8 EA
RGB 189 248 234
HSL 166° 80.82% 85.69%
HSB/HSV 166° 23.79% 97.25%
CMYK 23.79% 0.00% 5.65%
2.75%

Color #BDF8EA in popluar number systems.

HEX BD F8 EA
Decimal 189 248 234
Binary 10111101 11111000 11101010
Octal 275 370 352

Shades and tints

Shades of #BDF8EA

#BDF8EA
(189,248,234)
#ACE2D5
(172,226,213)
#9BCCC0
(155,204,192)
#8AB6AB
(138,182,171)
#79A096
(121,160,150)
#688A81
(104,138,129)
#57746C
(87,116,108)
#465E57
(70,94,87)
#354842
(53,72,66)
#24322D
(36,50,45)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #BDF8EA

#BDF8EA
(189,248,234)
#C3F8EB
(195,248,235)
#C9F8EC
(201,248,236)
#CFF8ED
(207,248,237)
#D5F8EE
(213,248,238)
#DBF8EF
(219,248,239)
#E1F8F0
(225,248,240)
#E7F8F1
(231,248,241)
#EDF8F2
(237,248,242)
#F3F8F3
(243,248,243)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF8EA; }

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

This text font color is #BDF8EA.

Background Color

.myBgColor { background-color: #BDF8EA; }

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

This div background color is #BDF8EA.

Border color

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

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

This div border color is #BDF8EA.

Opacity

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

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

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

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

This text has shadow with #BDF8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF8EA.

Preview

Color preview on black background

This text has color #BDF8EA on black background.


Color preview on white background

This text has color #BDF8EA on white background.


Black color preview on #BDF8EA background

This text has black color on #BDF8EA background.


White color preview on #BDF8EA background

This text has white color on #BDF8EA background.


Related colors

Complementary color

Complementary color for #hex is #420715.


I love getcolorcode.com

Triadic colors

1 #EABDF8 and #F8EABD with #BDF8EA are triadic colors.

2 #EAF8BD and #F8BDEA with #BDF8EA are triadic colors.