COLOR #BDEBCA

HEX: #BDEBCA
RGB: (189,235,202)

Color info

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

RGB color model

#BDEBCA color RGB value is (189,235,202).

  • red value is 189;
  • green value is 235;
  • blue value is 202.
RGB:
(189,235,202)
(74%,92%,79%)

RGB channels and saturation

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

189
235
202

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

Portions of RGB colors in percentages

R + G + B =
189 + 235 + 202 = 626 (100%)
R 189 of 626 ~ 30.19%
G 235 of 626 ~ 37.54%
B 202 of 626 ~ 32.27%

%30.19
%37.54
%32.27

CMYK color model

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

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • 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.04
%7.84

Codes

Color #BDEBCA in popluar color models

BDEBCA
RGB189235202
HSL137°53.49%83.14%
HSB/HSV137°19.57%92.16%
CMYK19.57%0.00%14.04%
7.84%

Color #BDEBCA in popluar number systems.

HEXBDEBCA
Decimal189235202
Binary101111011110101111001010
Octal275353312

Shades and tints

Shades of #BDEBCA

#BDEBCA
(189,235,202)
#ACD6B8
(172,214,184)
#9BC1A6
(155,193,166)
#8AAC94
(138,172,148)
#799782
(121,151,130)
#688270
(104,130,112)
#576D5E
(87,109,94)
#46584C
(70,88,76)
#35433A
(53,67,58)
#242E28
(36,46,40)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #BDEBCA

#BDEBCA
(189,235,202)
#C3ECCE
(195,236,206)
#C9EDD2
(201,237,210)
#CFEED6
(207,238,214)
#D5EFDA
(213,239,218)
#DBF0DE
(219,240,222)
#E1F1E2
(225,241,226)
#E7F2E6
(231,242,230)
#EDF3EA
(237,243,234)
#F3F4EE
(243,244,238)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEBCA; }

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

This text font color is #BDEBCA.


Background Color

.myBgColor { background-color: #BDEBCA; }

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

This div background color is #BDEBCA.


Border color

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

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

This div border color is #BDEBCA.


Opacity

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

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

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

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

This text has shadow with #BDEBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEBCA on black background.


Color preview on white background

This text has color #BDEBCA on white background.



Black color preview on #BDEBCA background

This text has black color on #BDEBCA background.


White color preview on #BDEBCA background

This text has white color on #BDEBCA background.