COLOR #BE9ABB

HEX: #BE9ABB RGB: (190,154,187)

Color info

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

RGB color model

#BE9ABB color RGB value is (190,154,187).

RGB: (190,154,187) (75%, 60%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 154 of 255 = 60%
B 187 of 255 = 73%

190
154
187

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

Portions of RGB colors in percentages

R + G + B = 190 + 154 + 187 = 531 (100%)
R 190 of 531 ~ 35.78%
G 154 of 531 ~ 29%
B 187 of 531 ~ 35.22'%

%35.78
%29
%35.22

CMYK color model

#BE9ABB color CMYK value is (0,19,2,25).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 1.58%
  • key color value is 25.49%

CMYK: (0,19,2,25)
C0M19Y2K25 (0%, 19%, 2%, 25%)
(0.00 / 0.19 / 0.02 / 0.25)

CMYK percentages

%0
%18.95
%1.58
%25.49

Codes

Color #BE9ABB in popluar color models

BE 9A BB
RGB 190 154 187
HSL 305° 21.69% 67.45%
HSB/HSV 305° 18.95% 74.51%
CMYK 0.00% 18.95% 1.58%
25.49%

Color #BE9ABB in popluar number systems.

HEX BE 9A BB
Decimal 190 154 187
Binary 10111110 10011010 10111011
Octal 276 232 273

Shades and tints

Shades of #BE9ABB

#BE9ABB
(190,154,187)
#AD8CAA
(173,140,170)
#9C7E99
(156,126,153)
#8B7088
(139,112,136)
#7A6277
(122,98,119)
#695466
(105,84,102)
#584655
(88,70,85)
#473844
(71,56,68)
#362A33
(54,42,51)
#251C22
(37,28,34)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #BE9ABB

#BE9ABB
(190,154,187)
#C3A3C1
(195,163,193)
#C8ACC7
(200,172,199)
#CDB5CD
(205,181,205)
#D2BED3
(210,190,211)
#D7C7D9
(215,199,217)
#DCD0DF
(220,208,223)
#E1D9E5
(225,217,229)
#E6E2EB
(230,226,235)
#EBEBF1
(235,235,241)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE9ABB color. Also use rgb(190,154,187) instead hex code.

Text Font Color

.myTextColor { color: #BE9ABB; }

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

This text font color is #BE9ABB.

Background Color

.myBgColor { background-color: #BE9ABB; }

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

This div background color is #BE9ABB.

Border color

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

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

This div border color is #BE9ABB.

Opacity

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

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

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

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

This text has shadow with #BE9ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BE9ABB.

Preview

Color preview on black background

This text has color #BE9ABB on black background.


Color preview on white background

This text has color #BE9ABB on white background.


Black color preview on #BE9ABB background

This text has black color on #BE9ABB background.


White color preview on #BE9ABB background

This text has white color on #BE9ABB background.


Related colors

Complementary color

Complementary color for #hex is #416544.


I love getcolorcode.com

Triadic colors

1 #BBBE9A and #9ABBBE with #BE9ABB are triadic colors.

2 #BB9ABE and #9ABEBB with #BE9ABB are triadic colors.