Color Hex Logo

#bfc0ee Color Hex

#BFC0EE
(191,192,238)
0 Favorites   0 Comments

Color spaces of #bfc0ee

RGB 191192238
HSL0.660.580.84
HSV239°20°93°
CMYK 0.200.190.00   0.07
XYZ55.768154.948788.5558
Yxy54.94870.27990.2757
Hunter Lab74.12744.5676-18.9412
CIE-Lab79.01179.0538-22.8744

#bfc0ee color RGB value is (191,192,238).

#bfc0ee hex color red value is 191, green value is 192 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bfc0ee hue: 0.66 , saturation: 0.58 and the lightness value of bfc0ee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000000 11101110
Octal 277 300 356
Decimal 191 192 238
Hex BF C0 EE

RGB Percentages of Color #bfc0ee

%30.76
%30.92
%38.33

CMYK Percentages of Color #bfc0ee

%20
%19
%0
%7

Triadic Colors of #bfc0ee

#bfc0ee #eebfc0 #c0eebf

Analogous Colors of #bfc0ee

#bfc0ee #d6bfee #bfd8ee

Monochromatic Colors of #bfc0ee

#bfc0ee

Complementary Color

#bfc0ee #eeedbf

#bfc0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc0ee Color CSS Codes

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

#bfc0ee Text Font Color

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

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


#bfc0ee Background Color

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

This div background color is #bfc0ee


#bfc0ee Border Color

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

This div border color is #bfc0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc0ee

#bfc0ee Color Palettes


Comments

No comments written yet.

Please login to write comment.