COLOR #BDEAEB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

189
234
235

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

Portions of RGB colors in percentages

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

%28.72
%35.56
%35.71

CMYK color model

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

  • cyan value is 19.57%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • 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.43
%0
%7.84

Codes

Color #BDEAEB in popluar color models

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

Color #BDEAEB in popluar number systems.

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

Shades and tints

Shades of #BDEAEB

#BDEAEB
(189,234,235)
#ACD5D6
(172,213,214)
#9BC0C1
(155,192,193)
#8AABAC
(138,171,172)
#799697
(121,150,151)
#688182
(104,129,130)
#576C6D
(87,108,109)
#465758
(70,87,88)
#354243
(53,66,67)
#242D2E
(36,45,46)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #BDEAEB

#BDEAEB
(189,234,235)
#C3EBEC
(195,235,236)
#C9ECED
(201,236,237)
#CFEDEE
(207,237,238)
#D5EEEF
(213,238,239)
#DBEFF0
(219,239,240)
#E1F0F1
(225,240,241)
#E7F1F2
(231,241,242)
#EDF2F3
(237,242,243)
#F3F3F4
(243,243,244)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEAEB; }

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

This text font color is #BDEAEB.

Background Color

.myBgColor { background-color: #BDEAEB; }

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

This div background color is #BDEAEB.

Border color

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

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

This div border color is #BDEAEB.

Opacity

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

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

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

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

This text has shadow with #BDEAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDEAEB.

Preview

Color preview on black background

This text has color #BDEAEB on black background.


Color preview on white background

This text has color #BDEAEB on white background.


Black color preview on #BDEAEB background

This text has black color on #BDEAEB background.


White color preview on #BDEAEB background

This text has white color on #BDEAEB background.


Related colors

Complementary color

Complementary color for #hex is #421514.


I love getcolorcode.com

Triadic colors

1 #EBBDEA and #EAEBBD with #BDEAEB are triadic colors.

2 #EBEABD and #EABDEB with #BDEAEB are triadic colors.