Color Hex Logo

#bcbfea Color Hex

#BCBFEA
(188,191,234)
0 Favorites   0 Comments

Color spaces of #bcbfea

RGB 188191234
HSL0.660.520.83
HSV236°20°92°
CMYK 0.200.180.00   0.08
XYZ54.221153.893585.3866
Yxy53.89350.28020.2785
Hunter Lab73.41223.3660-17.5724
CIE-Lab78.39967.7854-21.6756

#bcbfea color RGB value is (188,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 11101010
Octal 274 277 352
Decimal 188 191 234
Hex BC BF EA

RGB Percentages of Color #bcbfea

%30.67
%31.16
%38.17

CMYK Percentages of Color #bcbfea

%20
%18
%0
%8

Triadic Colors of #bcbfea

#bcbfea #eabcbf #bfeabc

Analogous Colors of #bcbfea

#bcbfea #d0bcea #bcd6ea

Monochromatic Colors of #bcbfea

#bcbfea

Complementary Color

#bcbfea #eae7bc

#bcbfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfea Color CSS Codes

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

#bcbfea Text Font Color

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

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


#bcbfea Background Color

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

This div background color is #bcbfea


#bcbfea Border Color

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

This div border color is #bcbfea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,191,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 #bcbfea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfea


Comments

No comments written yet.

Please login to write comment.