Color Hex Logo

#bfc9bc Color Hex

#BFC9BC
(191,201,188)
0 Favorites   0 Comments

Color spaces of #bfc9bc

RGB 191201188
HSL0.290.110.76
HSV106°79°
CMYK 0.050.000.06   0.21
XYZ51.449656.480555.7671
Yxy56.48050.31430.3450
Hunter Lab75.1535-9.31878.6118
CIE-Lab79.8865-5.81315.3034

#bfc9bc color RGB value is (191,201,188).

#bfc9bc hex color red value is 191, green value is 201 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bfc9bc hue: 0.29 , saturation: 0.11 and the lightness value of bfc9bc is 0.76.

The process color (four color CMYK) of #bfc9bc color hex is 0.05, 0.00, 0.06, 0.21. Web safe color of #bfc9bc is #cccccc. Color #bfc9bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001001 10111100
Octal 277 311 274
Decimal 191 201 188
Hex BF C9 BC

RGB Percentages of Color #bfc9bc

%32.93
%34.66
%32.41

CMYK Percentages of Color #bfc9bc

%5
%0
%6
%21

Triadic Colors of #bfc9bc

#bfc9bc #bcbfc9 #c9bcbf

Analogous Colors of #bfc9bc

#bfc9bc #bcc9c0 #c6c9bc

Monochromatic Colors of #bfc9bc

#bfc9bc

Complementary Color

#bfc9bc #c6bcc9

#bfc9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc9bc Color CSS Codes

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

#bfc9bc Text Font Color

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

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


#bfc9bc Background Color

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

This div background color is #bfc9bc


#bfc9bc Border Color

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

This div border color is #bfc9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc9bc


Comments

No comments written yet.

Please login to write comment.