COLOR #BEABEE

HEX: #BEABEE RGB: (190,171,238)

Color info

#BEABEE contains mainly red and blue colors. Web safe color of #BEABEE is #CC99FF (or #C9F).

RGB color model

#BEABEE color RGB value is (190,171,238).

RGB: (190,171,238) (75%, 67%, 93%)

RGB channels and saturation

R 190 of 255 = 75%
G 171 of 255 = 67%
B 238 of 255 = 93%

190
171
238

R + G + B ~ 78%. #BEABEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 171 + 238 = 599 (100%)
R 190 of 599 ~ 31.72%
G 171 of 599 ~ 28.55%
B 238 of 599 ~ 39.73'%

%31.72
%28.55
%39.73

CMYK color model

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

  • cyan value is 20.17%
  • magenta value is 28.15%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (20,28,0,7)
C20M28Y0K7 (20%, 28%, 0%, 7%)
(0.20 / 0.28 / 0.00 / 0.07)

CMYK percentages

%20.17
%28.15
%0
%6.67

Codes

Color #BEABEE in popluar color models

BE AB EE
RGB 190 171 238
HSL 257° 66.34% 80.20%
HSB/HSV 257° 28.15% 93.33%
CMYK 20.17% 28.15% 0.00%
6.67%

Color #BEABEE in popluar number systems.

HEX BE AB EE
Decimal 190 171 238
Binary 10111110 10101011 11101110
Octal 276 253 356

Shades and tints

Shades of #BEABEE

#BEABEE
(190,171,238)
#AD9CD9
(173,156,217)
#9C8DC4
(156,141,196)
#8B7EAF
(139,126,175)
#7A6F9A
(122,111,154)
#696085
(105,96,133)
#585170
(88,81,112)
#47425B
(71,66,91)
#363346
(54,51,70)
#252431
(37,36,49)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #BEABEE

#BEABEE
(190,171,238)
#C3B2EF
(195,178,239)
#C8B9F0
(200,185,240)
#CDC0F1
(205,192,241)
#D2C7F2
(210,199,242)
#D7CEF3
(215,206,243)
#DCD5F4
(220,213,244)
#E1DCF5
(225,220,245)
#E6E3F6
(230,227,246)
#EBEAF7
(235,234,247)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEABEE color. Also use rgb(190,171,238) instead hex code.

Text Font Color

.myTextColor { color: #BEABEE; }

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

This text font color is #BEABEE.

Background Color

.myBgColor { background-color: #BEABEE; }

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

This div background color is #BEABEE.

Border color

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

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

This div border color is #BEABEE.

Opacity

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

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

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

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

This text has shadow with #BEABEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEABEE.

Preview

Color preview on black background

This text has color #BEABEE on black background.


Color preview on white background

This text has color #BEABEE on white background.


Black color preview on #BEABEE background

This text has black color on #BEABEE background.


White color preview on #BEABEE background

This text has white color on #BEABEE background.


Related colors

Complementary color

Complementary color for #hex is #415411.


I love getcolorcode.com

Triadic colors

1 #EEBEAB and #ABEEBE with #BEABEE are triadic colors.

2 #EEABBE and #ABBEEE with #BEABEE are triadic colors.