Color Hex Logo

#bcb7ca Color Hex

#BCB7CA
(188,183,202)
0 Favorites   0 Comments

Color spaces of #bcb7ca

RGB 188183202
HSL0.710.150.75
HSV256°79°
CMYK 0.070.090.00   0.21
XYZ48.333248.822662.7534
Yxy48.82260.30230.3053
Hunter Lab69.87321.1953-4.3374
CIE-Lab75.34085.3809-8.9550

#bcb7ca color RGB value is (188,183,202).

#bcb7ca hex color red value is 188, green value is 183 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bcb7ca hue: 0.71 , saturation: 0.15 and the lightness value of bcb7ca is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 11001010
Octal 274 267 312
Decimal 188 183 202
Hex BC B7 CA

RGB Percentages of Color #bcb7ca

%32.81
%31.94
%35.25

CMYK Percentages of Color #bcb7ca

%7
%9
%0
%21

Triadic Colors of #bcb7ca

#bcb7ca #cabcb7 #b7cabc

Analogous Colors of #bcb7ca

#bcb7ca #c6b7ca #b7bcca

Monochromatic Colors of #bcb7ca

#bcb7ca

Complementary Color

#bcb7ca #c5cab7

#bcb7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb7ca Color CSS Codes

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

#bcb7ca Text Font Color

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

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


#bcb7ca Background Color

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

This div background color is #bcb7ca


#bcb7ca Border Color

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

This div border color is #bcb7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb7ca


Comments

No comments written yet.

Please login to write comment.