Color Hex Logo

#bfc2ea Color Hex

#BFC2EA
(191,194,234)
0 Favorites   0 Comments

Color spaces of #bfc2ea

RGB 191194234
HSL0.660.510.83
HSV236°18°92°
CMYK 0.180.170.00   0.08
XYZ55.628955.600585.6419
Yxy55.60050.28260.2824
Hunter Lab74.56572.6778-15.9010
CIE-Lab79.38597.0924-20.1587

#bfc2ea color RGB value is (191,194,234).

#bfc2ea hex color red value is 191, green value is 194 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bfc2ea hue: 0.66 , saturation: 0.51 and the lightness value of bfc2ea is 0.83.

The process color (four color CMYK) of #bfc2ea color hex is 0.18, 0.17, 0.00, 0.08. Web safe color of #bfc2ea is #ccccff. Color #bfc2ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000010 11101010
Octal 277 302 352
Decimal 191 194 234
Hex BF C2 EA

RGB Percentages of Color #bfc2ea

%30.86
%31.34
%37.80

CMYK Percentages of Color #bfc2ea

%18
%17
%0
%8

Triadic Colors of #bfc2ea

#bfc2ea #eabfc2 #c2eabf

Analogous Colors of #bfc2ea

#bfc2ea #d2bfea #bfd8ea

Monochromatic Colors of #bfc2ea

#bfc2ea

Complementary Color

#bfc2ea #eae7bf

#bfc2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc2ea Color CSS Codes

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

#bfc2ea Text Font Color

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

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


#bfc2ea Background Color

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

This div background color is #bfc2ea


#bfc2ea Border Color

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

This div border color is #bfc2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc2ea


Comments

No comments written yet.

Please login to write comment.