Color Hex Logo

#bcbbed Color Hex

#BCBBED
(188,187,237)
0 Favorites   0 Comments

Color spaces of #bcbbed

RGB 188187237
HSL0.670.580.83
HSV241°21°93°
CMYK 0.210.210.00   0.07
XYZ53.795452.346487.3893
Yxy52.34640.27800.2705
Hunter Lab72.35086.1072-20.9682
CIE-Lab77.487510.6287-24.6790

#bcbbed color RGB value is (188,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11101101
Octal 274 273 355
Decimal 188 187 237
Hex BC BB ED

RGB Percentages of Color #bcbbed

%30.72
%30.56
%38.73

CMYK Percentages of Color #bcbbed

%21
%21
%0
%7

Triadic Colors of #bcbbed

#bcbbed #edbcbb #bbedbc

Analogous Colors of #bcbbed

#bcbbed #d5bbed #bbd3ed

Monochromatic Colors of #bcbbed

#bcbbed

Complementary Color

#bcbbed #ecedbb

#bcbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbed Color CSS Codes

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

#bcbbed Text Font Color

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

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


#bcbbed Background Color

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

This div background color is #bcbbed


#bcbbed Border Color

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

This div border color is #bcbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbed


Comments

No comments written yet.

Please login to write comment.