COLOR #BEADBD

HEX: #BEADBD RGB: (190,173,189)

Color info

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

RGB color model

#BEADBD color RGB value is (190,173,189).

RGB: (190,173,189) (75%, 68%, 74%)

RGB channels and saturation

R 190 of 255 = 75%
G 173 of 255 = 68%
B 189 of 255 = 74%

190
173
189

R + G + B ~ 72%. #BEADBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 173 + 189 = 552 (100%)
R 190 of 552 ~ 34.42%
G 173 of 552 ~ 31.34%
B 189 of 552 ~ 34.24'%

%34.42
%31.34
%34.24

CMYK color model

#BEADBD color CMYK value is (0,9,1,25).

  • cyan value is 0.00%
  • magenta value is 8.95%
  • yellow value is 0.53%
  • key color value is 25.49%

CMYK: (0,9,1,25)
C0M9Y1K25 (0%, 9%, 1%, 25%)
(0.00 / 0.09 / 0.01 / 0.25)

CMYK percentages

%0
%8.95
%0.53
%25.49

Codes

Color #BEADBD in popluar color models

BE AD BD
RGB 190 173 189
HSL 304° 11.56% 71.18%
HSB/HSV 304° 8.95% 74.51%
CMYK 0.00% 8.95% 0.53%
25.49%

Color #BEADBD in popluar number systems.

HEX BE AD BD
Decimal 190 173 189
Binary 10111110 10101101 10111101
Octal 276 255 275

Shades and tints

Shades of #BEADBD

#BEADBD
(190,173,189)
#AD9EAC
(173,158,172)
#9C8F9B
(156,143,155)
#8B808A
(139,128,138)
#7A7179
(122,113,121)
#696268
(105,98,104)
#585357
(88,83,87)
#474446
(71,68,70)
#363535
(54,53,53)
#252624
(37,38,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #BEADBD

#BEADBD
(190,173,189)
#C3B4C3
(195,180,195)
#C8BBC9
(200,187,201)
#CDC2CF
(205,194,207)
#D2C9D5
(210,201,213)
#D7D0DB
(215,208,219)
#DCD7E1
(220,215,225)
#E1DEE7
(225,222,231)
#E6E5ED
(230,229,237)
#EBECF3
(235,236,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEADBD; }

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

This text font color is #BEADBD.

Background Color

.myBgColor { background-color: #BEADBD; }

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

This div background color is #BEADBD.

Border color

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

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

This div border color is #BEADBD.

Opacity

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

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

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

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

This text has shadow with #BEADBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEADBD.

Preview

Color preview on black background

This text has color #BEADBD on black background.


Color preview on white background

This text has color #BEADBD on white background.


Black color preview on #BEADBD background

This text has black color on #BEADBD background.


White color preview on #BEADBD background

This text has white color on #BEADBD background.


Related colors

Complementary color

Complementary color for #hex is #415242.


I love getcolorcode.com

Triadic colors

1 #BDBEAD and #ADBDBE with #BEADBD are triadic colors.

2 #BDADBE and #ADBEBD with #BEADBD are triadic colors.