Color Hex Logo

#bcb3cf Color Hex

#BCB3CF
(188,179,207)
1 Favorites   0 Comments

Color spaces of #bcb3cf

RGB 188179207
HSL0.720.230.76
HSV259°14°81°
CMYK 0.090.140.00   0.19
XYZ48.121647.436665.6514
Yxy47.43660.29850.2943
Hunter Lab68.87424.1859-8.3037
CIE-Lab74.46828.5591-12.9833

#bcb3cf color RGB value is (188,179,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 11001111
Octal 274 263 317
Decimal 188 179 207
Hex BC B3 CF

RGB Percentages of Color #bcb3cf

%32.75
%31.18
%36.06

CMYK Percentages of Color #bcb3cf

%9
%14
%0
%19

Triadic Colors of #bcb3cf

#bcb3cf #cfbcb3 #b3cfbc

Analogous Colors of #bcb3cf

#bcb3cf #cab3cf #b3b8cf

Monochromatic Colors of #bcb3cf

#bcb3cf

Complementary Color

#bcb3cf #c6cfb3

#bcb3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb3cf Color CSS Codes

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

#bcb3cf Text Font Color

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

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


#bcb3cf Background Color

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

This div background color is #bcb3cf


#bcb3cf Border Color

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

This div border color is #bcb3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb3cf


Comments

No comments written yet.

Please login to write comment.