COLOR #BDEADF

HEX: #BDEADF
RGB: (189,234,223)

Color info

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

RGB color model

#BDEADF color RGB value is (189,234,223).

  • red value is 189;
  • green value is 234;
  • blue value is 223.
RGB:
(189,234,223)
(74%,92%,87%)

RGB channels and saturation

R 189 of 255 = 74%
G 234 of 255 = 92%
B 223 of 255 = 87%

189
234
223

R + G + B ~ 84%. #BDEADF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 234 + 223 = 646 (100%)
R 189 of 646 ~ 29.26%
G 234 of 646 ~ 36.22%
B 223 of 646 ~ 34.52%

%29.26
%36.22
%34.52

CMYK color model

#BDEADF color CMYK value is (19,0,5,8).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 8.24%
CMYK:
(19,0,5,8)
C19M0Y5K8 
(19%,0%,5%,8%)
(0.19/0.00/0.05/0.08)	

CMYK percentages

%19.23
%0
%4.7
%8.24

Codes

Color #BDEADF in popluar color models

BDEADF
RGB189234223
HSL165°51.72%82.94%
HSB/HSV165°19.23%91.76%
CMYK19.23%0.00%4.70%
8.24%

Color #BDEADF in popluar number systems.

HEXBDEADF
Decimal189234223
Binary101111011110101011011111
Octal275352337

Shades and tints

Shades of #BDEADF

#BDEADF
(189,234,223)
#ACD5CB
(172,213,203)
#9BC0B7
(155,192,183)
#8AABA3
(138,171,163)
#79968F
(121,150,143)
#68817B
(104,129,123)
#576C67
(87,108,103)
#465753
(70,87,83)
#35423F
(53,66,63)
#242D2B
(36,45,43)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #BDEADF

#BDEADF
(189,234,223)
#C3EBE1
(195,235,225)
#C9ECE3
(201,236,227)
#CFEDE5
(207,237,229)
#D5EEE7
(213,238,231)
#DBEFE9
(219,239,233)
#E1F0EB
(225,240,235)
#E7F1ED
(231,241,237)
#EDF2EF
(237,242,239)
#F3F3F1
(243,243,241)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEADF; }

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

This text font color is #BDEADF.


Background Color

.myBgColor { background-color: #BDEADF; }

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

This div background color is #BDEADF.


Border color

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

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

This div border color is #BDEADF.


Opacity

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

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

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

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

This text has shadow with #BDEADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEADF on black background.


Color preview on white background

This text has color #BDEADF on white background.



Black color preview on #BDEADF background

This text has black color on #BDEADF background.


White color preview on #BDEADF background

This text has white color on #BDEADF background.