Color Hex Logo

#bcbbd9 Color Hex

#BCBBD9
(188,187,217)
0 Favorites   0 Comments

Color spaces of #bcbbd9

RGB 188187217
HSL0.670.280.79
HSV242°14°85°
CMYK 0.130.140.00   0.15
XYZ51.033751.241872.8465
Yxy51.24180.29140.2926
Hunter Lab71.58341.9865-10.2278
CIE-Lab76.82526.2811-14.8792

#bcbbd9 color RGB value is (188,187,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11011001
Octal 274 273 331
Decimal 188 187 217
Hex BC BB D9

RGB Percentages of Color #bcbbd9

%31.76
%31.59
%36.66

CMYK Percentages of Color #bcbbd9

%13
%14
%0
%15

Triadic Colors of #bcbbd9

#bcbbd9 #d9bcbb #bbd9bc

Analogous Colors of #bcbbd9

#bcbbd9 #cbbbd9 #bbc9d9

Monochromatic Colors of #bcbbd9

#bcbbd9

Complementary Color

#bcbbd9 #d8d9bb

#bcbbd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbd9 Color CSS Codes

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

#bcbbd9 Text Font Color

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

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


#bcbbd9 Background Color

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

This div background color is #bcbbd9


#bcbbd9 Border Color

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

This div border color is #bcbbd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbd9


Comments

No comments written yet.

Please login to write comment.