COLOR #BEAFFF

HEX: #BEAFFF RGB: (190,175,255)

Color info

#BEAFFF contains mainly blue color. Web safe color of #BEAFFF is #CC99FF (or #C9F).

RGB color model

#BEAFFF color RGB value is (190,175,255).

RGB: (190,175,255) (75%, 69%, 100%)

RGB channels and saturation

R 190 of 255 = 75%
G 175 of 255 = 69%
B 255 of 255 = 100%

190
175
255

R + G + B ~ 81%. #BEAFFF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 175 + 255 = 620 (100%)
R 190 of 620 ~ 30.65%
G 175 of 620 ~ 28.23%
B 255 of 620 ~ 41.13'%

%30.65
%28.23
%41.13

CMYK color model

#BEAFFF color CMYK value is (25,31,0,0).

  • cyan value is 25.49%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (25,31,0,0)
C25M31Y0K0 (25%, 31%, 0%, 0%)
(0.25 / 0.31 / 0.00 / 0.00)

CMYK percentages

%25.49
%31.37
%0
%0

Codes

Color #BEAFFF in popluar color models

BE AF FF
RGB 190 175 255
HSL 251° 100.00% 84.31%
HSB/HSV 251° 31.37% 100.00%
CMYK 25.49% 31.37% 0.00%
0.00%

Color #BEAFFF in popluar number systems.

HEX BE AF FF
Decimal 190 175 255
Binary 10111110 10101111 11111111
Octal 276 257 377

Shades and tints

Shades of #BEAFFF

#BEAFFF
(190,175,255)
#ADA0E8
(173,160,232)
#9C91D1
(156,145,209)
#8B82BA
(139,130,186)
#7A73A3
(122,115,163)
#69648C
(105,100,140)
#585575
(88,85,117)
#47465E
(71,70,94)
#363747
(54,55,71)
#252830
(37,40,48)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #BEAFFF

#BEAFFF
(190,175,255)
#C3B6FF
(195,182,255)
#C8BDFF
(200,189,255)
#CDC4FF
(205,196,255)
#D2CBFF
(210,203,255)
#D7D2FF
(215,210,255)
#DCD9FF
(220,217,255)
#E1E0FF
(225,224,255)
#E6E7FF
(230,231,255)
#EBEEFF
(235,238,255)
#F0F5FF
(240,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEAFFF color. Also use rgb(190,175,255) instead hex code.

Text Font Color

.myTextColor { color: #BEAFFF; }

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

This text font color is #BEAFFF.

Background Color

.myBgColor { background-color: #BEAFFF; }

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

This div background color is #BEAFFF.

Border color

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

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

This div border color is #BEAFFF.

Opacity

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

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

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

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

This text has shadow with #BEAFFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEAFFF.

Preview

Color preview on black background

This text has color #BEAFFF on black background.


Color preview on white background

This text has color #BEAFFF on white background.


Black color preview on #BEAFFF background

This text has black color on #BEAFFF background.


White color preview on #BEAFFF background

This text has white color on #BEAFFF background.


Related colors

Complementary color

Complementary color for #hex is #415000.


I love getcolorcode.com

Triadic colors

1 #FFBEAF and #AFFFBE with #BEAFFF are triadic colors.

2 #FFAFBE and #AFBEFF with #BEAFFF are triadic colors.