Color Hex Logo

#bc9fbd Color Hex

#BC9FBD
(188,159,189)
0 Favorites   0 Comments

Color spaces of #bc9fbd

RGB 188159189
HSL0.830.190.68
HSV298°16°74°
CMYK 0.010.160.00   0.26
XYZ42.322539.161853.4725
Yxy39.16180.31360.2902
Hunter Lab62.579411.2058-6.8562
CIE-Lab68.868315.9986-11.4680

#bc9fbd color RGB value is (188,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011111 10111101
Octal 274 237 275
Decimal 188 159 189
Hex BC 9F BD

RGB Percentages of Color #bc9fbd

%35.07
%29.66
%35.26

CMYK Percentages of Color #bc9fbd

%1
%16
%0
%26

Triadic Colors of #bc9fbd

#bc9fbd #bdbc9f #9fbdbc

Analogous Colors of #bc9fbd

#bc9fbd #bd9faf #ad9fbd

Monochromatic Colors of #bc9fbd

#bc9fbd

Complementary Color

#bc9fbd #a0bd9f

#bc9fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9fbd Color CSS Codes

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

#bc9fbd Text Font Color

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

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


#bc9fbd Background Color

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

This div background color is #bc9fbd


#bc9fbd Border Color

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

This div border color is #bc9fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9fbd


Comments

No comments written yet.

Please login to write comment.