Color Hex Logo

#bcbcca Color Hex

#BCBCCA
(188,188,202)
0 Favorites   0 Comments

Color spaces of #bcbcca

RGB 188188202
HSL0.670.120.76
HSV240°79°
CMYK 0.070.070.00   0.21
XYZ49.382950.922163.1033
Yxy50.92210.30220.3116
Hunter Lab71.3597-1.3526-2.4783
CIE-Lab76.63182.6849-7.0380

#bcbcca color RGB value is (188,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 11001010
Octal 274 274 312
Decimal 188 188 202
Hex BC BC CA

RGB Percentages of Color #bcbcca

%32.53
%32.53
%34.95

CMYK Percentages of Color #bcbcca

%7
%7
%0
%21

Triadic Colors of #bcbcca

#bcbcca #cabcbc #bccabc

Analogous Colors of #bcbcca

#bcbcca #c3bcca #bcc3ca

Monochromatic Colors of #bcbcca

#bcbcca

Complementary Color

#bcbcca #cacabc

#bcbcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbcca Color CSS Codes

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

#bcbcca Text Font Color

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

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


#bcbcca Background Color

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

This div background color is #bcbcca


#bcbcca Border Color

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

This div border color is #bcbcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbcca


Comments

No comments written yet.

Please login to write comment.