Color Hex Logo

#bcbbde Color Hex

#BCBBDE
(188,187,222)
0 Favorites   0 Comments

Color spaces of #bcbbde

RGB 188187222
HSL0.670.350.80
HSV242°16°87°
CMYK 0.150.160.00   0.13
XYZ51.694251.505976.3243
Yxy51.50590.28800.2869
Hunter Lab71.76762.9802-12.8171
CIE-Lab76.98447.3406-17.3452

#bcbbde color RGB value is (188,187,222).

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

The process color (four color CMYK) of #bcbbde color hex is 0.15, 0.16, 0.00, 0.13. Web safe color of #bcbbde is #cccccc. Color #bcbbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11011110
Octal 274 273 336
Decimal 188 187 222
Hex BC BB DE

RGB Percentages of Color #bcbbde

%31.49
%31.32
%37.19

CMYK Percentages of Color #bcbbde

%15
%16
%0
%13

Triadic Colors of #bcbbde

#bcbbde #debcbb #bbdebc

Analogous Colors of #bcbbde

#bcbbde #cebbde #bbccde

Monochromatic Colors of #bcbbde

#bcbbde

Complementary Color

#bcbbde #dddebb

#bcbbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbde Color CSS Codes

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

#bcbbde Text Font Color

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

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


#bcbbde Background Color

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

This div background color is #bcbbde


#bcbbde Border Color

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

This div border color is #bcbbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbde


Comments

No comments written yet.

Please login to write comment.