Color Hex Logo

#bfd6bb Color Hex

#BFD6BB
(191,214,187)
0 Favorites   0 Comments

Color spaces of #bfd6bb

RGB 191214187
HSL0.310.250.79
HSV111°13°84°
CMYK 0.110.000.13   0.16
XYZ54.502162.757456.2545
Yxy62.75740.31410.3617
Hunter Lab79.2196-15.828413.3514
CIE-Lab83.3146-12.684710.7490

#bfd6bb color RGB value is (191,214,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 10111011
Octal 277 326 273
Decimal 191 214 187
Hex BF D6 BB

RGB Percentages of Color #bfd6bb

%32.26
%36.15
%31.59

CMYK Percentages of Color #bfd6bb

%11
%0
%13
%16

Triadic Colors of #bfd6bb

#bfd6bb #bbbfd6 #d6bbbf

Analogous Colors of #bfd6bb

#bfd6bb #bbd6c5 #cdd6bb

Monochromatic Colors of #bfd6bb

#bfd6bb

Complementary Color

#bfd6bb #d2bbd6

#bfd6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd6bb Color CSS Codes

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

#bfd6bb Text Font Color

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

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


#bfd6bb Background Color

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

This div background color is #bfd6bb


#bfd6bb Border Color

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

This div border color is #bfd6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd6bb


Comments

No comments written yet.

Please login to write comment.