Color Hex Logo

#bcbbd7 Color Hex

#BCBBD7
(188,187,215)
0 Favorites   0 Comments

Color spaces of #bcbbd7

RGB 188187215
HSL0.670.260.79
HSV242°13°84°
CMYK 0.130.130.00   0.16
XYZ50.775151.138371.4845
Yxy51.13830.29280.2949
Hunter Lab71.51101.5963-9.2103
CIE-Lab76.76275.8630-13.8900

#bcbbd7 color RGB value is (188,187,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11010111
Octal 274 273 327
Decimal 188 187 215
Hex BC BB D7

RGB Percentages of Color #bcbbd7

%31.86
%31.69
%36.44

CMYK Percentages of Color #bcbbd7

%13
%13
%0
%16

Triadic Colors of #bcbbd7

#bcbbd7 #d7bcbb #bbd7bc

Analogous Colors of #bcbbd7

#bcbbd7 #cabbd7 #bbc8d7

Monochromatic Colors of #bcbbd7

#bcbbd7

Complementary Color

#bcbbd7 #d6d7bb

#bcbbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbd7 Color CSS Codes

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

#bcbbd7 Text Font Color

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

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


#bcbbd7 Background Color

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

This div background color is #bcbbd7


#bcbbd7 Border Color

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

This div border color is #bcbbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbd7


Comments

No comments written yet.

Please login to write comment.