COLOR #BDFCE6

HEX: #BDFCE6 RGB: (189,252,230)

Color info

#BDFCE6 contains mainly green and blue colors. Web safe color of #BDFCE6 is #CCFFCC (or #CFC).

RGB color model

#BDFCE6 color RGB value is (189,252,230).

RGB: (189,252,230) (74%, 99%, 90%)

RGB channels and saturation

R 189 of 255 = 74%
G 252 of 255 = 99%
B 230 of 255 = 90%

189
252
230

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

Portions of RGB colors in percentages

R + G + B = 189 + 252 + 230 = 671 (100%)
R 189 of 671 ~ 28.17%
G 252 of 671 ~ 37.56%
B 230 of 671 ~ 34.28'%

%28.17
%37.56
%34.28

CMYK color model

#BDFCE6 color CMYK value is (25,0,9,1).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 8.73%
  • key color value is 1.18%

CMYK: (25,0,9,1)
C25M0Y9K1 (25%, 0%, 9%, 1%)
(0.25 / 0.00 / 0.09 / 0.01)

CMYK percentages

%25
%0
%8.73
%1.18

Codes

Color #BDFCE6 in popluar color models

BD FC E6
RGB 189 252 230
HSL 159° 91.30% 86.47%
HSB/HSV 159° 25.00% 98.82%
CMYK 25.00% 0.00% 8.73%
1.18%

Color #BDFCE6 in popluar number systems.

HEX BD FC E6
Decimal 189 252 230
Binary 10111101 11111100 11100110
Octal 275 374 346

Shades and tints

Shades of #BDFCE6

#BDFCE6
(189,252,230)
#ACE6D2
(172,230,210)
#9BD0BE
(155,208,190)
#8ABAAA
(138,186,170)
#79A496
(121,164,150)
#688E82
(104,142,130)
#57786E
(87,120,110)
#46625A
(70,98,90)
#354C46
(53,76,70)
#243632
(36,54,50)
#13201E
(19,32,30)
#000000
(0,0,0)

Tints of #BDFCE6

#BDFCE6
(189,252,230)
#C3FCE8
(195,252,232)
#C9FCEA
(201,252,234)
#CFFCEC
(207,252,236)
#D5FCEE
(213,252,238)
#DBFCF0
(219,252,240)
#E1FCF2
(225,252,242)
#E7FCF4
(231,252,244)
#EDFCF6
(237,252,246)
#F3FCF8
(243,252,248)
#F9FCFA
(249,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDFCE6 color. Also use rgb(189,252,230) instead hex code.

Text Font Color

.myTextColor { color: #BDFCE6; }

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

This text font color is #BDFCE6.

Background Color

.myBgColor { background-color: #BDFCE6; }

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

This div background color is #BDFCE6.

Border color

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

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

This div border color is #BDFCE6.

Opacity

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

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

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

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

This text has shadow with #BDFCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDFCE6.

Preview

Color preview on black background

This text has color #BDFCE6 on black background.


Color preview on white background

This text has color #BDFCE6 on white background.


Black color preview on #BDFCE6 background

This text has black color on #BDFCE6 background.


White color preview on #BDFCE6 background

This text has white color on #BDFCE6 background.


Related colors

Complementary color

Complementary color for #hex is #420319.


I love getcolorcode.com

Triadic colors

1 #E6BDFC and #FCE6BD with #BDFCE6 are triadic colors.

2 #E6FCBD and #FCBDE6 with #BDFCE6 are triadic colors.