COLOR #BDEAFE

HEX: #BDEAFE
RGB: (189,234,254)

Color info

#BDEAFE contains mainly green and blue colors. Web safe color of #BDEAFE is #CCFFFF (or #CFF).

RGB color model

#BDEAFE color RGB value is (189,234,254).

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

RGB channels and saturation

R 189 of 255 = 74%
G 234 of 255 = 92%
B 254 of 255 = 100%

189
234
254

R + G + B ~ 89%. #BDEAFE is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 234 + 254 = 677 (100%)
R 189 of 677 ~ 27.92%
G 234 of 677 ~ 34.56%
B 254 of 677 ~ 37.52%

%27.92
%34.56
%37.52

CMYK color model

#BDEAFE color CMYK value is (26,8,0,0).

  • cyan value is 25.59%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(26,8,0,0)
C26M8Y0K0 
(26%,8%,0%,0%)
(0.26/0.08/0.00/0.00)	

CMYK percentages

%25.59
%7.87
%0
%0.39

Codes

Color #BDEAFE in popluar color models

BDEAFE
RGB189234254
HSL198°97.01%86.86%
HSB/HSV198°25.59%99.61%
CMYK25.59%7.87%0.00%
0.39%

Color #BDEAFE in popluar number systems.

HEXBDEAFE
Decimal189234254
Binary101111011110101011111110
Octal275352376

Shades and tints

Shades of #BDEAFE

#BDEAFE
(189,234,254)
#ACD5E7
(172,213,231)
#9BC0D0
(155,192,208)
#8AABB9
(138,171,185)
#7996A2
(121,150,162)
#68818B
(104,129,139)
#576C74
(87,108,116)
#46575D
(70,87,93)
#354246
(53,66,70)
#242D2F
(36,45,47)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #BDEAFE

#BDEAFE
(189,234,254)
#C3EBFE
(195,235,254)
#C9ECFE
(201,236,254)
#CFEDFE
(207,237,254)
#D5EEFE
(213,238,254)
#DBEFFE
(219,239,254)
#E1F0FE
(225,240,254)
#E7F1FE
(231,241,254)
#EDF2FE
(237,242,254)
#F3F3FE
(243,243,254)
#F9F4FE
(249,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDEAFE; }

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

This text font color is #BDEAFE.


Background Color

.myBgColor { background-color: #BDEAFE; }

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

This div background color is #BDEAFE.


Border color

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

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

This div border color is #BDEAFE.


Opacity

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

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

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

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

This text has shadow with #BDEAFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEAFE on black background.


Color preview on white background

This text has color #BDEAFE on white background.



Black color preview on #BDEAFE background

This text has black color on #BDEAFE background.


White color preview on #BDEAFE background

This text has white color on #BDEAFE background.