Color Hex Logo

#bcaebc Color Hex

#BCAEBC
(188,174,188)
0 Favorites   0 Comments

Color spaces of #bcaebc

RGB 188174188
HSL0.830.090.71
HSV300°74°
CMYK 0.000.070.00   0.26
XYZ44.952244.594353.8153
Yxy44.59430.31360.3111
Hunter Lab66.77903.2939-1.0349
CIE-Lab72.62407.5601-5.3292

#bcaebc color RGB value is (188,174,188).

#bcaebc hex color red value is 188, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bcaebc hue: 0.83 , saturation: 0.09 and the lightness value of bcaebc is 0.71.

The process color (four color CMYK) of #bcaebc color hex is 0.00, 0.07, 0.00, 0.26. Web safe color of #bcaebc is #cc99cc. Color #bcaebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 10111100
Octal 274 256 274
Decimal 188 174 188
Hex BC AE BC

RGB Percentages of Color #bcaebc

%34.18
%31.64
%34.18

CMYK Percentages of Color #bcaebc

%0
%7
%0
%26

Triadic Colors of #bcaebc

#bcaebc #bcbcae #aebcbc

Analogous Colors of #bcaebc

#bcaebc #bcaeb5 #b5aebc

Monochromatic Colors of #bcaebc

#bcaebc

Complementary Color

#bcaebc #aebcae

#bcaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaebc Color CSS Codes

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

#bcaebc Text Font Color

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

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


#bcaebc Background Color

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

This div background color is #bcaebc


#bcaebc Border Color

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

This div border color is #bcaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaebc


Comments

No comments written yet.

Please login to write comment.