COLOR #BFBAE0

HEX: #BFBAE0
RGB: (191,186,224)

Color info

#BFBAE0 contains red, green and blue colors in about the same proportion. Web safe color of #BFBAE0 is #CCCCCC (or #CCC).

RGB color model

#BFBAE0 color RGB value is (191,186,224).

  • red value is 191;
  • green value is 186;
  • blue value is 224.
RGB:
(191,186,224)
(75%,73%,88%)

RGB channels and saturation

R 191 of 255 = 75%
G 186 of 255 = 73%
B 224 of 255 = 88%

191
186
224

R + G + B ~ 79%. #BFBAE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 186 + 224 = 601 (100%)
R 191 of 601 ~ 31.78%
G 186 of 601 ~ 30.95%
B 224 of 601 ~ 37.27%

%31.78
%30.95
%37.27

CMYK color model

#BFBAE0 color CMYK value is (15,17,0,12).

  • cyan value is 14.73%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(15,17,0,12)
C15M17Y0K12 
(15%,17%,0%,12%)
(0.15/0.17/0.00/0.12)	

CMYK percentages

%14.73
%16.96
%0
%12.16

Codes

Color #BFBAE0 in popluar color models

BFBAE0
RGB191186224
HSL248°38.00%80.39%
HSB/HSV248°16.96%87.84%
CMYK14.73%16.96%0.00%
12.16%

Color #BFBAE0 in popluar number systems.

HEXBFBAE0
Decimal191186224
Binary101111111011101011100000
Octal277272340

Shades and tints

Shades of #BFBAE0

#BFBAE0
(191,186,224)
#AEAACC
(174,170,204)
#9D9AB8
(157,154,184)
#8C8AA4
(140,138,164)
#7B7A90
(123,122,144)
#6A6A7C
(106,106,124)
#595A68
(89,90,104)
#484A54
(72,74,84)
#373A40
(55,58,64)
#262A2C
(38,42,44)
#151A18
(21,26,24)
#000000
(0,0,0)

Tints of #BFBAE0

#BFBAE0
(191,186,224)
#C4C0E2
(196,192,226)
#C9C6E4
(201,198,228)
#CECCE6
(206,204,230)
#D3D2E8
(211,210,232)
#D8D8EA
(216,216,234)
#DDDEEC
(221,222,236)
#E2E4EE
(226,228,238)
#E7EAF0
(231,234,240)
#ECF0F2
(236,240,242)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFBAE0 color. Also use rgb(191,186,224) instead hex code.

Text Font Color

.myTextColor { color: #BFBAE0; }

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

This text font color is #BFBAE0.


Background Color

.myBgColor { background-color: #BFBAE0; }

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

This div background color is #BFBAE0.


Border color

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

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

This div border color is #BFBAE0.


Opacity

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

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

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

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

This text has shadow with #BFBAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBAE0 on black background.


Color preview on white background

This text has color #BFBAE0 on white background.



Black color preview on #BFBAE0 background

This text has black color on #BFBAE0 background.


White color preview on #BFBAE0 background

This text has white color on #BFBAE0 background.