Color Hex Logo

#bcbbdb Color Hex

#BCBBDB
(188,187,219)
0 Favorites   0 Comments

Color spaces of #bcbbdb

RGB 188187219
HSL0.670.310.80
HSV242°15°86°
CMYK 0.140.150.00   0.14
XYZ51.295551.346574.2251
Yxy51.34650.29000.2903
Hunter Lab71.65652.3809-11.2558
CIE-Lab76.88846.7025-15.8668

#bcbbdb color RGB value is (188,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11011011
Octal 274 273 333
Decimal 188 187 219
Hex BC BB DB

RGB Percentages of Color #bcbbdb

%31.65
%31.48
%36.87

CMYK Percentages of Color #bcbbdb

%14
%15
%0
%14

Triadic Colors of #bcbbdb

#bcbbdb #dbbcbb #bbdbbc

Analogous Colors of #bcbbdb

#bcbbdb #ccbbdb #bbcadb

Monochromatic Colors of #bcbbdb

#bcbbdb

Complementary Color

#bcbbdb #dadbbb

#bcbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbdb Color CSS Codes

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

#bcbbdb Text Font Color

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

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


#bcbbdb Background Color

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

This div background color is #bcbbdb


#bcbbdb Border Color

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

This div border color is #bcbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbdb

#bcbbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.