COLOR #BEA9CB

HEX: #BEA9CB RGB: (190,169,203)

Color info

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

RGB color model

#BEA9CB color RGB value is (190,169,203).

RGB: (190,169,203) (75%, 66%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 169 of 255 = 66%
B 203 of 255 = 80%

190
169
203

R + G + B ~ 74%. #BEA9CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 169 + 203 = 562 (100%)
R 190 of 562 ~ 33.81%
G 169 of 562 ~ 30.07%
B 203 of 562 ~ 36.12'%

%33.81
%30.07
%36.12

CMYK color model

#BEA9CB color CMYK value is (6,17,0,20).

  • cyan value is 6.40%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (6,17,0,20) C6M17Y0K20 (6%,17%,0%,20%) (0.06/0.17/0.00/0.20) 

CMYK percentages

%6.4
%16.75
%0
%20.39

Codes

Color #BEA9CB in popluar color models

BE A9 CB
RGB 190 169 203
HSL 277° 24.64% 72.94%
HSB/HSV 277° 16.75% 79.61%
CMYK 6.40% 16.75% 0.00%
20.39%

Color #BEA9CB in popluar number systems.

HEX BE A9 CB
Decimal 190 169 203
Binary 10111110 10101001 11001011
Octal 276 251 313

Shades and tints

Shades of #BEA9CB

#BEA9CB
(190,169,203)
#AD9AB9
(173,154,185)
#9C8BA7
(156,139,167)
#8B7C95
(139,124,149)
#7A6D83
(122,109,131)
#695E71
(105,94,113)
#584F5F
(88,79,95)
#47404D
(71,64,77)
#36313B
(54,49,59)
#252229
(37,34,41)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #BEA9CB

#BEA9CB
(190,169,203)
#C3B0CF
(195,176,207)
#C8B7D3
(200,183,211)
#CDBED7
(205,190,215)
#D2C5DB
(210,197,219)
#D7CCDF
(215,204,223)
#DCD3E3
(220,211,227)
#E1DAE7
(225,218,231)
#E6E1EB
(230,225,235)
#EBE8EF
(235,232,239)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEA9CB color. Also use rgb(190,169,203) instead hex code.

Text Font Color

.myTextColor { color: #BEA9CB; }

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

This text font color is #BEA9CB.

Background Color

.myBgColor { background-color: #BEA9CB; }

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

This div background color is #BEA9CB.

Border color

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

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

This div border color is #BEA9CB.

Opacity

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

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

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

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

This text has shadow with #BEA9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEA9CB.

Preview

Color preview on black background

This text has color #BEA9CB on black background.


Color preview on white background

This text has color #BEA9CB on white background.


Black color preview on #BEA9CB background

This text has black color on #BEA9CB background.


White color preview on #BEA9CB background

This text has white color on #BEA9CB background.


Related colors

Complementary color

Complementary color for #hex is #415634.


I love getcolorcode.com

Triadic colors

1 #CBBEA9 and #A9CBBE with #BEA9CB are triadic colors.

2 #CBA9BE and #A9BECB with #BEA9CB are triadic colors.