Color Hex Logo

#bfc6dc Color Hex

#BFC6DC
(191,198,220)
0 Favorites   0 Comments

Color spaces of #bfc6dc

RGB 191198220
HSL0.630.290.81
HSV226°13°86°
CMYK 0.130.100.00   0.14
XYZ54.598256.631875.7635
Yxy56.63180.29200.3029
Hunter Lab75.2541-2.1897-7.0135
CIE-Lab79.97211.9667-11.7580

#bfc6dc color RGB value is (191,198,220).

#bfc6dc hex color red value is 191, green value is 198 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bfc6dc hue: 0.63 , saturation: 0.29 and the lightness value of bfc6dc is 0.81.

The process color (four color CMYK) of #bfc6dc color hex is 0.13, 0.10, 0.00, 0.14. Web safe color of #bfc6dc is #cccccc. Color #bfc6dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000110 11011100
Octal 277 306 334
Decimal 191 198 220
Hex BF C6 DC

RGB Percentages of Color #bfc6dc

%31.36
%32.51
%36.12

CMYK Percentages of Color #bfc6dc

%13
%10
%0
%14

Triadic Colors of #bfc6dc

#bfc6dc #dcbfc6 #c6dcbf

Analogous Colors of #bfc6dc

#bfc6dc #c7bfdc #bfd5dc

Monochromatic Colors of #bfc6dc

#bfc6dc

Complementary Color

#bfc6dc #dcd5bf

#bfc6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc6dc Color CSS Codes

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

#bfc6dc Text Font Color

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

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


#bfc6dc Background Color

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

This div background color is #bfc6dc


#bfc6dc Border Color

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

This div border color is #bfc6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc6dc


Comments

No comments written yet.

Please login to write comment.