Color Hex Logo

#bc9ccc Color Hex

#BC9CCC
(188,156,204)
0 Favorites   0 Comments

Color spaces of #bc9ccc

RGB 188156204
HSL0.780.320.71
HSV280°24°80°
CMYK 0.080.240.00   0.20
XYZ43.526638.827962.3272
Yxy38.82790.30080.2684
Hunter Lab62.312015.6409-15.6860
CIE-Lab68.626420.6284-20.1540

#bc9ccc color RGB value is (188,156,204).

#bc9ccc hex color red value is 188, green value is 156 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc9ccc hue: 0.78 , saturation: 0.32 and the lightness value of bc9ccc is 0.71.

The process color (four color CMYK) of #bc9ccc color hex is 0.08, 0.24, 0.00, 0.20. Web safe color of #bc9ccc is #cc99cc. Color #bc9ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011100 11001100
Octal 274 234 314
Decimal 188 156 204
Hex BC 9C CC

RGB Percentages of Color #bc9ccc

%34.31
%28.47
%37.23

CMYK Percentages of Color #bc9ccc

%8
%24
%0
%20

Triadic Colors of #bc9ccc

#bc9ccc #ccbc9c #9cccbc

Analogous Colors of #bc9ccc

#bc9ccc #cc9cc4 #a49ccc

Monochromatic Colors of #bc9ccc

#bc9ccc

Complementary Color

#bc9ccc #accc9c

#bc9ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9ccc Color CSS Codes

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

#bc9ccc Text Font Color

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

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


#bc9ccc Background Color

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

This div background color is #bc9ccc


#bc9ccc Border Color

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

This div border color is #bc9ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9ccc


Comments

No comments written yet.

Please login to write comment.