COLOR #BEDBE0

HEX: #BEDBE0 RGB: (190,219,224)

Color info

#BEDBE0 contains red, green and blue colors in about the same proportion. Web safe color of #BEDBE0 is #CCCCCC (or #CCC).

RGB color model

#BEDBE0 color RGB value is (190,219,224).

RGB: (190,219,224) (75%, 86%, 88%)

RGB channels and saturation

R 190 of 255 = 75%
G 219 of 255 = 86%
B 224 of 255 = 88%

190
219
224

R + G + B ~ 83%. #BEDBE0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 219 + 224 = 633 (100%)
R 190 of 633 ~ 30.02%
G 219 of 633 ~ 34.6%
B 224 of 633 ~ 35.39'%

%30.02
%34.6
%35.39

CMYK color model

#BEDBE0 color CMYK value is (15,2,0,12).

  • cyan value is 15.18%
  • magenta value is 2.23%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (15,2,0,12)
C15M2Y0K12 (15%, 2%, 0%, 12%)
(0.15 / 0.02 / 0.00 / 0.12)

CMYK percentages

%15.18
%2.23
%0
%12.16

Codes

Color #BEDBE0 in popluar color models

BE DB E0
RGB 190 219 224
HSL 189° 35.42% 81.18%
HSB/HSV 189° 15.18% 87.84%
CMYK 15.18% 2.23% 0.00%
12.16%

Color #BEDBE0 in popluar number systems.

HEX BE DB E0
Decimal 190 219 224
Binary 10111110 11011011 11100000
Octal 276 333 340

Shades and tints

Shades of #BEDBE0

#BEDBE0
(190,219,224)
#ADC8CC
(173,200,204)
#9CB5B8
(156,181,184)
#8BA2A4
(139,162,164)
#7A8F90
(122,143,144)
#697C7C
(105,124,124)
#586968
(88,105,104)
#475654
(71,86,84)
#364340
(54,67,64)
#25302C
(37,48,44)
#141D18
(20,29,24)
#000000
(0,0,0)

Tints of #BEDBE0

#BEDBE0
(190,219,224)
#C3DEE2
(195,222,226)
#C8E1E4
(200,225,228)
#CDE4E6
(205,228,230)
#D2E7E8
(210,231,232)
#D7EAEA
(215,234,234)
#DCEDEC
(220,237,236)
#E1F0EE
(225,240,238)
#E6F3F0
(230,243,240)
#EBF6F2
(235,246,242)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDBE0 color. Also use rgb(190,219,224) instead hex code.

Text Font Color

.myTextColor { color: #BEDBE0; }

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

This text font color is #BEDBE0.

Background Color

.myBgColor { background-color: #BEDBE0; }

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

This div background color is #BEDBE0.

Border color

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

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

This div border color is #BEDBE0.

Opacity

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

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

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

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

This text has shadow with #BEDBE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDBE0.

Preview

Color preview on black background

This text has color #BEDBE0 on black background.


Color preview on white background

This text has color #BEDBE0 on white background.


Black color preview on #BEDBE0 background

This text has black color on #BEDBE0 background.


White color preview on #BEDBE0 background

This text has white color on #BEDBE0 background.


Related colors

Complementary color

Complementary color for #hex is #41241F.


I love getcolorcode.com

Triadic colors

1 #E0BEDB and #DBE0BE with #BEDBE0 are triadic colors.

2 #E0DBBE and #DBBEE0 with #BEDBE0 are triadic colors.