COLOR #BE69AC

HEX: #BE69AC
RGB: (190,105,172)

Color info

#BE69AC contains mainly red and blue colors. Web safe color of #BE69AC is #CC6699 (or #C69).

RGB color model

#BE69AC color RGB value is (190,105,172).

  • red value is 190;
  • green value is 105;
  • blue value is 172.
RGB:
(190,105,172)
(75%,41%,67%)

RGB channels and saturation

R 190 of 255 = 75%
G 105 of 255 = 41%
B 172 of 255 = 67%

190
105
172

R + G + B ~ 61%. #BE69AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 105 + 172 = 467 (100%)
R 190 of 467 ~ 40.69%
G 105 of 467 ~ 22.48%
B 172 of 467 ~ 36.83%

%40.69
%22.48
%36.83

CMYK color model

#BE69AC color CMYK value is (0,45,9,25).

  • cyan value is 0.00%
  • magenta value is 44.74%
  • yellow value is 9.47%
  • key color value is 25.49%
CMYK:
(0,45,9,25)
C0M45Y9K25 
(0%,45%,9%,25%)
(0.00/0.45/0.09/0.25)	

CMYK percentages

%0
%44.74
%9.47
%25.49

Codes

Color #BE69AC in popluar color models

BE69AC
RGB190105172
HSL313°39.53%57.84%
HSB/HSV313°44.74%74.51%
CMYK0.00%44.74%9.47%
25.49%

Color #BE69AC in popluar number systems.

HEXBE69AC
Decimal190105172
Binary10111110110100110101100
Octal276151254

Shades and tints

Shades of #BE69AC

#BE69AC
(190,105,172)
#AD609D
(173,96,157)
#9C578E
(156,87,142)
#8B4E7F
(139,78,127)
#7A4570
(122,69,112)
#693C61
(105,60,97)
#583352
(88,51,82)
#472A43
(71,42,67)
#362134
(54,33,52)
#251825
(37,24,37)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #BE69AC

#BE69AC
(190,105,172)
#C376B3
(195,118,179)
#C883BA
(200,131,186)
#CD90C1
(205,144,193)
#D29DC8
(210,157,200)
#D7AACF
(215,170,207)
#DCB7D6
(220,183,214)
#E1C4DD
(225,196,221)
#E6D1E4
(230,209,228)
#EBDEEB
(235,222,235)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE69AC color. Also use rgb(190,105,172) instead hex code.

Text Font Color

.myTextColor { color: #BE69AC; }

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

This text font color is #BE69AC.


Background Color

.myBgColor { background-color: #BE69AC; }

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

This div background color is #BE69AC.


Border color

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

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

This div border color is #BE69AC.


Opacity

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

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

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

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

This text has shadow with #BE69AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BE69AC on black background.


Color preview on white background

This text has color #BE69AC on white background.



Black color preview on #BE69AC background

This text has black color on #BE69AC background.


White color preview on #BE69AC background

This text has white color on #BE69AC background.