Color Hex Logo

#bcbbdc Color Hex

#BCBBDC
(188,187,220)
1 Favorites   0 Comments

Color spaces of #bcbbdc

RGB 188187220
HSL0.670.320.80
HSV242°15°86°
CMYK 0.150.150.00   0.14
XYZ51.427651.399374.9207
Yxy51.39930.28930.2892
Hunter Lab71.69332.5797-11.7737
CIE-Lab76.92036.9144-16.3601

#bcbbdc color RGB value is (188,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11011100
Octal 274 273 334
Decimal 188 187 220
Hex BC BB DC

RGB Percentages of Color #bcbbdc

%31.60
%31.43
%36.97

CMYK Percentages of Color #bcbbdc

%15
%15
%0
%14

Triadic Colors of #bcbbdc

#bcbbdc #dcbcbb #bbdcbc

Analogous Colors of #bcbbdc

#bcbbdc #cdbbdc #bbcbdc

Monochromatic Colors of #bcbbdc

#bcbbdc

Complementary Color

#bcbbdc #dbdcbb

#bcbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbdc Color CSS Codes

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

#bcbbdc Text Font Color

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

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


#bcbbdc Background Color

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

This div background color is #bcbbdc


#bcbbdc Border Color

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

This div border color is #bcbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbdc


Comments

No comments written yet.

Please login to write comment.