COLOR #BDEBC1

HEX: #BDEBC1 RGB: (189,235,193)

Color info

#BDEBC1 contains red, green and blue colors in about the same proportion. Web safe color of #BDEBC1 is #CCFFCC (or #CFC).

RGB color model

#BDEBC1 color RGB value is (189,235,193).

RGB: (189,235,193) (74%, 92%, 76%)

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 193 of 255 = 76%

189
235
193

R + G + B ~ 81%. #BDEBC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 235 + 193 = 617 (100%)
R 189 of 617 ~ 30.63%
G 235 of 617 ~ 38.09%
B 193 of 617 ~ 31.28'%

%30.63
%38.09
%31.28

CMYK color model

#BDEBC1 color CMYK value is (20,0,18,8).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 17.87%
  • key color value is 7.84%

CMYK: (20,0,18,8)
C20M0Y18K8 (20%, 0%, 18%, 8%)
(0.20 / 0.00 / 0.18 / 0.08)

CMYK percentages

%19.57
%0
%17.87
%7.84

Codes

Color #BDEBC1 in popluar color models

BD EB C1
RGB 189 235 193
HSL 125° 53.49% 83.14%
HSB/HSV 125° 19.57% 92.16%
CMYK 19.57% 0.00% 17.87%
7.84%

Color #BDEBC1 in popluar number systems.

HEX BD EB C1
Decimal 189 235 193
Binary 10111101 11101011 11000001
Octal 275 353 301

Shades and tints

Shades of #BDEBC1

#BDEBC1
(189,235,193)
#ACD6B0
(172,214,176)
#9BC19F
(155,193,159)
#8AAC8E
(138,172,142)
#79977D
(121,151,125)
#68826C
(104,130,108)
#576D5B
(87,109,91)
#46584A
(70,88,74)
#354339
(53,67,57)
#242E28
(36,46,40)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #BDEBC1

#BDEBC1
(189,235,193)
#C3ECC6
(195,236,198)
#C9EDCB
(201,237,203)
#CFEED0
(207,238,208)
#D5EFD5
(213,239,213)
#DBF0DA
(219,240,218)
#E1F1DF
(225,241,223)
#E7F2E4
(231,242,228)
#EDF3E9
(237,243,233)
#F3F4EE
(243,244,238)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEBC1 color. Also use rgb(189,235,193) instead hex code.

Text Font Color

.myTextColor { color: #BDEBC1; }

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

This text font color is #BDEBC1.

Background Color

.myBgColor { background-color: #BDEBC1; }

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

This div background color is #BDEBC1.

Border color

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

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

This div border color is #BDEBC1.

Opacity

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

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

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

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

This text has shadow with #BDEBC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEBC1.

Preview

Color preview on black background

This text has color #BDEBC1 on black background.


Color preview on white background

This text has color #BDEBC1 on white background.


Black color preview on #BDEBC1 background

This text has black color on #BDEBC1 background.


White color preview on #BDEBC1 background

This text has white color on #BDEBC1 background.


Related colors

Complementary color

Complementary color for #hex is #42143E.


I love getcolorcode.com

Triadic colors

1 #C1BDEB and #EBC1BD with #BDEBC1 are triadic colors.

2 #C1EBBD and #EBBDC1 with #BDEBC1 are triadic colors.