Color Hex Logo

#bcbee6 Color Hex

#BCBEE6
(188,190,230)
0 Favorites   0 Comments

Color spaces of #bcbee6

RGB 188190230
HSL0.660.460.82
HSV237°18°90°
CMYK 0.180.170.00   0.10
XYZ53.435453.231482.3213
Yxy53.23140.28270.2817
Hunter Lab72.95993.0527-15.8256
CIE-Lab78.01147.4458-20.1109

#bcbee6 color RGB value is (188,190,230).

#bcbee6 hex color red value is 188, green value is 190 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bcbee6 hue: 0.66 , saturation: 0.46 and the lightness value of bcbee6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 11100110
Octal 274 276 346
Decimal 188 190 230
Hex BC BE E6

RGB Percentages of Color #bcbee6

%30.92
%31.25
%37.83

CMYK Percentages of Color #bcbee6

%18
%17
%0
%10

Triadic Colors of #bcbee6

#bcbee6 #e6bcbe #bee6bc

Analogous Colors of #bcbee6

#bcbee6 #cfbce6 #bcd3e6

Monochromatic Colors of #bcbee6

#bcbee6

Complementary Color

#bcbee6 #e6e4bc

#bcbee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbee6 Color CSS Codes

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

#bcbee6 Text Font Color

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

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


#bcbee6 Background Color

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

This div background color is #bcbee6


#bcbee6 Border Color

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

This div border color is #bcbee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbee6


Comments

No comments written yet.

Please login to write comment.