Color Hex Logo

#bfc7df Color Hex

#BFC7DF
(191,199,223)
0 Favorites   0 Comments

Color spaces of #bfc7df

RGB 191199223
HSL0.630.330.81
HSV225°14°87°
CMYK 0.140.110.00   0.13
XYZ55.228657.250977.9517
Yxy57.25090.29000.3006
Hunter Lab75.6643-2.1226-8.1173
CIE-Lab80.32052.0583-12.8473

#bfc7df color RGB value is (191,199,223).

#bfc7df hex color red value is 191, green value is 199 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bfc7df hue: 0.63 , saturation: 0.33 and the lightness value of bfc7df is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 11011111
Octal 277 307 337
Decimal 191 199 223
Hex BF C7 DF

RGB Percentages of Color #bfc7df

%31.16
%32.46
%36.38

CMYK Percentages of Color #bfc7df

%14
%11
%0
%13

Triadic Colors of #bfc7df

#bfc7df #dfbfc7 #c7dfbf

Analogous Colors of #bfc7df

#bfc7df #c7bfdf #bfd7df

Monochromatic Colors of #bfc7df

#bfc7df

Complementary Color

#bfc7df #dfd7bf

#bfc7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc7df Color CSS Codes

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

#bfc7df Text Font Color

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

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


#bfc7df Background Color

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

This div background color is #bfc7df


#bfc7df Border Color

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

This div border color is #bfc7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc7df


Comments

No comments written yet.

Please login to write comment.