COLOR #BEB4C8

HEX: #BEB4C8 RGB: (190,180,200)

Color info

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

RGB color model

#BEB4C8 color RGB value is (190,180,200).

RGB: (190,180,200) (75%, 71%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 180 of 255 = 71%
B 200 of 255 = 78%

190
180
200

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

Portions of RGB colors in percentages

R + G + B = 190 + 180 + 200 = 570 (100%)
R 190 of 570 ~ 33.33%
G 180 of 570 ~ 31.58%
B 200 of 570 ~ 35.09'%

%33.33
%31.58
%35.09

CMYK color model

#BEB4C8 color CMYK value is (5,10,0,22).

  • cyan value is 5.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (5,10,0,22)
C5M10Y0K22 (5%, 10%, 0%, 22%)
(0.05 / 0.10 / 0.00 / 0.22)

CMYK percentages

%5
%10
%0
%21.57

Codes

Color #BEB4C8 in popluar color models

BE B4 C8
RGB 190 180 200
HSL 270° 15.38% 74.51%
HSB/HSV 270° 10.00% 78.43%
CMYK 5.00% 10.00% 0.00%
21.57%

Color #BEB4C8 in popluar number systems.

HEX BE B4 C8
Decimal 190 180 200
Binary 10111110 10110100 11001000
Octal 276 264 310

Shades and tints

Shades of #BEB4C8

#BEB4C8
(190,180,200)
#ADA4B6
(173,164,182)
#9C94A4
(156,148,164)
#8B8492
(139,132,146)
#7A7480
(122,116,128)
#69646E
(105,100,110)
#58545C
(88,84,92)
#47444A
(71,68,74)
#363438
(54,52,56)
#252426
(37,36,38)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEB4C8

#BEB4C8
(190,180,200)
#C3BACD
(195,186,205)
#C8C0D2
(200,192,210)
#CDC6D7
(205,198,215)
#D2CCDC
(210,204,220)
#D7D2E1
(215,210,225)
#DCD8E6
(220,216,230)
#E1DEEB
(225,222,235)
#E6E4F0
(230,228,240)
#EBEAF5
(235,234,245)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB4C8 color. Also use rgb(190,180,200) instead hex code.

Text Font Color

.myTextColor { color: #BEB4C8; }

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

This text font color is #BEB4C8.

Background Color

.myBgColor { background-color: #BEB4C8; }

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

This div background color is #BEB4C8.

Border color

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

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

This div border color is #BEB4C8.

Opacity

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

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

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

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

This text has shadow with #BEB4C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB4C8.

Preview

Color preview on black background

This text has color #BEB4C8 on black background.


Color preview on white background

This text has color #BEB4C8 on white background.


Black color preview on #BEB4C8 background

This text has black color on #BEB4C8 background.


White color preview on #BEB4C8 background

This text has white color on #BEB4C8 background.


Related colors

Complementary color

Complementary color for #hex is #414B37.


I love getcolorcode.com

Triadic colors

1 #C8BEB4 and #B4C8BE with #BEB4C8 are triadic colors.

2 #C8B4BE and #B4BEC8 with #BEB4C8 are triadic colors.