COLOR #BEDAF3

HEX: #BEDAF3
RGB: (190,218,243)

Color info

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

RGB color model

#BEDAF3 color RGB value is (190,218,243).

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

RGB channels and saturation

R 190 of 255 = 75%
G 218 of 255 = 85%
B 243 of 255 = 95%

190
218
243

R + G + B ~ 85%. #BEDAF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 218 + 243 = 651 (100%)
R 190 of 651 ~ 29.19%
G 218 of 651 ~ 33.49%
B 243 of 651 ~ 37.33%

%29.19
%33.49
%37.33

CMYK color model

#BEDAF3 color CMYK value is (22,10,0,5).

  • cyan value is 21.81%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(22,10,0,5)
C22M10Y0K5 
(22%,10%,0%,5%)
(0.22/0.10/0.00/0.05)	

CMYK percentages

%21.81
%10.29
%0
%4.71

Codes

Color #BEDAF3 in popluar color models

BEDAF3
RGB190218243
HSL208°68.83%84.90%
HSB/HSV208°21.81%95.29%
CMYK21.81%10.29%0.00%
4.71%

Color #BEDAF3 in popluar number systems.

HEXBEDAF3
Decimal190218243
Binary101111101101101011110011
Octal276332363

Shades and tints

Shades of #BEDAF3

#BEDAF3
(190,218,243)
#ADC7DD
(173,199,221)
#9CB4C7
(156,180,199)
#8BA1B1
(139,161,177)
#7A8E9B
(122,142,155)
#697B85
(105,123,133)
#58686F
(88,104,111)
#475559
(71,85,89)
#364243
(54,66,67)
#252F2D
(37,47,45)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #BEDAF3

#BEDAF3
(190,218,243)
#C3DDF4
(195,221,244)
#C8E0F5
(200,224,245)
#CDE3F6
(205,227,246)
#D2E6F7
(210,230,247)
#D7E9F8
(215,233,248)
#DCECF9
(220,236,249)
#E1EFFA
(225,239,250)
#E6F2FB
(230,242,251)
#EBF5FC
(235,245,252)
#F0F8FD
(240,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDAF3; }

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

This text font color is #BEDAF3.


Background Color

.myBgColor { background-color: #BEDAF3; }

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

This div background color is #BEDAF3.


Border color

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

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

This div border color is #BEDAF3.


Opacity

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

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

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

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

This text has shadow with #BEDAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDAF3 on black background.


Color preview on white background

This text has color #BEDAF3 on white background.



Black color preview on #BEDAF3 background

This text has black color on #BEDAF3 background.


White color preview on #BEDAF3 background

This text has white color on #BEDAF3 background.