Color Hex Logo

#bcb6ce Color Hex

#BCB6CE
(188,182,206)
0 Favorites   0 Comments

Color spaces of #bcb6ce

RGB 188182206
HSL0.710.200.76
HSV255°12°81°
CMYK 0.090.120.00   0.19
XYZ48.607648.603565.2120
Yxy48.60350.29930.2992
Hunter Lab69.71622.4506-6.6581
CIE-Lab75.20406.7246-11.3368

#bcb6ce color RGB value is (188,182,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110110 11001110
Octal 274 266 316
Decimal 188 182 206
Hex BC B6 CE

RGB Percentages of Color #bcb6ce

%32.64
%31.60
%35.76

CMYK Percentages of Color #bcb6ce

%9
%12
%0
%19

Triadic Colors of #bcb6ce

#bcb6ce #cebcb6 #b6cebc

Analogous Colors of #bcb6ce

#bcb6ce #c8b6ce #b6bcce

Monochromatic Colors of #bcb6ce

#bcb6ce

Complementary Color

#bcb6ce #c8ceb6

#bcb6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb6ce Color CSS Codes

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

#bcb6ce Text Font Color

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

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


#bcb6ce Background Color

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

This div background color is #bcb6ce


#bcb6ce Border Color

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

This div border color is #bcb6ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,182,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 #bcb6ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb6ce


Comments

No comments written yet.

Please login to write comment.