COLOR #BEADDE

HEX: #BEADDE RGB: (190,173,222)

Color info

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

RGB color model

#BEADDE color RGB value is (190,173,222).

RGB: (190,173,222) (75%, 68%, 87%)

RGB channels and saturation

R 190 of 255 = 75%
G 173 of 255 = 68%
B 222 of 255 = 87%

190
173
222

R + G + B ~ 77%. #BEADDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 173 + 222 = 585 (100%)
R 190 of 585 ~ 32.48%
G 173 of 585 ~ 29.57%
B 222 of 585 ~ 37.95'%

%32.48
%29.57
%37.95

CMYK color model

#BEADDE color CMYK value is (14,22,0,13).

  • cyan value is 14.41%
  • magenta value is 22.07%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (14,22,0,13) C14M22Y0K13 (14%,22%,0%,13%) (0.14/0.22/0.00/0.13) 

CMYK percentages

%14.41
%22.07
%0
%12.94

Codes

Color #BEADDE in popluar color models

BE AD DE
RGB 190 173 222
HSL 261° 42.61% 77.45%
HSB/HSV 261° 22.07% 87.06%
CMYK 14.41% 22.07% 0.00%
12.94%

Color #BEADDE in popluar number systems.

HEX BE AD DE
Decimal 190 173 222
Binary 10111110 10101101 11011110
Octal 276 255 336

Shades and tints

Shades of #BEADDE

#BEADDE
(190,173,222)
#AD9ECA
(173,158,202)
#9C8FB6
(156,143,182)
#8B80A2
(139,128,162)
#7A718E
(122,113,142)
#69627A
(105,98,122)
#585366
(88,83,102)
#474452
(71,68,82)
#36353E
(54,53,62)
#25262A
(37,38,42)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #BEADDE

#BEADDE
(190,173,222)
#C3B4E1
(195,180,225)
#C8BBE4
(200,187,228)
#CDC2E7
(205,194,231)
#D2C9EA
(210,201,234)
#D7D0ED
(215,208,237)
#DCD7F0
(220,215,240)
#E1DEF3
(225,222,243)
#E6E5F6
(230,229,246)
#EBECF9
(235,236,249)
#F0F3FC
(240,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEADDE; }

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

This text font color is #BEADDE.

Background Color

.myBgColor { background-color: #BEADDE; }

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

This div background color is #BEADDE.

Border color

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

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

This div border color is #BEADDE.

Opacity

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

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

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

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

This text has shadow with #BEADDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEADDE.

Preview

Color preview on black background

This text has color #BEADDE on black background.


Color preview on white background

This text has color #BEADDE on white background.


Black color preview on #BEADDE background

This text has black color on #BEADDE background.


White color preview on #BEADDE background

This text has white color on #BEADDE background.


Related colors

Complementary color

Complementary color for #hex is #415221.


I love getcolorcode.com

Triadic colors

1 #DEBEAD and #ADDEBE with #BEADDE are triadic colors.

2 #DEADBE and #ADBEDE with #BEADDE are triadic colors.