Color Hex Logo

#bcbbec Color Hex

#BCBBEC
(188,187,236)
0 Favorites   0 Comments

Color spaces of #bcbbec

RGB 188187236
HSL0.670.560.83
HSV241°21°93°
CMYK 0.200.210.00   0.07
XYZ53.649752.288186.6219
Yxy52.28810.27860.2715
Hunter Lab72.31055.8920-20.4071
CIE-Lab77.452810.4046-24.1932

#bcbbec color RGB value is (188,187,236).

#bcbbec hex color red value is 188, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bcbbec hue: 0.67 , saturation: 0.56 and the lightness value of bcbbec is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11101100
Octal 274 273 354
Decimal 188 187 236
Hex BC BB EC

RGB Percentages of Color #bcbbec

%30.77
%30.61
%38.63

CMYK Percentages of Color #bcbbec

%20
%21
%0
%7

Triadic Colors of #bcbbec

#bcbbec #ecbcbb #bbecbc

Analogous Colors of #bcbbec

#bcbbec #d5bbec #bbd3ec

Monochromatic Colors of #bcbbec

#bcbbec

Complementary Color

#bcbbec #ebecbb

#bcbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbec Color CSS Codes

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

#bcbbec Text Font Color

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

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


#bcbbec Background Color

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

This div background color is #bcbbec


#bcbbec Border Color

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

This div border color is #bcbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbec


Comments

No comments written yet.

Please login to write comment.