Color Hex Logo

#bfc9f9 Color Hex

#BFC9F9
(191,201,249)
0 Favorites   0 Comments

Color spaces of #bfc9f9

RGB 191201249
HSL0.640.830.86
HSV230°23°98°
CMYK 0.230.190.00   0.02
XYZ59.471459.689298.0092
Yxy59.68920.27380.2749
Hunter Lab77.25882.2008-21.1331
CIE-Lab81.66906.6678-24.7126

#bfc9f9 color RGB value is (191,201,249).

#bfc9f9 hex color red value is 191, green value is 201 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #bfc9f9 hue: 0.64 , saturation: 0.83 and the lightness value of bfc9f9 is 0.86.

The process color (four color CMYK) of #bfc9f9 color hex is 0.23, 0.19, 0.00, 0.02. Web safe color of #bfc9f9 is #ccccff. Color #bfc9f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001001 11111001
Octal 277 311 371
Decimal 191 201 249
Hex BF C9 F9

RGB Percentages of Color #bfc9f9

%29.80
%31.36
%38.85

CMYK Percentages of Color #bfc9f9

%23
%19
%0
%2

Triadic Colors of #bfc9f9

#bfc9f9 #f9bfc9 #c9f9bf

Analogous Colors of #bfc9f9

#bfc9f9 #d2bff9 #bfe6f9

Monochromatic Colors of #bfc9f9

#bfc9f9

Complementary Color

#bfc9f9 #f9efbf

#bfc9f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc9f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc9f9 Color CSS Codes

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

#bfc9f9 Text Font Color

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

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


#bfc9f9 Background Color

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

This div background color is #bfc9f9


#bfc9f9 Border Color

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

This div border color is #bfc9f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc9f9


Comments

No comments written yet.

Please login to write comment.