Color Hex Logo

#bcb4ce Color Hex

#BCB4CE
(188,180,206)
0 Favorites   0 Comments

Color spaces of #bcb4ce

RGB 188180206
HSL0.720.210.76
HSV258°13°81°
CMYK 0.090.130.00   0.19
XYZ48.200947.790165.0765
Yxy47.79010.29930.2967
Hunter Lab69.13043.4803-7.4219
CIE-Lab74.69237.8117-12.1021

#bcb4ce color RGB value is (188,180,206).

#bcb4ce hex color red value is 188, green value is 180 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bcb4ce hue: 0.72 , saturation: 0.21 and the lightness value of bcb4ce is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 11001110
Octal 274 264 316
Decimal 188 180 206
Hex BC B4 CE

RGB Percentages of Color #bcb4ce

%32.75
%31.36
%35.89

CMYK Percentages of Color #bcb4ce

%9
%13
%0
%19

Triadic Colors of #bcb4ce

#bcb4ce #cebcb4 #b4cebc

Analogous Colors of #bcb4ce

#bcb4ce #c9b4ce #b4b9ce

Monochromatic Colors of #bcb4ce

#bcb4ce

Complementary Color

#bcb4ce #c6ceb4

#bcb4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb4ce Color CSS Codes

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

#bcb4ce Text Font Color

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

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


#bcb4ce Background Color

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

This div background color is #bcb4ce


#bcb4ce Border Color

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

This div border color is #bcb4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb4ce


Comments

No comments written yet.

Please login to write comment.