COLOR #BDE0E0

HEX: #BDE0E0
RGB: (189,224,224)

Color info

#BDE0E0 contains red, green and blue colors in about the same proportion. Web safe color of #BDE0E0 is #CCCCCC (or #CCC).

RGB color model

#BDE0E0 color RGB value is (189,224,224).

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

RGB channels and saturation

R 189 of 255 = 74%
G 224 of 255 = 88%
B 224 of 255 = 88%

189
224
224

R + G + B ~ 83%. #BDE0E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 224 + 224 = 637 (100%)
R 189 of 637 ~ 29.67%
G 224 of 637 ~ 35.16%
B 224 of 637 ~ 35.16%

%29.67
%35.16
%35.16

CMYK color model

#BDE0E0 color CMYK value is (16,0,0,12).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(16,0,0,12)
C16M0Y0K12 
(16%,0%,0%,12%)
(0.16/0.00/0.00/0.12)	

CMYK percentages

%15.63
%0
%0
%12.16

Codes

Color #BDE0E0 in popluar color models

BDE0E0
RGB189224224
HSL180°36.08%80.98%
HSB/HSV180°15.63%87.84%
CMYK15.63%0.00%0.00%
12.16%

Color #BDE0E0 in popluar number systems.

HEXBDE0E0
Decimal189224224
Binary101111011110000011100000
Octal275340340

Shades and tints

Shades of #BDE0E0

#BDE0E0
(189,224,224)
#ACCCCC
(172,204,204)
#9BB8B8
(155,184,184)
#8AA4A4
(138,164,164)
#799090
(121,144,144)
#687C7C
(104,124,124)
#576868
(87,104,104)
#465454
(70,84,84)
#354040
(53,64,64)
#242C2C
(36,44,44)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #BDE0E0

#BDE0E0
(189,224,224)
#C3E2E2
(195,226,226)
#C9E4E4
(201,228,228)
#CFE6E6
(207,230,230)
#D5E8E8
(213,232,232)
#DBEAEA
(219,234,234)
#E1ECEC
(225,236,236)
#E7EEEE
(231,238,238)
#EDF0F0
(237,240,240)
#F3F2F2
(243,242,242)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE0E0; }

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

This text font color is #BDE0E0.


Background Color

.myBgColor { background-color: #BDE0E0; }

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

This div background color is #BDE0E0.


Border color

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

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

This div border color is #BDE0E0.


Opacity

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

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

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

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

This text has shadow with #BDE0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE0E0 on black background.


Color preview on white background

This text has color #BDE0E0 on white background.



Black color preview on #BDE0E0 background

This text has black color on #BDE0E0 background.


White color preview on #BDE0E0 background

This text has white color on #BDE0E0 background.