COLOR #BEDAF8

HEX: #BEDAF8
RGB: (190,218,248)

Color info

#BEDAF8 contains red, green and blue colors in about the same proportion. Web safe color of #BEDAF8 is #CCCCFF (or #CCF).

RGB color model

#BEDAF8 color RGB value is (190,218,248).

  • red value is 190;
  • green value is 218;
  • blue value is 248.
RGB:
(190,218,248)
(75%,85%,97%)

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 248 of 255 = 97%

190
218
248

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

Portions of RGB colors in percentages

R + G + B =
190 + 218 + 248 = 656 (100%)
R 190 of 656 ~ 28.96%
G 218 of 656 ~ 33.23%
B 248 of 656 ~ 37.8%

%28.96
%33.23
%37.8

CMYK color model

#BEDAF8 color CMYK value is (23,12,0,3).

  • cyan value is 23.39%
  • magenta value is 12.10%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(23,12,0,3)
C23M12Y0K3 
(23%,12%,0%,3%)
(0.23/0.12/0.00/0.03)	

CMYK percentages

%23.39
%12.1
%0
%2.75

Codes

Color #BEDAF8 in popluar color models

BEDAF8
RGB190218248
HSL211°80.56%85.88%
HSB/HSV211°23.39%97.25%
CMYK23.39%12.10%0.00%
2.75%

Color #BEDAF8 in popluar number systems.

HEXBEDAF8
Decimal190218248
Binary101111101101101011111000
Octal276332370

Shades and tints

Shades of #BEDAF8

#BEDAF8
(190,218,248)
#ADC7E2
(173,199,226)
#9CB4CC
(156,180,204)
#8BA1B6
(139,161,182)
#7A8EA0
(122,142,160)
#697B8A
(105,123,138)
#586874
(88,104,116)
#47555E
(71,85,94)
#364248
(54,66,72)
#252F32
(37,47,50)
#141C1C
(20,28,28)
#000000
(0,0,0)

Tints of #BEDAF8

#BEDAF8
(190,218,248)
#C3DDF8
(195,221,248)
#C8E0F8
(200,224,248)
#CDE3F8
(205,227,248)
#D2E6F8
(210,230,248)
#D7E9F8
(215,233,248)
#DCECF8
(220,236,248)
#E1EFF8
(225,239,248)
#E6F2F8
(230,242,248)
#EBF5F8
(235,245,248)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDAF8 color. Also use rgb(190,218,248) instead hex code.

Text Font Color

.myTextColor { color: #BEDAF8; }

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

This text font color is #BEDAF8.


Background Color

.myBgColor { background-color: #BEDAF8; }

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

This div background color is #BEDAF8.


Border color

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

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

This div border color is #BEDAF8.


Opacity

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

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

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

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

This text has shadow with #BEDAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDAF8 on black background.


Color preview on white background

This text has color #BEDAF8 on white background.



Black color preview on #BEDAF8 background

This text has black color on #BEDAF8 background.


White color preview on #BEDAF8 background

This text has white color on #BEDAF8 background.