Color Hex Logo

#bc92cc Color Hex

#BC92CC
(188,146,204)
0 Favorites   0 Comments

Color spaces of #bc92cc

RGB 188146204
HSL0.790.360.69
HSV283°28°80°
CMYK 0.080.280.00   0.20
XYZ41.917035.608861.7907
Yxy35.60880.30090.2556
Hunter Lab59.673120.9583-19.6228
CIE-Lab66.219926.1907-23.8252

#bc92cc color RGB value is (188,146,204).

#bc92cc hex color red value is 188, green value is 146 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bc92cc hue: 0.79 , saturation: 0.36 and the lightness value of bc92cc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 11001100
Octal 274 222 314
Decimal 188 146 204
Hex BC 92 CC

RGB Percentages of Color #bc92cc

%34.94
%27.14
%37.92

CMYK Percentages of Color #bc92cc

%8
%28
%0
%20

Triadic Colors of #bc92cc

#bc92cc #ccbc92 #92ccbc

Analogous Colors of #bc92cc

#bc92cc #cc92bf #9f92cc

Monochromatic Colors of #bc92cc

#bc92cc

Complementary Color

#bc92cc #a2cc92

#bc92cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc92cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc92cc Color CSS Codes

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

#bc92cc Text Font Color

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

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


#bc92cc Background Color

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

This div background color is #bc92cc


#bc92cc Border Color

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

This div border color is #bc92cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc92cc


Comments

No comments written yet.

Please login to write comment.