COLOR #BEBDCC

HEX: #BEBDCC RGB: (190,189,204)

Color info

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

RGB color model

#BEBDCC color RGB value is (190,189,204).

RGB: (190,189,204) (75%, 74%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 189 of 255 = 74%
B 204 of 255 = 80%

190
189
204

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

Portions of RGB colors in percentages

R + G + B = 190 + 189 + 204 = 583 (100%)
R 190 of 583 ~ 32.59%
G 189 of 583 ~ 32.42%
B 204 of 583 ~ 34.99'%

%32.59
%32.42
%34.99

CMYK color model

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

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

CMYK: (7,7,0,20)
C7M7Y0K20 (7%, 7%, 0%, 20%)
(0.07 / 0.07 / 0.00 / 0.20)

CMYK percentages

%6.86
%7.35
%0
%20

Codes

Color #BEBDCC in popluar color models

BE BD CC
RGB 190 189 204
HSL 244° 12.82% 77.06%
HSB/HSV 244° 7.35% 80.00%
CMYK 6.86% 7.35% 0.00%
20.00%

Color #BEBDCC in popluar number systems.

HEX BE BD CC
Decimal 190 189 204
Binary 10111110 10111101 11001100
Octal 276 275 314

Shades and tints

Shades of #BEBDCC

#BEBDCC
(190,189,204)
#ADACBA
(173,172,186)
#9C9BA8
(156,155,168)
#8B8A96
(139,138,150)
#7A7984
(122,121,132)
#696872
(105,104,114)
#585760
(88,87,96)
#47464E
(71,70,78)
#36353C
(54,53,60)
#25242A
(37,36,42)
#141318
(20,19,24)
#000000
(0,0,0)

Tints of #BEBDCC

#BEBDCC
(190,189,204)
#C3C3D0
(195,195,208)
#C8C9D4
(200,201,212)
#CDCFD8
(205,207,216)
#D2D5DC
(210,213,220)
#D7DBE0
(215,219,224)
#DCE1E4
(220,225,228)
#E1E7E8
(225,231,232)
#E6EDEC
(230,237,236)
#EBF3F0
(235,243,240)
#F0F9F4
(240,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDCC; }

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

This text font color is #BEBDCC.

Background Color

.myBgColor { background-color: #BEBDCC; }

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

This div background color is #BEBDCC.

Border color

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

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

This div border color is #BEBDCC.

Opacity

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

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

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

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

This text has shadow with #BEBDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBDCC.

Preview

Color preview on black background

This text has color #BEBDCC on black background.


Color preview on white background

This text has color #BEBDCC on white background.


Black color preview on #BEBDCC background

This text has black color on #BEBDCC background.


White color preview on #BEBDCC background

This text has white color on #BEBDCC background.


Related colors

Complementary color

Complementary color for #hex is #414233.


I love getcolorcode.com

Triadic colors

1 #CCBEBD and #BDCCBE with #BEBDCC are triadic colors.

2 #CCBDBE and #BDBECC with #BEBDCC are triadic colors.