Color Hex Logo

#bc9bca Color Hex

#BC9BCA
(188,155,202)
0 Favorites   0 Comments

Color spaces of #bc9bca

RGB 188155202
HSL0.780.310.70
HSV282°23°79°
CMYK 0.070.230.00   0.21
XYZ43.121138.398361.0160
Yxy38.39830.30250.2694
Hunter Lab61.966415.7733-15.0042
CIE-Lab68.313220.7781-19.5213

#bc9bca color RGB value is (188,155,202).

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

The process color (four color CMYK) of #bc9bca color hex is 0.07, 0.23, 0.00, 0.21. Web safe color of #bc9bca is #cc99cc. Color #bc9bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011011 11001010
Octal 274 233 312
Decimal 188 155 202
Hex BC 9B CA

RGB Percentages of Color #bc9bca

%34.50
%28.44
%37.06

CMYK Percentages of Color #bc9bca

%7
%23
%0
%21

Triadic Colors of #bc9bca

#bc9bca #cabc9b #9bcabc

Analogous Colors of #bc9bca

#bc9bca #ca9bc1 #a59bca

Monochromatic Colors of #bc9bca

#bc9bca

Complementary Color

#bc9bca #a9ca9b

#bc9bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9bca Color CSS Codes

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

#bc9bca Text Font Color

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

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


#bc9bca Background Color

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

This div background color is #bc9bca


#bc9bca Border Color

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

This div border color is #bc9bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9bca


Comments

No comments written yet.

Please login to write comment.