COLOR #BE99A2

HEX: #BE99A2
RGB: (190,153,162)

Color info

#BE99A2 contains red, green and blue colors in about the same proportion. Web safe color of #BE99A2 is #CC9999 (or #C99).

RGB color model

#BE99A2 color RGB value is (190,153,162).

  • red value is 190;
  • green value is 153;
  • blue value is 162.
RGB:
(190,153,162)
(75%,60%,64%)

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 162 of 255 = 64%

190
153
162

R + G + B ~ 66%. #BE99A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 153 + 162 = 505 (100%)
R 190 of 505 ~ 37.62%
G 153 of 505 ~ 30.3%
B 162 of 505 ~ 32.08%

%37.62
%30.3
%32.08

CMYK color model

#BE99A2 color CMYK value is (0,19,15,25).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 14.74%
  • key color value is 25.49%
CMYK:
(0,19,15,25)
C0M19Y15K25 
(0%,19%,15%,25%)
(0.00/0.19/0.15/0.25)	

CMYK percentages

%0
%19.47
%14.74
%25.49

Codes

Color #BE99A2 in popluar color models

BE99A2
RGB190153162
HSL345°22.16%67.25%
HSB/HSV345°19.47%74.51%
CMYK0.00%19.47%14.74%
25.49%

Color #BE99A2 in popluar number systems.

HEXBE99A2
Decimal190153162
Binary101111101001100110100010
Octal276231242

Shades and tints

Shades of #BE99A2

#BE99A2
(190,153,162)
#AD8C94
(173,140,148)
#9C7F86
(156,127,134)
#8B7278
(139,114,120)
#7A656A
(122,101,106)
#69585C
(105,88,92)
#584B4E
(88,75,78)
#473E40
(71,62,64)
#363132
(54,49,50)
#252424
(37,36,36)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #BE99A2

#BE99A2
(190,153,162)
#C3A2AA
(195,162,170)
#C8ABB2
(200,171,178)
#CDB4BA
(205,180,186)
#D2BDC2
(210,189,194)
#D7C6CA
(215,198,202)
#DCCFD2
(220,207,210)
#E1D8DA
(225,216,218)
#E6E1E2
(230,225,226)
#EBEAEA
(235,234,234)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE99A2 color. Also use rgb(190,153,162) instead hex code.

Text Font Color

.myTextColor { color: #BE99A2; }

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

This text font color is #BE99A2.


Background Color

.myBgColor { background-color: #BE99A2; }

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

This div background color is #BE99A2.


Border color

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

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

This div border color is #BE99A2.


Opacity

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

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

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

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

This text has shadow with #BE99A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE99A2 on black background.


Color preview on white background

This text has color #BE99A2 on white background.



Black color preview on #BE99A2 background

This text has black color on #BE99A2 background.


White color preview on #BE99A2 background

This text has white color on #BE99A2 background.