COLOR #BDEBC9

HEX: #BDEBC9 RGB: (189,235,201)

Color info

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

RGB color model

#BDEBC9 color RGB value is (189,235,201).

RGB: (189,235,201) (74%, 92%, 79%)

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 201 of 255 = 79%

189
235
201

R + G + B ~ 82%. #BDEBC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 235 + 201 = 625 (100%)
R 189 of 625 ~ 30.24%
G 235 of 625 ~ 37.6%
B 201 of 625 ~ 32.16'%

%30.24
%37.6
%32.16

CMYK color model

#BDEBC9 color CMYK value is (20,0,14,8).

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

CMYK: (20,0,14,8)
C20M0Y14K8 (20%, 0%, 14%, 8%)
(0.20 / 0.00 / 0.14 / 0.08)

CMYK percentages

%19.57
%0
%14.47
%7.84

Codes

Color #BDEBC9 in popluar color models

BD EB C9
RGB 189 235 201
HSL 136° 53.49% 83.14%
HSB/HSV 136° 19.57% 92.16%
CMYK 19.57% 0.00% 14.47%
7.84%

Color #BDEBC9 in popluar number systems.

HEX BD EB C9
Decimal 189 235 201
Binary 10111101 11101011 11001001
Octal 275 353 311

Shades and tints

Shades of #BDEBC9

#BDEBC9
(189,235,201)
#ACD6B7
(172,214,183)
#9BC1A5
(155,193,165)
#8AAC93
(138,172,147)
#799781
(121,151,129)
#68826F
(104,130,111)
#576D5D
(87,109,93)
#46584B
(70,88,75)
#354339
(53,67,57)
#242E27
(36,46,39)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #BDEBC9

#BDEBC9
(189,235,201)
#C3ECCD
(195,236,205)
#C9EDD1
(201,237,209)
#CFEED5
(207,238,213)
#D5EFD9
(213,239,217)
#DBF0DD
(219,240,221)
#E1F1E1
(225,241,225)
#E7F2E5
(231,242,229)
#EDF3E9
(237,243,233)
#F3F4ED
(243,244,237)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEBC9; }

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

This text font color is #BDEBC9.

Background Color

.myBgColor { background-color: #BDEBC9; }

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

This div background color is #BDEBC9.

Border color

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

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

This div border color is #BDEBC9.

Opacity

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

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

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

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

This text has shadow with #BDEBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEBC9.

Preview

Color preview on black background

This text has color #BDEBC9 on black background.


Color preview on white background

This text has color #BDEBC9 on white background.


Black color preview on #BDEBC9 background

This text has black color on #BDEBC9 background.


White color preview on #BDEBC9 background

This text has white color on #BDEBC9 background.


Related colors

Complementary color

Complementary color for #hex is #421436.


I love getcolorcode.com

Triadic colors

1 #C9BDEB and #EBC9BD with #BDEBC9 are triadic colors.

2 #C9EBBD and #EBBDC9 with #BDEBC9 are triadic colors.