Color Hex Logo

#bcb9ca Color Hex

#BCB9CA
(188,185,202)
1 Favorites   0 Comments

Color spaces of #bcb9ca

RGB 188185202
HSL0.700.140.76
HSV251°79°
CMYK 0.070.080.00   0.21
XYZ48.748749.653662.8919
Yxy49.65360.30220.3078
Hunter Lab70.46530.1740-3.5920
CIE-Lab75.85614.3001-8.1889

#bcb9ca color RGB value is (188,185,202).

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

The process color (four color CMYK) of #bcb9ca color hex is 0.07, 0.08, 0.00, 0.21. Web safe color of #bcb9ca is #cccccc. Color #bcb9ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 11001010
Octal 274 271 312
Decimal 188 185 202
Hex BC B9 CA

RGB Percentages of Color #bcb9ca

%32.70
%32.17
%35.13

CMYK Percentages of Color #bcb9ca

%7
%8
%0
%21

Triadic Colors of #bcb9ca

#bcb9ca #cabcb9 #b9cabc

Analogous Colors of #bcb9ca

#bcb9ca #c5b9ca #b9bfca

Monochromatic Colors of #bcb9ca

#bcb9ca

Complementary Color

#bcb9ca #c7cab9

#bcb9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb9ca Color CSS Codes

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

#bcb9ca Text Font Color

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

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


#bcb9ca Background Color

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

This div background color is #bcb9ca


#bcb9ca Border Color

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

This div border color is #bcb9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb9ca


Comments

No comments written yet.

Please login to write comment.