COLOR #BEB7CC

HEX: #BEB7CC RGB: (190,183,204)

Color info

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

RGB color model

#BEB7CC color RGB value is (190,183,204).

RGB: (190,183,204) (75%, 72%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 204 of 255 = 80%

190
183
204

R + G + B ~ 76%. #BEB7CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 183 + 204 = 577 (100%)
R 190 of 577 ~ 32.93%
G 183 of 577 ~ 31.72%
B 204 of 577 ~ 35.36'%

%32.93
%31.72
%35.36

CMYK color model

#BEB7CC color CMYK value is (7,10,0,20).

  • cyan value is 6.86%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (7,10,0,20)
C7M10Y0K20 (7%, 10%, 0%, 20%)
(0.07 / 0.10 / 0.00 / 0.20)

CMYK percentages

%6.86
%10.29
%0
%20

Codes

Color #BEB7CC in popluar color models

BE B7 CC
RGB 190 183 204
HSL 260° 17.07% 75.88%
HSB/HSV 260° 10.29% 80.00%
CMYK 6.86% 10.29% 0.00%
20.00%

Color #BEB7CC in popluar number systems.

HEX BE B7 CC
Decimal 190 183 204
Binary 10111110 10110111 11001100
Octal 276 267 314

Shades and tints

Shades of #BEB7CC

#BEB7CC
(190,183,204)
#ADA7BA
(173,167,186)
#9C97A8
(156,151,168)
#8B8796
(139,135,150)
#7A7784
(122,119,132)
#696772
(105,103,114)
#585760
(88,87,96)
#47474E
(71,71,78)
#36373C
(54,55,60)
#25272A
(37,39,42)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #BEB7CC

#BEB7CC
(190,183,204)
#C3BDD0
(195,189,208)
#C8C3D4
(200,195,212)
#CDC9D8
(205,201,216)
#D2CFDC
(210,207,220)
#D7D5E0
(215,213,224)
#DCDBE4
(220,219,228)
#E1E1E8
(225,225,232)
#E6E7EC
(230,231,236)
#EBEDF0
(235,237,240)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB7CC color. Also use rgb(190,183,204) instead hex code.

Text Font Color

.myTextColor { color: #BEB7CC; }

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

This text font color is #BEB7CC.

Background Color

.myBgColor { background-color: #BEB7CC; }

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

This div background color is #BEB7CC.

Border color

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

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

This div border color is #BEB7CC.

Opacity

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

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

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

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

This text has shadow with #BEB7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB7CC.

Preview

Color preview on black background

This text has color #BEB7CC on black background.


Color preview on white background

This text has color #BEB7CC on white background.


Black color preview on #BEB7CC background

This text has black color on #BEB7CC background.


White color preview on #BEB7CC background

This text has white color on #BEB7CC background.


Related colors

Complementary color

Complementary color for #hex is #414833.


I love getcolorcode.com

Triadic colors

1 #CCBEB7 and #B7CCBE with #BEB7CC are triadic colors.

2 #CCB7BE and #B7BECC with #BEB7CC are triadic colors.