COLOR #BFBDCC

HEX: #BFBDCC
RGB: (191,189,204)

Color info

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

RGB color model

#BFBDCC color RGB value is (191,189,204).

  • red value is 191;
  • green value is 189;
  • blue value is 204.
RGB:
(191,189,204)
(75%,74%,80%)

RGB channels and saturation

R 191 of 255 = 75%
G 189 of 255 = 74%
B 204 of 255 = 80%

191
189
204

R + G + B ~ 76%. #BFBDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 189 + 204 = 584 (100%)
R 191 of 584 ~ 32.71%
G 189 of 584 ~ 32.36%
B 204 of 584 ~ 34.93%

%32.71
%32.36
%34.93

CMYK color model

#BFBDCC color CMYK value is (6,7,0,20).

  • cyan value is 6.37%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(6,7,0,20)
C6M7Y0K20 
(6%,7%,0%,20%)
(0.06/0.07/0.00/0.20)	

CMYK percentages

%6.37
%7.35
%0
%20

Codes

Color #BFBDCC in popluar color models

BFBDCC
RGB191189204
HSL248°12.82%77.06%
HSB/HSV248°7.35%80.00%
CMYK6.37%7.35%0.00%
20.00%

Color #BFBDCC in popluar number systems.

HEXBFBDCC
Decimal191189204
Binary101111111011110111001100
Octal277275314

Shades and tints

Shades of #BFBDCC

#BFBDCC
(191,189,204)
#AEACBA
(174,172,186)
#9D9BA8
(157,155,168)
#8C8A96
(140,138,150)
#7B7984
(123,121,132)
#6A6872
(106,104,114)
#595760
(89,87,96)
#48464E
(72,70,78)
#37353C
(55,53,60)
#26242A
(38,36,42)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #BFBDCC

#BFBDCC
(191,189,204)
#C4C3D0
(196,195,208)
#C9C9D4
(201,201,212)
#CECFD8
(206,207,216)
#D3D5DC
(211,213,220)
#D8DBE0
(216,219,224)
#DDE1E4
(221,225,228)
#E2E7E8
(226,231,232)
#E7EDEC
(231,237,236)
#ECF3F0
(236,243,240)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFBDCC color. Also use rgb(191,189,204) instead hex code.

Text Font Color

.myTextColor { color: #BFBDCC; }

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

This text font color is #BFBDCC.


Background Color

.myBgColor { background-color: #BFBDCC; }

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

This div background color is #BFBDCC.


Border color

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

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

This div border color is #BFBDCC.


Opacity

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

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

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

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

This text has shadow with #BFBDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBDCC on black background.


Color preview on white background

This text has color #BFBDCC on white background.



Black color preview on #BFBDCC background

This text has black color on #BFBDCC background.


White color preview on #BFBDCC background

This text has white color on #BFBDCC background.