COLOR #BEDFC0

HEX: #BEDFC0
RGB: (190,223,192)

Color info

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

RGB color model

#BEDFC0 color RGB value is (190,223,192).

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

RGB channels and saturation

R 190 of 255 = 75%
G 223 of 255 = 87%
B 192 of 255 = 75%

190
223
192

R + G + B ~ 79%. #BEDFC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 223 + 192 = 605 (100%)
R 190 of 605 ~ 31.4%
G 223 of 605 ~ 36.86%
B 192 of 605 ~ 31.74%

%31.4
%36.86
%31.74

CMYK color model

#BEDFC0 color CMYK value is (15,0,14,13).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 12.55%
CMYK:
(15,0,14,13)
C15M0Y14K13 
(15%,0%,14%,13%)
(0.15/0.00/0.14/0.13)	

CMYK percentages

%14.8
%0
%13.9
%12.55

Codes

Color #BEDFC0 in popluar color models

BEDFC0
RGB190223192
HSL124°34.02%80.98%
HSB/HSV124°14.80%87.45%
CMYK14.80%0.00%13.90%
12.55%

Color #BEDFC0 in popluar number systems.

HEXBEDFC0
Decimal190223192
Binary101111101101111111000000
Octal276337300

Shades and tints

Shades of #BEDFC0

#BEDFC0
(190,223,192)
#ADCBAF
(173,203,175)
#9CB79E
(156,183,158)
#8BA38D
(139,163,141)
#7A8F7C
(122,143,124)
#697B6B
(105,123,107)
#58675A
(88,103,90)
#475349
(71,83,73)
#363F38
(54,63,56)
#252B27
(37,43,39)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #BEDFC0

#BEDFC0
(190,223,192)
#C3E1C5
(195,225,197)
#C8E3CA
(200,227,202)
#CDE5CF
(205,229,207)
#D2E7D4
(210,231,212)
#D7E9D9
(215,233,217)
#DCEBDE
(220,235,222)
#E1EDE3
(225,237,227)
#E6EFE8
(230,239,232)
#EBF1ED
(235,241,237)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEDFC0; }

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

This text font color is #BEDFC0.


Background Color

.myBgColor { background-color: #BEDFC0; }

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

This div background color is #BEDFC0.


Border color

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

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

This div border color is #BEDFC0.


Opacity

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

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

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

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

This text has shadow with #BEDFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEDFC0 on black background.


Color preview on white background

This text has color #BEDFC0 on white background.



Black color preview on #BEDFC0 background

This text has black color on #BEDFC0 background.


White color preview on #BEDFC0 background

This text has white color on #BEDFC0 background.