COLOR #BEDFF1

HEX: #BEDFF1
RGB: (190,223,241)

Color info

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

RGB color model

#BEDFF1 color RGB value is (190,223,241).

  • red value is 190;
  • green value is 223;
  • blue value is 241.
RGB:
(190,223,241)
(75%,87%,95%)

RGB channels and saturation

R 190 of 255 = 75%
G 223 of 255 = 87%
B 241 of 255 = 95%

190
223
241

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

Portions of RGB colors in percentages

R + G + B =
190 + 223 + 241 = 654 (100%)
R 190 of 654 ~ 29.05%
G 223 of 654 ~ 34.1%
B 241 of 654 ~ 36.85%

%29.05
%34.1
%36.85

CMYK color model

#BEDFF1 color CMYK value is (21,7,0,5).

  • cyan value is 21.16%
  • magenta value is 7.47%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(21,7,0,5)
C21M7Y0K5 
(21%,7%,0%,5%)
(0.21/0.07/0.00/0.05)	

CMYK percentages

%21.16
%7.47
%0
%5.49

Codes

Color #BEDFF1 in popluar color models

BEDFF1
RGB190223241
HSL201°64.56%84.51%
HSB/HSV201°21.16%94.51%
CMYK21.16%7.47%0.00%
5.49%

Color #BEDFF1 in popluar number systems.

HEXBEDFF1
Decimal190223241
Binary101111101101111111110001
Octal276337361

Shades and tints

Shades of #BEDFF1

#BEDFF1
(190,223,241)
#ADCBDC
(173,203,220)
#9CB7C7
(156,183,199)
#8BA3B2
(139,163,178)
#7A8F9D
(122,143,157)
#697B88
(105,123,136)
#586773
(88,103,115)
#47535E
(71,83,94)
#363F49
(54,63,73)
#252B34
(37,43,52)
#14171F
(20,23,31)
#000000
(0,0,0)

Tints of #BEDFF1

#BEDFF1
(190,223,241)
#C3E1F2
(195,225,242)
#C8E3F3
(200,227,243)
#CDE5F4
(205,229,244)
#D2E7F5
(210,231,245)
#D7E9F6
(215,233,246)
#DCEBF7
(220,235,247)
#E1EDF8
(225,237,248)
#E6EFF9
(230,239,249)
#EBF1FA
(235,241,250)
#F0F3FB
(240,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDFF1 color. Also use rgb(190,223,241) instead hex code.

Text Font Color

.myTextColor { color: #BEDFF1; }

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

This text font color is #BEDFF1.


Background Color

.myBgColor { background-color: #BEDFF1; }

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

This div background color is #BEDFF1.


Border color

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

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

This div border color is #BEDFF1.


Opacity

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

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

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

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

This text has shadow with #BEDFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDFF1 on black background.


Color preview on white background

This text has color #BEDFF1 on white background.



Black color preview on #BEDFF1 background

This text has black color on #BEDFF1 background.


White color preview on #BEDFF1 background

This text has white color on #BEDFF1 background.