Color Hex Logo

#bfc6ce Color Hex

#BFC6CE
(191,198,206)
0 Favorites   0 Comments

Color spaces of #bfc6ce

RGB 191198206
HSL0.590.130.78
HSV212°81°
CMYK 0.070.040.00   0.19
XYZ52.820555.920866.4024
Yxy55.92080.30160.3193
Hunter Lab74.7802-4.7831-0.3014
CIE-Lab79.5687-0.8557-4.8310

#bfc6ce color RGB value is (191,198,206).

#bfc6ce hex color red value is 191, green value is 198 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bfc6ce hue: 0.59 , saturation: 0.13 and the lightness value of bfc6ce is 0.78.

The process color (four color CMYK) of #bfc6ce color hex is 0.07, 0.04, 0.00, 0.19. Web safe color of #bfc6ce is #cccccc. Color #bfc6ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000110 11001110
Octal 277 306 316
Decimal 191 198 206
Hex BF C6 CE

RGB Percentages of Color #bfc6ce

%32.10
%33.28
%34.62

CMYK Percentages of Color #bfc6ce

%7
%4
%0
%19

Triadic Colors of #bfc6ce

#bfc6ce #cebfc6 #c6cebf

Analogous Colors of #bfc6ce

#bfc6ce #c0bfce #bfcece

Monochromatic Colors of #bfc6ce

#bfc6ce

Complementary Color

#bfc6ce #cec7bf

#bfc6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc6ce Color CSS Codes

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

#bfc6ce Text Font Color

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

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


#bfc6ce Background Color

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

This div background color is #bfc6ce


#bfc6ce Border Color

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

This div border color is #bfc6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc6ce


Comments

No comments written yet.

Please login to write comment.