COLOR #BE90B8

HEX: #BE90B8
RGB: (190,144,184)

Color info

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

RGB color model

#BE90B8 color RGB value is (190,144,184).

  • red value is 190;
  • green value is 144;
  • blue value is 184.
RGB:
(190,144,184)
(75%,56%,72%)

RGB channels and saturation

R 190 of 255 = 75%
G 144 of 255 = 56%
B 184 of 255 = 72%

190
144
184

R + G + B ~ 68%. #BE90B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 144 + 184 = 518 (100%)
R 190 of 518 ~ 36.68%
G 144 of 518 ~ 27.8%
B 184 of 518 ~ 35.52%

%36.68
%27.8
%35.52

CMYK color model

#BE90B8 color CMYK value is (0,24,3,25).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(0,24,3,25)
C0M24Y3K25 
(0%,24%,3%,25%)
(0.00/0.24/0.03/0.25)	

CMYK percentages

%0
%24.21
%3.16
%25.49

Codes

Color #BE90B8 in popluar color models

BE90B8
RGB190144184
HSL308°26.14%65.49%
HSB/HSV308°24.21%74.51%
CMYK0.00%24.21%3.16%
25.49%

Color #BE90B8 in popluar number systems.

HEXBE90B8
Decimal190144184
Binary101111101001000010111000
Octal276220270

Shades and tints

Shades of #BE90B8

#BE90B8
(190,144,184)
#AD83A8
(173,131,168)
#9C7698
(156,118,152)
#8B6988
(139,105,136)
#7A5C78
(122,92,120)
#694F68
(105,79,104)
#584258
(88,66,88)
#473548
(71,53,72)
#362838
(54,40,56)
#251B28
(37,27,40)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #BE90B8

#BE90B8
(190,144,184)
#C39ABE
(195,154,190)
#C8A4C4
(200,164,196)
#CDAECA
(205,174,202)
#D2B8D0
(210,184,208)
#D7C2D6
(215,194,214)
#DCCCDC
(220,204,220)
#E1D6E2
(225,214,226)
#E6E0E8
(230,224,232)
#EBEAEE
(235,234,238)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE90B8 color. Also use rgb(190,144,184) instead hex code.

Text Font Color

.myTextColor { color: #BE90B8; }

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

This text font color is #BE90B8.


Background Color

.myBgColor { background-color: #BE90B8; }

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

This div background color is #BE90B8.


Border color

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

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

This div border color is #BE90B8.


Opacity

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

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

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

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

This text has shadow with #BE90B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE90B8 on black background.


Color preview on white background

This text has color #BE90B8 on white background.



Black color preview on #BE90B8 background

This text has black color on #BE90B8 background.


White color preview on #BE90B8 background

This text has white color on #BE90B8 background.