Color Hex Logo

#bfbcde Color Hex

#BFBCDE
(191,188,222)
0 Favorites   0 Comments

Color spaces of #bfbcde

RGB 191188222
HSL0.680.340.80
HSV245°15°87°
CMYK 0.140.150.00   0.13
XYZ52.653952.316776.4302
Yxy52.31670.29030.2884
Hunter Lab72.33033.3637-12.0196
CIE-Lab77.46987.7586-16.5905

#bfbcde color RGB value is (191,188,222).

#bfbcde hex color red value is 191, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bfbcde hue: 0.68 , saturation: 0.34 and the lightness value of bfbcde is 0.80.

The process color (four color CMYK) of #bfbcde color hex is 0.14, 0.15, 0.00, 0.13. Web safe color of #bfbcde is #cccccc. Color #bfbcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 11011110
Octal 277 274 336
Decimal 191 188 222
Hex BF BC DE

RGB Percentages of Color #bfbcde

%31.78
%31.28
%36.94

CMYK Percentages of Color #bfbcde

%14
%15
%0
%13

Triadic Colors of #bfbcde

#bfbcde #debfbc #bcdebf

Analogous Colors of #bfbcde

#bfbcde #d0bcde #bccade

Monochromatic Colors of #bfbcde

#bfbcde

Complementary Color

#bfbcde #dbdebc

#bfbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbcde Color CSS Codes

.mybgcolor {background-color:#bfbcde; } 
.myforecolor {color:#bfbcde; }
.mybordercolor {border:3px solid #bfbcde; }

#bfbcde Text Font Color

<p style="color:#bfbcde">Text here</p>

This sample text font color is #bfbcde
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfbcde Background Color

<div style="background-color:#bfbcde">
Div content here</div>

This div background color is #bfbcde


#bfbcde Border Color

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

This div border color is #bfbcde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,188,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfbcde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfbcde;
  -webkit-box-shadow: 1px 1px 3px 2px #bfbcde;
  box-shadow:         1px 1px 3px 2px #bfbcde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,188,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfbcde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfbcde;
  -webkit-box-shadow: 1px 1px 3px 2px #bfbcde;
  box-shadow:         1px 1px 3px 2px #bfbcde;">
Div content here</div>

This div box has shadow with color #bfbcde


Comments

No comments written yet.

Please login to write comment.