Color Hex Logo

#bfc6ec Color Hex

#BFC6EC
(191,198,236)
0 Favorites   0 Comments

Color spaces of #bfc6ec

RGB 191198236
HSL0.640.540.84
HSV231°19°93°
CMYK 0.190.160.00   0.07
XYZ56.820357.520787.4647
Yxy57.52070.28160.2850
Hunter Lab75.84241.0060-15.2861
CIE-Lab80.47165.3775-19.5875

#bfc6ec color RGB value is (191,198,236).

#bfc6ec hex color red value is 191, green value is 198 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bfc6ec hue: 0.64 , saturation: 0.54 and the lightness value of bfc6ec is 0.84.

The process color (four color CMYK) of #bfc6ec color hex is 0.19, 0.16, 0.00, 0.07. Web safe color of #bfc6ec is #ccccff. Color #bfc6ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000110 11101100
Octal 277 306 354
Decimal 191 198 236
Hex BF C6 EC

RGB Percentages of Color #bfc6ec

%30.56
%31.68
%37.76

CMYK Percentages of Color #bfc6ec

%19
%16
%0
%7

Triadic Colors of #bfc6ec

#bfc6ec #ecbfc6 #c6ecbf

Analogous Colors of #bfc6ec

#bfc6ec #cfbfec #bfddec

Monochromatic Colors of #bfc6ec

#bfc6ec

Complementary Color

#bfc6ec #ece5bf

#bfc6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc6ec Color CSS Codes

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

#bfc6ec Text Font Color

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

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


#bfc6ec Background Color

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

This div background color is #bfc6ec


#bfc6ec Border Color

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

This div border color is #bfc6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc6ec


Comments

No comments written yet.

Please login to write comment.