Color Hex Logo

#bcb8ca Color Hex

#BCB8CA
(188,184,202)
0 Favorites   0 Comments

Color spaces of #bcb8ca

RGB 188184202
HSL0.700.150.76
HSV253°79°
CMYK 0.070.090.00   0.21
XYZ48.540249.236662.8224
Yxy49.23660.30220.3066
Hunter Lab70.16880.6844-3.9644
CIE-Lab75.59834.8401-8.5721

#bcb8ca color RGB value is (188,184,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111000 11001010
Octal 274 270 312
Decimal 188 184 202
Hex BC B8 CA

RGB Percentages of Color #bcb8ca

%32.75
%32.06
%35.19

CMYK Percentages of Color #bcb8ca

%7
%9
%0
%21

Triadic Colors of #bcb8ca

#bcb8ca #cabcb8 #b8cabc

Analogous Colors of #bcb8ca

#bcb8ca #c5b8ca #b8bdca

Monochromatic Colors of #bcb8ca

#bcb8ca

Complementary Color

#bcb8ca #c6cab8

#bcb8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb8ca Color CSS Codes

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

#bcb8ca Text Font Color

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

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


#bcb8ca Background Color

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

This div background color is #bcb8ca


#bcb8ca Border Color

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

This div border color is #bcb8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb8ca


Comments

No comments written yet.

Please login to write comment.