Color Hex Logo

#bcb1ca Color Hex

#BCB1CA
(188,177,202)
0 Favorites   0 Comments

Color spaces of #bcb1ca

RGB 188177202
HSL0.740.190.74
HSV266°12°79°
CMYK 0.070.120.00   0.21
XYZ47.121846.399962.3496
Yxy46.39990.30230.2977
Hunter Lab68.11754.2758-6.5874
CIE-Lab73.80438.6416-11.2465

#bcb1ca color RGB value is (188,177,202).

#bcb1ca hex color red value is 188, green value is 177 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bcb1ca hue: 0.74 , saturation: 0.19 and the lightness value of bcb1ca is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 11001010
Octal 274 261 312
Decimal 188 177 202
Hex BC B1 CA

RGB Percentages of Color #bcb1ca

%33.16
%31.22
%35.63

CMYK Percentages of Color #bcb1ca

%7
%12
%0
%21

Triadic Colors of #bcb1ca

#bcb1ca #cabcb1 #b1cabc

Analogous Colors of #bcb1ca

#bcb1ca #c9b1ca #b1b3ca

Monochromatic Colors of #bcb1ca

#bcb1ca

Complementary Color

#bcb1ca #bfcab1

#bcb1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb1ca Color CSS Codes

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

#bcb1ca Text Font Color

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

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


#bcb1ca Background Color

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

This div background color is #bcb1ca


#bcb1ca Border Color

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

This div border color is #bcb1ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,177,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 #bcb1ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb1ca


Comments

No comments written yet.

Please login to write comment.