COLOR #BEDEEB

HEX: #BEDEEB RGB: (190,222,235)

Color info

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

RGB color model

#BEDEEB color RGB value is (190,222,235).

RGB: (190,222,235) (75%, 87%, 92%)

RGB channels and saturation

R 190 of 255 = 75%
G 222 of 255 = 87%
B 235 of 255 = 92%

190
222
235

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

Portions of RGB colors in percentages

R + G + B = 190 + 222 + 235 = 647 (100%)
R 190 of 647 ~ 29.37%
G 222 of 647 ~ 34.31%
B 235 of 647 ~ 36.32'%

%29.37
%34.31
%36.32

CMYK color model

#BEDEEB color CMYK value is (19,6,0,8).

  • cyan value is 19.15%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (19,6,0,8)
C19M6Y0K8 (19%, 6%, 0%, 8%)
(0.19 / 0.06 / 0.00 / 0.08)

CMYK percentages

%19.15
%5.53
%0
%7.84

Codes

Color #BEDEEB in popluar color models

BE DE EB
RGB 190 222 235
HSL 197° 52.94% 83.33%
HSB/HSV 197° 19.15% 92.16%
CMYK 19.15% 5.53% 0.00%
7.84%

Color #BEDEEB in popluar number systems.

HEX BE DE EB
Decimal 190 222 235
Binary 10111110 11011110 11101011
Octal 276 336 353

Shades and tints

Shades of #BEDEEB

#BEDEEB
(190,222,235)
#ADCAD6
(173,202,214)
#9CB6C1
(156,182,193)
#8BA2AC
(139,162,172)
#7A8E97
(122,142,151)
#697A82
(105,122,130)
#58666D
(88,102,109)
#475258
(71,82,88)
#363E43
(54,62,67)
#252A2E
(37,42,46)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #BEDEEB

#BEDEEB
(190,222,235)
#C3E1EC
(195,225,236)
#C8E4ED
(200,228,237)
#CDE7EE
(205,231,238)
#D2EAEF
(210,234,239)
#D7EDF0
(215,237,240)
#DCF0F1
(220,240,241)
#E1F3F2
(225,243,242)
#E6F6F3
(230,246,243)
#EBF9F4
(235,249,244)
#F0FCF5
(240,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDEEB color. Also use rgb(190,222,235) instead hex code.

Text Font Color

.myTextColor { color: #BEDEEB; }

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

This text font color is #BEDEEB.

Background Color

.myBgColor { background-color: #BEDEEB; }

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

This div background color is #BEDEEB.

Border color

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

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

This div border color is #BEDEEB.

Opacity

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

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

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

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

This text has shadow with #BEDEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDEEB.

Preview

Color preview on black background

This text has color #BEDEEB on black background.


Color preview on white background

This text has color #BEDEEB on white background.


Black color preview on #BEDEEB background

This text has black color on #BEDEEB background.


White color preview on #BEDEEB background

This text has white color on #BEDEEB background.


Related colors

Complementary color

Complementary color for #hex is #412114.


I love getcolorcode.com

Triadic colors

1 #EBBEDE and #DEEBBE with #BEDEEB are triadic colors.

2 #EBDEBE and #DEBEEB with #BEDEEB are triadic colors.