Color Hex Logo

#bfd7bc Color Hex

#BFD7BC
(191,215,188)
0 Favorites   0 Comments

Color spaces of #bfd7bc

RGB 191215188
HSL0.310.250.79
HSV113°13°84°
CMYK 0.110.000.13   0.16
XYZ54.863463.308156.9050
Yxy63.30810.31340.3616
Hunter Lab79.5664-16.160113.2929
CIE-Lab83.6042-13.017310.6322

#bfd7bc color RGB value is (191,215,188).

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

The process color (four color CMYK) of #bfd7bc color hex is 0.11, 0.00, 0.13, 0.16. Web safe color of #bfd7bc is #cccccc. Color #bfd7bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 10111100
Octal 277 327 274
Decimal 191 215 188
Hex BF D7 BC

RGB Percentages of Color #bfd7bc

%32.15
%36.20
%31.65

CMYK Percentages of Color #bfd7bc

%11
%0
%13
%16

Triadic Colors of #bfd7bc

#bfd7bc #bcbfd7 #d7bcbf

Analogous Colors of #bfd7bc

#bfd7bc #bcd7c7 #cdd7bc

Monochromatic Colors of #bfd7bc

#bfd7bc

Complementary Color

#bfd7bc #d4bcd7

#bfd7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd7bc Color CSS Codes

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

#bfd7bc Text Font Color

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

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


#bfd7bc Background Color

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

This div background color is #bfd7bc


#bfd7bc Border Color

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

This div border color is #bfd7bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,215,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 #bfd7bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd7bc


Comments

No comments written yet.

Please login to write comment.