Color Hex Logo

#bfbcdc Color Hex

#BFBCDC
(191,188,220)
0 Favorites   0 Comments

Color spaces of #bfbcdc

RGB 191188220
HSL0.680.310.80
HSV246°15°86°
CMYK 0.130.150.00   0.14
XYZ52.387352.210175.0266
Yxy52.21010.29160.2907
Hunter Lab72.25662.9667-10.9834
CIE-Lab77.40637.3382-15.6052

#bfbcdc color RGB value is (191,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111100 11011100
Octal 277 274 334
Decimal 191 188 220
Hex BF BC DC

RGB Percentages of Color #bfbcdc

%31.89
%31.39
%36.73

CMYK Percentages of Color #bfbcdc

%13
%15
%0
%14

Triadic Colors of #bfbcdc

#bfbcdc #dcbfbc #bcdcbf

Analogous Colors of #bfbcdc

#bfbcdc #cfbcdc #bcc9dc

Monochromatic Colors of #bfbcdc

#bfbcdc

Complementary Color

#bfbcdc #d9dcbc

#bfbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbcdc Color CSS Codes

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

#bfbcdc Text Font Color

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

This sample text font color is #bfbcdc
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.


#bfbcdc Background Color

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

This div background color is #bfbcdc


#bfbcdc Border Color

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

This div border color is #bfbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbcdc


Comments

No comments written yet.

Please login to write comment.