Color Hex Logo

#bcbbee Color Hex

#BCBBEE
(188,187,238)
0 Favorites   0 Comments

Color spaces of #bcbbee

RGB 188187238
HSL0.670.600.83
HSV241°21°93°
CMYK 0.210.210.00   0.07
XYZ53.942052.405188.1611
Yxy52.40510.27730.2694
Hunter Lab72.39146.3233-21.5318
CIE-Lab77.522410.8535-25.1643

#bcbbee color RGB value is (188,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11101110
Octal 274 273 356
Decimal 188 187 238
Hex BC BB EE

RGB Percentages of Color #bcbbee

%30.67
%30.51
%38.83

CMYK Percentages of Color #bcbbee

%21
%21
%0
%7

Triadic Colors of #bcbbee

#bcbbee #eebcbb #bbeebc

Analogous Colors of #bcbbee

#bcbbee #d6bbee #bbd4ee

Monochromatic Colors of #bcbbee

#bcbbee

Complementary Color

#bcbbee #edeebb

#bcbbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbee Color CSS Codes

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

#bcbbee Text Font Color

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

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


#bcbbee Background Color

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

This div background color is #bcbbee


#bcbbee Border Color

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

This div border color is #bcbbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbee


Comments

No comments written yet.

Please login to write comment.