Color Hex Logo

#bcbdca Color Hex

#BCBDCA
(188,189,202)
0 Favorites   0 Comments

Color spaces of #bcbdca

RGB 188189202
HSL0.650.120.76
HSV236°79°
CMYK 0.070.060.00   0.21
XYZ49.597351.350863.1748
Yxy51.35080.30220.3129
Hunter Lab71.6595-1.8598-2.1083
CIE-Lab76.89102.1485-6.6540

#bcbdca color RGB value is (188,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 11001010
Octal 274 275 312
Decimal 188 189 202
Hex BC BD CA

RGB Percentages of Color #bcbdca

%32.47
%32.64
%34.89

CMYK Percentages of Color #bcbdca

%7
%6
%0
%21

Triadic Colors of #bcbdca

#bcbdca #cabcbd #bdcabc

Analogous Colors of #bcbdca

#bcbdca #c2bcca #bcc4ca

Monochromatic Colors of #bcbdca

#bcbdca

Complementary Color

#bcbdca #cac9bc

#bcbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbdca Color CSS Codes

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

#bcbdca Text Font Color

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

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


#bcbdca Background Color

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

This div background color is #bcbdca


#bcbdca Border Color

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

This div border color is #bcbdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbdca


Comments

No comments written yet.

Please login to write comment.