Color Hex Logo

#bc9dbc Color Hex

#BC9DBC
(188,157,188)
0 Favorites   0 Comments

Color spaces of #bc9dbc

RGB 188157188
HSL0.830.190.68
HSV300°16°74°
CMYK 0.000.160.00   0.26
XYZ41.873138.436152.7889
Yxy38.43610.31460.2888
Hunter Lab61.996912.0656-7.0863
CIE-Lab68.340816.9161-11.7022

#bc9dbc color RGB value is (188,157,188).

#bc9dbc hex color red value is 188, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bc9dbc hue: 0.83 , saturation: 0.19 and the lightness value of bc9dbc is 0.68.

The process color (four color CMYK) of #bc9dbc color hex is 0.00, 0.16, 0.00, 0.26. Web safe color of #bc9dbc is #cc99cc. Color #bc9dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011101 10111100
Octal 274 235 274
Decimal 188 157 188
Hex BC 9D BC

RGB Percentages of Color #bc9dbc

%35.27
%29.46
%35.27

CMYK Percentages of Color #bc9dbc

%0
%16
%0
%26

Triadic Colors of #bc9dbc

#bc9dbc #bcbc9d #9dbcbc

Analogous Colors of #bc9dbc

#bc9dbc #bc9dad #ad9dbc

Monochromatic Colors of #bc9dbc

#bc9dbc

Complementary Color

#bc9dbc #9dbc9d

#bc9dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9dbc Color CSS Codes

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

#bc9dbc Text Font Color

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

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


#bc9dbc Background Color

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

This div background color is #bc9dbc


#bc9dbc Border Color

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

This div border color is #bc9dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9dbc


Comments

No comments written yet.

Please login to write comment.