Color Hex Logo

#bcabce Color Hex

#BCABCE
(188,171,206)
0 Favorites   0 Comments

Color spaces of #bcabce

RGB 188171206
HSL0.750.260.74
HSV269°17°81°
CMYK 0.090.170.00   0.19
XYZ46.442544.273464.4904
Yxy44.27340.29920.2853
Hunter Lab66.53838.1478-10.8884
CIE-Lab72.410912.7369-15.5284

#bcabce color RGB value is (188,171,206).

#bcabce hex color red value is 188, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bcabce hue: 0.75 , saturation: 0.26 and the lightness value of bcabce is 0.74.

The process color (four color CMYK) of #bcabce color hex is 0.09, 0.17, 0.00, 0.19. Web safe color of #bcabce is #cc99cc. Color #bcabce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11001110
Octal 274 253 316
Decimal 188 171 206
Hex BC AB CE

RGB Percentages of Color #bcabce

%33.27
%30.27
%36.46

CMYK Percentages of Color #bcabce

%9
%17
%0
%19

Triadic Colors of #bcabce

#bcabce #cebcab #abcebc

Analogous Colors of #bcabce

#bcabce #ceabce #abacce

Monochromatic Colors of #bcabce

#bcabce

Complementary Color

#bcabce #bdceab

#bcabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabce Color CSS Codes

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

#bcabce Text Font Color

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

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


#bcabce Background Color

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

This div background color is #bcabce


#bcabce Border Color

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

This div border color is #bcabce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,171,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bcabce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabce


Comments

No comments written yet.

Please login to write comment.