COLOR #BDEBEA

HEX: #BDEBEA RGB: (189,235,234)

Color info

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

RGB color model

#BDEBEA color RGB value is (189,235,234).

RGB: (189,235,234) (74%, 92%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 234 of 255 = 92%

189
235
234

R + G + B ~ 86%. #BDEBEA is light color.

Portions of RGB colors in percentages

R + G + B = 189 + 235 + 234 = 658 (100%)
R 189 of 658 ~ 28.72%
G 235 of 658 ~ 35.71%
B 234 of 658 ~ 35.56'%

%28.72
%35.71
%35.56

CMYK color model

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

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

CMYK: (20,0,0,8)
C20M0Y0K8 (20%, 0%, 0%, 8%)
(0.20 / 0.00 / 0.00 / 0.08)

CMYK percentages

%19.57
%0
%0.43
%7.84

Codes

Color #BDEBEA in popluar color models

BD EB EA
RGB 189 235 234
HSL 179° 53.49% 83.14%
HSB/HSV 179° 19.57% 92.16%
CMYK 19.57% 0.00% 0.43%
7.84%

Color #BDEBEA in popluar number systems.

HEX BD EB EA
Decimal 189 235 234
Binary 10111101 11101011 11101010
Octal 275 353 352

Shades and tints

Shades of #BDEBEA

#BDEBEA
(189,235,234)
#ACD6D5
(172,214,213)
#9BC1C0
(155,193,192)
#8AACAB
(138,172,171)
#799796
(121,151,150)
#688281
(104,130,129)
#576D6C
(87,109,108)
#465857
(70,88,87)
#354342
(53,67,66)
#242E2D
(36,46,45)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #BDEBEA

#BDEBEA
(189,235,234)
#C3ECEB
(195,236,235)
#C9EDEC
(201,237,236)
#CFEEED
(207,238,237)
#D5EFEE
(213,239,238)
#DBF0EF
(219,240,239)
#E1F1F0
(225,241,240)
#E7F2F1
(231,242,241)
#EDF3F2
(237,243,242)
#F3F4F3
(243,244,243)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEBEA; }

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

This text font color is #BDEBEA.

Background Color

.myBgColor { background-color: #BDEBEA; }

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

This div background color is #BDEBEA.

Border color

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

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

This div border color is #BDEBEA.

Opacity

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

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

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

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

This text has shadow with #BDEBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEBEA.

Preview

Color preview on black background

This text has color #BDEBEA on black background.


Color preview on white background

This text has color #BDEBEA on white background.


Black color preview on #BDEBEA background

This text has black color on #BDEBEA background.


White color preview on #BDEBEA background

This text has white color on #BDEBEA background.


Related colors

Complementary color

Complementary color for #hex is #421415.


I love getcolorcode.com

Triadic colors

1 #EABDEB and #EBEABD with #BDEBEA are triadic colors.

2 #EAEBBD and #EBBDEA with #BDEBEA are triadic colors.