COLOR #BFABE4

HEX: #BFABE4
RGB: (191,171,228)

Color info

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

RGB color model

#BFABE4 color RGB value is (191,171,228).

  • red value is 191;
  • green value is 171;
  • blue value is 228.
RGB:
(191,171,228)
(75%,67%,89%)

RGB channels and saturation

R 191 of 255 = 75%
G 171 of 255 = 67%
B 228 of 255 = 89%

191
171
228

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

Portions of RGB colors in percentages

R + G + B =
191 + 171 + 228 = 590 (100%)
R 191 of 590 ~ 32.37%
G 171 of 590 ~ 28.98%
B 228 of 590 ~ 38.64%

%32.37
%28.98
%38.64

CMYK color model

#BFABE4 color CMYK value is (16,25,0,11).

  • cyan value is 16.23%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(16,25,0,11)
C16M25Y0K11 
(16%,25%,0%,11%)
(0.16/0.25/0.00/0.11)	

CMYK percentages

%16.23
%25
%0
%10.59

Codes

Color #BFABE4 in popluar color models

BFABE4
RGB191171228
HSL261°51.35%78.24%
HSB/HSV261°25.00%89.41%
CMYK16.23%25.00%0.00%
10.59%

Color #BFABE4 in popluar number systems.

HEXBFABE4
Decimal191171228
Binary101111111010101111100100
Octal277253344

Shades and tints

Shades of #BFABE4

#BFABE4
(191,171,228)
#AE9CD0
(174,156,208)
#9D8DBC
(157,141,188)
#8C7EA8
(140,126,168)
#7B6F94
(123,111,148)
#6A6080
(106,96,128)
#59516C
(89,81,108)
#484258
(72,66,88)
#373344
(55,51,68)
#262430
(38,36,48)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #BFABE4

#BFABE4
(191,171,228)
#C4B2E6
(196,178,230)
#C9B9E8
(201,185,232)
#CEC0EA
(206,192,234)
#D3C7EC
(211,199,236)
#D8CEEE
(216,206,238)
#DDD5F0
(221,213,240)
#E2DCF2
(226,220,242)
#E7E3F4
(231,227,244)
#ECEAF6
(236,234,246)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFABE4 color. Also use rgb(191,171,228) instead hex code.

Text Font Color

.myTextColor { color: #BFABE4; }

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

This text font color is #BFABE4.


Background Color

.myBgColor { background-color: #BFABE4; }

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

This div background color is #BFABE4.


Border color

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

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

This div border color is #BFABE4.


Opacity

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

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

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

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

This text has shadow with #BFABE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFABE4 on black background.


Color preview on white background

This text has color #BFABE4 on white background.



Black color preview on #BFABE4 background

This text has black color on #BFABE4 background.


White color preview on #BFABE4 background

This text has white color on #BFABE4 background.