COLOR #BEE8B5

HEX: #BEE8B5 RGB: (190,232,181)

Color info

#BEE8B5 contains red, green and blue colors in about the same proportion. Web safe color of #BEE8B5 is #CCFFCC (or #CFC).

RGB color model

#BEE8B5 color RGB value is (190,232,181).

RGB: (190,232,181) (75%, 91%, 71%)

RGB channels and saturation

R 190 of 255 = 75%
G 232 of 255 = 91%
B 181 of 255 = 71%

190
232
181

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

Portions of RGB colors in percentages

R + G + B = 190 + 232 + 181 = 603 (100%)
R 190 of 603 ~ 31.51%
G 232 of 603 ~ 38.47%
B 181 of 603 ~ 30.02'%

%31.51
%38.47
%30.02

CMYK color model

#BEE8B5 color CMYK value is (18,0,22,9).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 21.98%
  • key color value is 9.02%

CMYK: (18,0,22,9)
C18M0Y22K9 (18%, 0%, 22%, 9%)
(0.18 / 0.00 / 0.22 / 0.09)

CMYK percentages

%18.1
%0
%21.98
%9.02

Codes

Color #BEE8B5 in popluar color models

BE E8 B5
RGB 190 232 181
HSL 109° 52.58% 80.98%
HSB/HSV 109° 21.98% 90.98%
CMYK 18.10% 0.00% 21.98%
9.02%

Color #BEE8B5 in popluar number systems.

HEX BE E8 B5
Decimal 190 232 181
Binary 10111110 11101000 10110101
Octal 276 350 265

Shades and tints

Shades of #BEE8B5

#BEE8B5
(190,232,181)
#ADD3A5
(173,211,165)
#9CBE95
(156,190,149)
#8BA985
(139,169,133)
#7A9475
(122,148,117)
#697F65
(105,127,101)
#586A55
(88,106,85)
#475545
(71,85,69)
#364035
(54,64,53)
#252B25
(37,43,37)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #BEE8B5

#BEE8B5
(190,232,181)
#C3EABB
(195,234,187)
#C8ECC1
(200,236,193)
#CDEEC7
(205,238,199)
#D2F0CD
(210,240,205)
#D7F2D3
(215,242,211)
#DCF4D9
(220,244,217)
#E1F6DF
(225,246,223)
#E6F8E5
(230,248,229)
#EBFAEB
(235,250,235)
#F0FCF1
(240,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE8B5 color. Also use rgb(190,232,181) instead hex code.

Text Font Color

.myTextColor { color: #BEE8B5; }

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

This text font color is #BEE8B5.

Background Color

.myBgColor { background-color: #BEE8B5; }

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

This div background color is #BEE8B5.

Border color

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

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

This div border color is #BEE8B5.

Opacity

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

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

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

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

This text has shadow with #BEE8B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE8B5.

Preview

Color preview on black background

This text has color #BEE8B5 on black background.


Color preview on white background

This text has color #BEE8B5 on white background.


Black color preview on #BEE8B5 background

This text has black color on #BEE8B5 background.


White color preview on #BEE8B5 background

This text has white color on #BEE8B5 background.


Related colors

Complementary color

Complementary color for #hex is #41174A.


I love getcolorcode.com

Triadic colors

1 #B5BEE8 and #E8B5BE with #BEE8B5 are triadic colors.

2 #B5E8BE and #E8BEB5 with #BEE8B5 are triadic colors.