Color Hex Logo

#bfd6be Color Hex

#BFD6BE
(191,214,190)
0 Favorites   0 Comments

Color spaces of #bfd6be

RGB 191214190
HSL0.330.230.79
HSV118°11°84°
CMYK 0.110.000.11   0.16
XYZ54.826762.887257.9640
Yxy62.88720.31210.3580
Hunter Lab79.3015-15.367912.1740
CIE-Lab83.3830-12.15669.2576

#bfd6be color RGB value is (191,214,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 10111110
Octal 277 326 276
Decimal 191 214 190
Hex BF D6 BE

RGB Percentages of Color #bfd6be

%32.10
%35.97
%31.93

CMYK Percentages of Color #bfd6be

%11
%0
%11
%16

Triadic Colors of #bfd6be

#bfd6be #bebfd6 #d6bebf

Analogous Colors of #bfd6be

#bfd6be #bed6c9 #cbd6be

Monochromatic Colors of #bfd6be

#bfd6be

Complementary Color

#bfd6be #d5bed6

#bfd6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd6be Color CSS Codes

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

#bfd6be Text Font Color

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

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


#bfd6be Background Color

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

This div background color is #bfd6be


#bfd6be Border Color

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

This div border color is #bfd6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd6be


Comments

No comments written yet.

Please login to write comment.