Color Hex Logo

#bcbbdd Color Hex

#BCBBDD
(188,187,221)
0 Favorites   0 Comments

Color spaces of #bcbbdd

RGB 188187221
HSL0.670.330.80
HSV242°15°87°
CMYK 0.150.150.00   0.13
XYZ51.560551.452575.6204
Yxy51.45250.28860.2880
Hunter Lab71.73042.7793-12.2941
CIE-Lab76.95237.1270-16.8528

#bcbbdd color RGB value is (188,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11011101
Octal 274 273 335
Decimal 188 187 221
Hex BC BB DD

RGB Percentages of Color #bcbbdd

%31.54
%31.38
%37.08

CMYK Percentages of Color #bcbbdd

%15
%15
%0
%13

Triadic Colors of #bcbbdd

#bcbbdd #ddbcbb #bbddbc

Analogous Colors of #bcbbdd

#bcbbdd #cdbbdd #bbcbdd

Monochromatic Colors of #bcbbdd

#bcbbdd

Complementary Color

#bcbbdd #dcddbb

#bcbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbdd Color CSS Codes

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

#bcbbdd Text Font Color

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

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


#bcbbdd Background Color

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

This div background color is #bcbbdd


#bcbbdd Border Color

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

This div border color is #bcbbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbdd


Comments

No comments written yet.

Please login to write comment.