Color Hex Logo

#bc9dbb Color Hex

#BC9DBB
(188,157,187)
0 Favorites   0 Comments

Color spaces of #bc9dbb

RGB 188157187
HSL0.840.190.68
HSV302°16°74°
CMYK 0.000.160.01   0.26
XYZ41.765638.393252.2230
Yxy38.39320.31550.2900
Hunter Lab61.962211.8838-6.5972
CIE-Lab68.309416.7256-11.1928

#bc9dbb color RGB value is (188,157,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011101 10111011
Octal 274 235 273
Decimal 188 157 187
Hex BC 9D BB

RGB Percentages of Color #bc9dbb

%35.34
%29.51
%35.15

CMYK Percentages of Color #bc9dbb

%0
%16
%1
%26

Triadic Colors of #bc9dbb

#bc9dbb #bbbc9d #9dbbbc

Analogous Colors of #bc9dbb

#bc9dbb #bc9dac #ae9dbc

Monochromatic Colors of #bc9dbb

#bc9dbb

Complementary Color

#bc9dbb #9dbc9e

#bc9dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9dbb Color CSS Codes

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

#bc9dbb Text Font Color

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

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


#bc9dbb Background Color

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

This div background color is #bc9dbb


#bc9dbb Border Color

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

This div border color is #bc9dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9dbb


Comments

No comments written yet.

Please login to write comment.