Color Hex Logo

#bfc9eb Color Hex

#BFC9EB
(191,201,235)
0 Favorites   0 Comments

Color spaces of #bfc9eb

RGB 191201235
HSL0.630.520.84
HSV226°19°92°
CMYK 0.190.140.00   0.08
XYZ57.367958.847886.9324
Yxy58.84780.28240.2897
Hunter Lab76.7123-0.7586-13.4903
CIE-Lab81.20793.5526-17.9401

#bfc9eb color RGB value is (191,201,235).

#bfc9eb hex color red value is 191, green value is 201 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bfc9eb hue: 0.63 , saturation: 0.52 and the lightness value of bfc9eb is 0.84.

The process color (four color CMYK) of #bfc9eb color hex is 0.19, 0.14, 0.00, 0.08. Web safe color of #bfc9eb is #ccccff. Color #bfc9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001001 11101011
Octal 277 311 353
Decimal 191 201 235
Hex BF C9 EB

RGB Percentages of Color #bfc9eb

%30.46
%32.06
%37.48

CMYK Percentages of Color #bfc9eb

%19
%14
%0
%8

Triadic Colors of #bfc9eb

#bfc9eb #ebbfc9 #c9ebbf

Analogous Colors of #bfc9eb

#bfc9eb #cbbfeb #bfdfeb

Monochromatic Colors of #bfc9eb

#bfc9eb

Complementary Color

#bfc9eb #ebe1bf

#bfc9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc9eb Color CSS Codes

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

#bfc9eb Text Font Color

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

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


#bfc9eb Background Color

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

This div background color is #bfc9eb


#bfc9eb Border Color

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

This div border color is #bfc9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc9eb


Comments

No comments written yet.

Please login to write comment.