Color Hex Logo

#bcbfe3 Color Hex

#BCBFE3
(188,191,227)
0 Favorites   0 Comments

Color spaces of #bcbfe3

RGB 188191227
HSL0.650.410.81
HSV235°17°89°
CMYK 0.170.160.00   0.11
XYZ53.235053.499080.1936
Yxy53.49900.28480.2862
Hunter Lab73.14301.9157-13.8051
CIE-Lab78.16876.2514-18.2563

#bcbfe3 color RGB value is (188,191,227).

#bcbfe3 hex color red value is 188, green value is 191 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #bcbfe3 hue: 0.65 , saturation: 0.41 and the lightness value of bcbfe3 is 0.81.

The process color (four color CMYK) of #bcbfe3 color hex is 0.17, 0.16, 0.00, 0.11. Web safe color of #bcbfe3 is #cccccc. Color #bcbfe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 11100011
Octal 274 277 343
Decimal 188 191 227
Hex BC BF E3

RGB Percentages of Color #bcbfe3

%31.02
%31.52
%37.46

CMYK Percentages of Color #bcbfe3

%17
%16
%0
%11

Triadic Colors of #bcbfe3

#bcbfe3 #e3bcbf #bfe3bc

Analogous Colors of #bcbfe3

#bcbfe3 #cdbce3 #bcd3e3

Monochromatic Colors of #bcbfe3

#bcbfe3

Complementary Color

#bcbfe3 #e3e0bc

#bcbfe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbfe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbfe3 Color CSS Codes

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

#bcbfe3 Text Font Color

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

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


#bcbfe3 Background Color

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

This div background color is #bcbfe3


#bcbfe3 Border Color

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

This div border color is #bcbfe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbfe3


Comments

No comments written yet.

Please login to write comment.