Color Hex Logo

#bcb1ce Color Hex

#BCB1CE
(188,177,206)
0 Favorites   0 Comments

Color spaces of #bcb1ce

RGB 188177206
HSL0.730.230.75
HSV263°14°81°
CMYK 0.090.140.00   0.19
XYZ47.601846.591964.8768
Yxy46.59190.29920.2929
Hunter Lab68.25835.0300-8.5720
CIE-Lab73.92809.4475-13.2475

#bcb1ce color RGB value is (188,177,206).

#bcb1ce hex color red value is 188, green value is 177 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bcb1ce hue: 0.73 , saturation: 0.23 and the lightness value of bcb1ce is 0.75.

The process color (four color CMYK) of #bcb1ce color hex is 0.09, 0.14, 0.00, 0.19. Web safe color of #bcb1ce is #cc99cc. Color #bcb1ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 11001110
Octal 274 261 316
Decimal 188 177 206
Hex BC B1 CE

RGB Percentages of Color #bcb1ce

%32.92
%31.00
%36.08

CMYK Percentages of Color #bcb1ce

%9
%14
%0
%19

Triadic Colors of #bcb1ce

#bcb1ce #cebcb1 #b1cebc

Analogous Colors of #bcb1ce

#bcb1ce #cbb1ce #b1b5ce

Monochromatic Colors of #bcb1ce

#bcb1ce

Complementary Color

#bcb1ce #c3ceb1

#bcb1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb1ce Color CSS Codes

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

#bcb1ce Text Font Color

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

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


#bcb1ce Background Color

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

This div background color is #bcb1ce


#bcb1ce Border Color

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

This div border color is #bcb1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb1ce


Comments

No comments written yet.

Please login to write comment.