COLOR #BDEBE1

HEX: #BDEBE1
RGB: (189,235,225)

Color info

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

RGB color model

#BDEBE1 color RGB value is (189,235,225).

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

RGB channels and saturation

R 189 of 255 = 74%
G 235 of 255 = 92%
B 225 of 255 = 88%

189
235
225

R + G + B ~ 85%. #BDEBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 235 + 225 = 649 (100%)
R 189 of 649 ~ 29.12%
G 235 of 649 ~ 36.21%
B 225 of 649 ~ 34.67%

%29.12
%36.21
%34.67

CMYK color model

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

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(20,0,4,8)
C20M0Y4K8 
(20%,0%,4%,8%)
(0.20/0.00/0.04/0.08)	

CMYK percentages

%19.57
%0
%4.26
%7.84

Codes

Color #BDEBE1 in popluar color models

BDEBE1
RGB189235225
HSL167°53.49%83.14%
HSB/HSV167°19.57%92.16%
CMYK19.57%0.00%4.26%
7.84%

Color #BDEBE1 in popluar number systems.

HEXBDEBE1
Decimal189235225
Binary101111011110101111100001
Octal275353341

Shades and tints

Shades of #BDEBE1

#BDEBE1
(189,235,225)
#ACD6CD
(172,214,205)
#9BC1B9
(155,193,185)
#8AACA5
(138,172,165)
#799791
(121,151,145)
#68827D
(104,130,125)
#576D69
(87,109,105)
#465855
(70,88,85)
#354341
(53,67,65)
#242E2D
(36,46,45)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #BDEBE1

#BDEBE1
(189,235,225)
#C3ECE3
(195,236,227)
#C9EDE5
(201,237,229)
#CFEEE7
(207,238,231)
#D5EFE9
(213,239,233)
#DBF0EB
(219,240,235)
#E1F1ED
(225,241,237)
#E7F2EF
(231,242,239)
#EDF3F1
(237,243,241)
#F3F4F3
(243,244,243)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEBE1; }

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

This text font color is #BDEBE1.


Background Color

.myBgColor { background-color: #BDEBE1; }

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

This div background color is #BDEBE1.


Border color

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

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

This div border color is #BDEBE1.


Opacity

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

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

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

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

This text has shadow with #BDEBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEBE1 on black background.


Color preview on white background

This text has color #BDEBE1 on white background.



Black color preview on #BDEBE1 background

This text has black color on #BDEBE1 background.


White color preview on #BDEBE1 background

This text has white color on #BDEBE1 background.