COLOR #BEADBF

HEX: #BEADBF RGB: (190,173,191)

Color info

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

RGB color model

#BEADBF color RGB value is (190,173,191).

RGB: (190,173,191) (75%, 68%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 173 of 255 = 68%
B 191 of 255 = 75%

190
173
191

R + G + B ~ 73%. #BEADBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 173 + 191 = 554 (100%)
R 190 of 554 ~ 34.3%
G 173 of 554 ~ 31.23%
B 191 of 554 ~ 34.48'%

%34.3
%31.23
%34.48

CMYK color model

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

  • cyan value is 0.52%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 25.10%

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

CMYK percentages

%0.52
%9.42
%0
%25.1

Codes

Color #BEADBF in popluar color models

BE AD BF
RGB 190 173 191
HSL 297° 12.33% 71.37%
HSB/HSV 297° 9.42% 74.90%
CMYK 0.52% 9.42% 0.00%
25.10%

Color #BEADBF in popluar number systems.

HEX BE AD BF
Decimal 190 173 191
Binary 10111110 10101101 10111111
Octal 276 255 277

Shades and tints

Shades of #BEADBF

#BEADBF
(190,173,191)
#AD9EAE
(173,158,174)
#9C8F9D
(156,143,157)
#8B808C
(139,128,140)
#7A717B
(122,113,123)
#69626A
(105,98,106)
#585359
(88,83,89)
#474448
(71,68,72)
#363537
(54,53,55)
#252626
(37,38,38)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #BEADBF

#BEADBF
(190,173,191)
#C3B4C4
(195,180,196)
#C8BBC9
(200,187,201)
#CDC2CE
(205,194,206)
#D2C9D3
(210,201,211)
#D7D0D8
(215,208,216)
#DCD7DD
(220,215,221)
#E1DEE2
(225,222,226)
#E6E5E7
(230,229,231)
#EBECEC
(235,236,236)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEADBF; }

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

This text font color is #BEADBF.

Background Color

.myBgColor { background-color: #BEADBF; }

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

This div background color is #BEADBF.

Border color

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

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

This div border color is #BEADBF.

Opacity

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

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

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

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

This text has shadow with #BEADBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEADBF.

Preview

Color preview on black background

This text has color #BEADBF on black background.


Color preview on white background

This text has color #BEADBF on white background.


Black color preview on #BEADBF background

This text has black color on #BEADBF background.


White color preview on #BEADBF background

This text has white color on #BEADBF background.


Related colors

Complementary color

Complementary color for #hex is #415240.


I love getcolorcode.com

Triadic colors

1 #BFBEAD and #ADBFBE with #BEADBF are triadic colors.

2 #BFADBE and #ADBEBF with #BEADBF are triadic colors.