Color Hex Logo

#bfd8bb Color Hex

#BFD8BB
(191,216,187)
0 Favorites   0 Comments

Color spaces of #bfd8bb

RGB 191216187
HSL0.310.270.79
HSV112°13°85°
CMYK 0.120.000.13   0.15
XYZ55.011463.776056.4243
Yxy63.77600.31400.3640
Hunter Lab79.8599-16.795214.0111
CIE-Lab83.8490-13.698411.5091

#bfd8bb color RGB value is (191,216,187).

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

The process color (four color CMYK) of #bfd8bb color hex is 0.12, 0.00, 0.13, 0.15. Web safe color of #bfd8bb is #cccccc. Color #bfd8bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 10111011
Octal 277 330 273
Decimal 191 216 187
Hex BF D8 BB

RGB Percentages of Color #bfd8bb

%32.15
%36.36
%31.48

CMYK Percentages of Color #bfd8bb

%12
%0
%13
%15

Triadic Colors of #bfd8bb

#bfd8bb #bbbfd8 #d8bbbf

Analogous Colors of #bfd8bb

#bfd8bb #bbd8c6 #ced8bb

Monochromatic Colors of #bfd8bb

#bfd8bb

Complementary Color

#bfd8bb #d4bbd8

#bfd8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd8bb Color CSS Codes

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

#bfd8bb Text Font Color

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

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


#bfd8bb Background Color

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

This div background color is #bfd8bb


#bfd8bb Border Color

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

This div border color is #bfd8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd8bb


Comments

No comments written yet.

Please login to write comment.