Color Hex Logo

#bc9bcb Color Hex

#BC9BCB
(188,155,203)
0 Favorites   0 Comments

Color spaces of #bc9bcb

RGB 188155203
HSL0.780.320.70
HSV281°24°80°
CMYK 0.070.240.00   0.20
XYZ43.239938.445961.6417
Yxy38.44590.30170.2682
Hunter Lab62.004815.9712-15.5395
CIE-Lab68.348020.9805-20.0230

#bc9bcb color RGB value is (188,155,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011011 11001011
Octal 274 233 313
Decimal 188 155 203
Hex BC 9B CB

RGB Percentages of Color #bc9bcb

%34.43
%28.39
%37.18

CMYK Percentages of Color #bc9bcb

%7
%24
%0
%20

Triadic Colors of #bc9bcb

#bc9bcb #cbbc9b #9bcbbc

Analogous Colors of #bc9bcb

#bc9bcb #cb9bc2 #a49bcb

Monochromatic Colors of #bc9bcb

#bc9bcb

Complementary Color

#bc9bcb #aacb9b

#bc9bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9bcb Color CSS Codes

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

#bc9bcb Text Font Color

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

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


#bc9bcb Background Color

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

This div background color is #bc9bcb


#bc9bcb Border Color

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

This div border color is #bc9bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9bcb


Comments

No comments written yet.

Please login to write comment.