COLOR #BEE1C0

HEX: #BEE1C0 RGB: (190,225,192)

Color info

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

RGB color model

#BEE1C0 color RGB value is (190,225,192).

RGB: (190,225,192) (75%, 88%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 225 of 255 = 88%
B 192 of 255 = 75%

190
225
192

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

Portions of RGB colors in percentages

R + G + B = 190 + 225 + 192 = 607 (100%)
R 190 of 607 ~ 31.3%
G 225 of 607 ~ 37.07%
B 192 of 607 ~ 31.63'%

%31.3
%37.07
%31.63

CMYK color model

#BEE1C0 color CMYK value is (16,0,15,12).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 11.76%

CMYK: (16,0,15,12)
C16M0Y15K12 (16%, 0%, 15%, 12%)
(0.16 / 0.00 / 0.15 / 0.12)

CMYK percentages

%15.56
%0
%14.67
%11.76

Codes

Color #BEE1C0 in popluar color models

BE E1 C0
RGB 190 225 192
HSL 123° 36.84% 81.37%
HSB/HSV 123° 15.56% 88.24%
CMYK 15.56% 0.00% 14.67%
11.76%

Color #BEE1C0 in popluar number systems.

HEX BE E1 C0
Decimal 190 225 192
Binary 10111110 11100001 11000000
Octal 276 341 300

Shades and tints

Shades of #BEE1C0

#BEE1C0
(190,225,192)
#ADCDAF
(173,205,175)
#9CB99E
(156,185,158)
#8BA58D
(139,165,141)
#7A917C
(122,145,124)
#697D6B
(105,125,107)
#58695A
(88,105,90)
#475549
(71,85,73)
#364138
(54,65,56)
#252D27
(37,45,39)
#141916
(20,25,22)
#000000
(0,0,0)

Tints of #BEE1C0

#BEE1C0
(190,225,192)
#C3E3C5
(195,227,197)
#C8E5CA
(200,229,202)
#CDE7CF
(205,231,207)
#D2E9D4
(210,233,212)
#D7EBD9
(215,235,217)
#DCEDDE
(220,237,222)
#E1EFE3
(225,239,227)
#E6F1E8
(230,241,232)
#EBF3ED
(235,243,237)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE1C0; }

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

This text font color is #BEE1C0.

Background Color

.myBgColor { background-color: #BEE1C0; }

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

This div background color is #BEE1C0.

Border color

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

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

This div border color is #BEE1C0.

Opacity

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

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

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

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

This text has shadow with #BEE1C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE1C0.

Preview

Color preview on black background

This text has color #BEE1C0 on black background.


Color preview on white background

This text has color #BEE1C0 on white background.


Black color preview on #BEE1C0 background

This text has black color on #BEE1C0 background.


White color preview on #BEE1C0 background

This text has white color on #BEE1C0 background.


Related colors

Complementary color

Complementary color for #hex is #411E3F.


I love getcolorcode.com

Triadic colors

1 #C0BEE1 and #E1C0BE with #BEE1C0 are triadic colors.

2 #C0E1BE and #E1BEC0 with #BEE1C0 are triadic colors.