Color Hex Logo

#bcbbd4 Color Hex

#BCBBD4
(188,187,212)
0 Favorites   0 Comments

Color spaces of #bcbbd4

RGB 188187212
HSL0.670.230.78
HSV242°12°83°
CMYK 0.110.120.00   0.17
XYZ50.393050.985569.4725
Yxy50.98550.29500.2984
Hunter Lab71.40411.0180-7.7032
CIE-Lab76.67025.2414-12.4031

#bcbbd4 color RGB value is (188,187,212).

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

The process color (four color CMYK) of #bcbbd4 color hex is 0.11, 0.12, 0.00, 0.17. Web safe color of #bcbbd4 is #cccccc. Color #bcbbd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11010100
Octal 274 273 324
Decimal 188 187 212
Hex BC BB D4

RGB Percentages of Color #bcbbd4

%32.03
%31.86
%36.12

CMYK Percentages of Color #bcbbd4

%11
%12
%0
%17

Triadic Colors of #bcbbd4

#bcbbd4 #d4bcbb #bbd4bc

Analogous Colors of #bcbbd4

#bcbbd4 #c9bbd4 #bbc7d4

Monochromatic Colors of #bcbbd4

#bcbbd4

Complementary Color

#bcbbd4 #d3d4bb

#bcbbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbd4 Color CSS Codes

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

#bcbbd4 Text Font Color

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

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


#bcbbd4 Background Color

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

This div background color is #bcbbd4


#bcbbd4 Border Color

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

This div border color is #bcbbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbd4


Comments

No comments written yet.

Please login to write comment.