COLOR #BFBAE6

HEX: #BFBAE6
RGB: (191,186,230)

Color info

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

RGB color model

#BFBAE6 color RGB value is (191,186,230).

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

RGB channels and saturation

R 191 of 255 = 75%
G 186 of 255 = 73%
B 230 of 255 = 90%

191
186
230

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

Portions of RGB colors in percentages

R + G + B =
191 + 186 + 230 = 607 (100%)
R 191 of 607 ~ 31.47%
G 186 of 607 ~ 30.64%
B 230 of 607 ~ 37.89%

%31.47
%30.64
%37.89

CMYK color model

#BFBAE6 color CMYK value is (17,19,0,10).

  • cyan value is 16.96%
  • magenta value is 19.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(17,19,0,10)
C17M19Y0K10 
(17%,19%,0%,10%)
(0.17/0.19/0.00/0.10)	

CMYK percentages

%16.96
%19.13
%0
%9.8

Codes

Color #BFBAE6 in popluar color models

BFBAE6
RGB191186230
HSL247°46.81%81.57%
HSB/HSV247°19.13%90.20%
CMYK16.96%19.13%0.00%
9.80%

Color #BFBAE6 in popluar number systems.

HEXBFBAE6
Decimal191186230
Binary101111111011101011100110
Octal277272346

Shades and tints

Shades of #BFBAE6

#BFBAE6
(191,186,230)
#AEAAD2
(174,170,210)
#9D9ABE
(157,154,190)
#8C8AAA
(140,138,170)
#7B7A96
(123,122,150)
#6A6A82
(106,106,130)
#595A6E
(89,90,110)
#484A5A
(72,74,90)
#373A46
(55,58,70)
#262A32
(38,42,50)
#151A1E
(21,26,30)
#000000
(0,0,0)

Tints of #BFBAE6

#BFBAE6
(191,186,230)
#C4C0E8
(196,192,232)
#C9C6EA
(201,198,234)
#CECCEC
(206,204,236)
#D3D2EE
(211,210,238)
#D8D8F0
(216,216,240)
#DDDEF2
(221,222,242)
#E2E4F4
(226,228,244)
#E7EAF6
(231,234,246)
#ECF0F8
(236,240,248)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBAE6; }

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

This text font color is #BFBAE6.


Background Color

.myBgColor { background-color: #BFBAE6; }

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

This div background color is #BFBAE6.


Border color

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

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

This div border color is #BFBAE6.


Opacity

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

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

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

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

This text has shadow with #BFBAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBAE6 on black background.


Color preview on white background

This text has color #BFBAE6 on white background.



Black color preview on #BFBAE6 background

This text has black color on #BFBAE6 background.


White color preview on #BFBAE6 background

This text has white color on #BFBAE6 background.