Color Hex Logo

#bcbee7 Color Hex

#BCBEE7
(188,190,231)
0 Favorites   0 Comments

Color spaces of #bcbee7

RGB 188190231
HSL0.660.470.82
HSV237°19°91°
CMYK 0.190.180.00   0.09
XYZ53.576353.287883.0631
Yxy53.28780.28210.2806
Hunter Lab72.99853.2604-16.3656
CIE-Lab78.04467.6651-20.5993

#bcbee7 color RGB value is (188,190,231).

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

The process color (four color CMYK) of #bcbee7 color hex is 0.19, 0.18, 0.00, 0.09. Web safe color of #bcbee7 is #ccccff. Color #bcbee7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 11100111
Octal 274 276 347
Decimal 188 190 231
Hex BC BE E7

RGB Percentages of Color #bcbee7

%30.87
%31.20
%37.93

CMYK Percentages of Color #bcbee7

%19
%18
%0
%9

Triadic Colors of #bcbee7

#bcbee7 #e7bcbe #bee7bc

Analogous Colors of #bcbee7

#bcbee7 #d0bce7 #bcd4e7

Monochromatic Colors of #bcbee7

#bcbee7

Complementary Color

#bcbee7 #e7e5bc

#bcbee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbee7 Color CSS Codes

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

#bcbee7 Text Font Color

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

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


#bcbee7 Background Color

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

This div background color is #bcbee7


#bcbee7 Border Color

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

This div border color is #bcbee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbee7


Comments

No comments written yet.

Please login to write comment.