COLOR #BEB6CA

HEX: #BEB6CA RGB: (190,182,202)

Color info

#BEB6CA contains red, green and blue colors in about the same proportion. Web safe color of #BEB6CA is #CCCCCC (or #CCC).

RGB color model

#BEB6CA color RGB value is (190,182,202).

RGB: (190,182,202) (75%, 71%, 79%)

RGB channels and saturation

R 190 of 255 = 75%
G 182 of 255 = 71%
B 202 of 255 = 79%

190
182
202

R + G + B ~ 75%. #BEB6CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 182 + 202 = 574 (100%)
R 190 of 574 ~ 33.1%
G 182 of 574 ~ 31.71%
B 202 of 574 ~ 35.19'%

%33.1
%31.71
%35.19

CMYK color model

#BEB6CA color CMYK value is (6,10,0,21).

  • cyan value is 5.94%
  • magenta value is 9.90%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (6,10,0,21)
C6M10Y0K21 (6%, 10%, 0%, 21%)
(0.06 / 0.10 / 0.00 / 0.21)

CMYK percentages

%5.94
%9.9
%0
%20.78

Codes

Color #BEB6CA in popluar color models

BE B6 CA
RGB 190 182 202
HSL 264° 15.87% 75.29%
HSB/HSV 264° 9.90% 79.22%
CMYK 5.94% 9.90% 0.00%
20.78%

Color #BEB6CA in popluar number systems.

HEX BE B6 CA
Decimal 190 182 202
Binary 10111110 10110110 11001010
Octal 276 266 312

Shades and tints

Shades of #BEB6CA

#BEB6CA
(190,182,202)
#ADA6B8
(173,166,184)
#9C96A6
(156,150,166)
#8B8694
(139,134,148)
#7A7682
(122,118,130)
#696670
(105,102,112)
#58565E
(88,86,94)
#47464C
(71,70,76)
#36363A
(54,54,58)
#252628
(37,38,40)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #BEB6CA

#BEB6CA
(190,182,202)
#C3BCCE
(195,188,206)
#C8C2D2
(200,194,210)
#CDC8D6
(205,200,214)
#D2CEDA
(210,206,218)
#D7D4DE
(215,212,222)
#DCDAE2
(220,218,226)
#E1E0E6
(225,224,230)
#E6E6EA
(230,230,234)
#EBECEE
(235,236,238)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB6CA color. Also use rgb(190,182,202) instead hex code.

Text Font Color

.myTextColor { color: #BEB6CA; }

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

This text font color is #BEB6CA.

Background Color

.myBgColor { background-color: #BEB6CA; }

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

This div background color is #BEB6CA.

Border color

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

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

This div border color is #BEB6CA.

Opacity

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

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

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

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

This text has shadow with #BEB6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB6CA.

Preview

Color preview on black background

This text has color #BEB6CA on black background.


Color preview on white background

This text has color #BEB6CA on white background.


Black color preview on #BEB6CA background

This text has black color on #BEB6CA background.


White color preview on #BEB6CA background

This text has white color on #BEB6CA background.


Related colors

Complementary color

Complementary color for #hex is #414935.


I love getcolorcode.com

Triadic colors

1 #CABEB6 and #B6CABE with #BEB6CA are triadic colors.

2 #CAB6BE and #B6BECA with #BEB6CA are triadic colors.