COLOR #BDF1E8

HEX: #BDF1E8 RGB: (189,241,232)

Color info

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

RGB color model

#BDF1E8 color RGB value is (189,241,232).

RGB: (189,241,232) (74%, 95%, 91%)

RGB channels and saturation

R 189 of 255 = 74%
G 241 of 255 = 95%
B 232 of 255 = 91%

189
241
232

R + G + B ~ 87%. #BDF1E8 is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 241 + 232 = 662 (100%)
R 189 of 662 ~ 28.55%
G 241 of 662 ~ 36.4%
B 232 of 662 ~ 35.05'%

%28.55
%36.4
%35.05

CMYK color model

#BDF1E8 color CMYK value is (22,0,4,5).

  • cyan value is 21.58%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 5.49%

CMYK: (22,0,4,5)
C22M0Y4K5 (22%, 0%, 4%, 5%)
(0.22 / 0.00 / 0.04 / 0.05)

CMYK percentages

%21.58
%0
%3.73
%5.49

Codes

Color #BDF1E8 in popluar color models

BD F1 E8
RGB 189 241 232
HSL 170° 65.00% 84.31%
HSB/HSV 170° 21.58% 94.51%
CMYK 21.58% 0.00% 3.73%
5.49%

Color #BDF1E8 in popluar number systems.

HEX BD F1 E8
Decimal 189 241 232
Binary 10111101 11110001 11101000
Octal 275 361 350

Shades and tints

Shades of #BDF1E8

#BDF1E8
(189,241,232)
#ACDCD3
(172,220,211)
#9BC7BE
(155,199,190)
#8AB2A9
(138,178,169)
#799D94
(121,157,148)
#68887F
(104,136,127)
#57736A
(87,115,106)
#465E55
(70,94,85)
#354940
(53,73,64)
#24342B
(36,52,43)
#131F16
(19,31,22)
#000000
(0,0,0)

Tints of #BDF1E8

#BDF1E8
(189,241,232)
#C3F2EA
(195,242,234)
#C9F3EC
(201,243,236)
#CFF4EE
(207,244,238)
#D5F5F0
(213,245,240)
#DBF6F2
(219,246,242)
#E1F7F4
(225,247,244)
#E7F8F6
(231,248,246)
#EDF9F8
(237,249,248)
#F3FAFA
(243,250,250)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDF1E8; }

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

This text font color is #BDF1E8.

Background Color

.myBgColor { background-color: #BDF1E8; }

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

This div background color is #BDF1E8.

Border color

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

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

This div border color is #BDF1E8.

Opacity

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

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

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

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

This text has shadow with #BDF1E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDF1E8.

Preview

Color preview on black background

This text has color #BDF1E8 on black background.


Color preview on white background

This text has color #BDF1E8 on white background.


Black color preview on #BDF1E8 background

This text has black color on #BDF1E8 background.


White color preview on #BDF1E8 background

This text has white color on #BDF1E8 background.


Related colors

Complementary color

Complementary color for #hex is #420E17.


I love getcolorcode.com

Triadic colors

1 #E8BDF1 and #F1E8BD with #BDF1E8 are triadic colors.

2 #E8F1BD and #F1BDE8 with #BDF1E8 are triadic colors.