COLOR #BE99B4

HEX: #BE99B4
RGB: (190,153,180)

Color info

#BE99B4 contains red, green and blue colors in about the same proportion. Web safe color of #BE99B4 is #CC99CC (or #C9C).

RGB color model

#BE99B4 color RGB value is (190,153,180).

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

RGB channels and saturation

R 190 of 255 = 75%
G 153 of 255 = 60%
B 180 of 255 = 71%

190
153
180

R + G + B ~ 69%. #BE99B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 153 + 180 = 523 (100%)
R 190 of 523 ~ 36.33%
G 153 of 523 ~ 29.25%
B 180 of 523 ~ 34.42%

%36.33
%29.25
%34.42

CMYK color model

#BE99B4 color CMYK value is (0,19,5,25).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 5.26%
  • key color value is 25.49%
CMYK:
(0,19,5,25)
C0M19Y5K25 
(0%,19%,5%,25%)
(0.00/0.19/0.05/0.25)	

CMYK percentages

%0
%19.47
%5.26
%25.49

Codes

Color #BE99B4 in popluar color models

BE99B4
RGB190153180
HSL316°22.16%67.25%
HSB/HSV316°19.47%74.51%
CMYK0.00%19.47%5.26%
25.49%

Color #BE99B4 in popluar number systems.

HEXBE99B4
Decimal190153180
Binary101111101001100110110100
Octal276231264

Shades and tints

Shades of #BE99B4

#BE99B4
(190,153,180)
#AD8CA4
(173,140,164)
#9C7F94
(156,127,148)
#8B7284
(139,114,132)
#7A6574
(122,101,116)
#695864
(105,88,100)
#584B54
(88,75,84)
#473E44
(71,62,68)
#363134
(54,49,52)
#252424
(37,36,36)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BE99B4

#BE99B4
(190,153,180)
#C3A2BA
(195,162,186)
#C8ABC0
(200,171,192)
#CDB4C6
(205,180,198)
#D2BDCC
(210,189,204)
#D7C6D2
(215,198,210)
#DCCFD8
(220,207,216)
#E1D8DE
(225,216,222)
#E6E1E4
(230,225,228)
#EBEAEA
(235,234,234)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BE99B4; }

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

This text font color is #BE99B4.


Background Color

.myBgColor { background-color: #BE99B4; }

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

This div background color is #BE99B4.


Border color

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

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

This div border color is #BE99B4.


Opacity

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

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

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

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

This text has shadow with #BE99B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE99B4 on black background.


Color preview on white background

This text has color #BE99B4 on white background.



Black color preview on #BE99B4 background

This text has black color on #BE99B4 background.


White color preview on #BE99B4 background

This text has white color on #BE99B4 background.