Color Hex Logo

#bfc5fa Color Hex

#BFC5FA
(191,197,250)
0 Favorites   0 Comments

Color spaces of #bfc5fa

RGB 191197250
HSL0.650.860.86
HSV234°24°98°
CMYK 0.240.210.00   0.02
XYZ58.707457.911098.5262
Yxy57.91100.27290.2692
Hunter Lab76.09934.5315-23.4936
CIE-Lab80.68939.0514-26.7407

#bfc5fa color RGB value is (191,197,250).

#bfc5fa hex color red value is 191, green value is 197 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bfc5fa hue: 0.65 , saturation: 0.86 and the lightness value of bfc5fa is 0.86.

The process color (four color CMYK) of #bfc5fa color hex is 0.24, 0.21, 0.00, 0.02. Web safe color of #bfc5fa is #ccccff. Color #bfc5fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 11111010
Octal 277 305 372
Decimal 191 197 250
Hex BF C5 FA

RGB Percentages of Color #bfc5fa

%29.94
%30.88
%39.18

CMYK Percentages of Color #bfc5fa

%24
%21
%0
%2

Triadic Colors of #bfc5fa

#bfc5fa #fabfc5 #c5fabf

Analogous Colors of #bfc5fa

#bfc5fa #d7bffa #bfe3fa

Monochromatic Colors of #bfc5fa

#bfc5fa

Complementary Color

#bfc5fa #faf4bf

#bfc5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc5fa Color CSS Codes

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

#bfc5fa Text Font Color

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

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


#bfc5fa Background Color

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

This div background color is #bfc5fa


#bfc5fa Border Color

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

This div border color is #bfc5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc5fa

Related Colors


Comments

No comments written yet.

Please login to write comment.