Color Hex Logo

#bcaebb Color Hex

#BCAEBB
(188,174,187)
0 Favorites   0 Comments

Color spaces of #bcaebb

RGB 188174187
HSL0.850.090.71
HSV304°74°
CMYK 0.000.070.01   0.26
XYZ44.844744.551353.2494
Yxy44.55130.31440.3123
Hunter Lab66.74683.1208-0.5778
CIE-Lab72.59557.3721-4.8221

#bcaebb color RGB value is (188,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 10111011
Octal 274 256 273
Decimal 188 174 187
Hex BC AE BB

RGB Percentages of Color #bcaebb

%34.24
%31.69
%34.06

CMYK Percentages of Color #bcaebb

%0
%7
%1
%26

Triadic Colors of #bcaebb

#bcaebb #bbbcae #aebbbc

Analogous Colors of #bcaebb

#bcaebb #bcaeb4 #b6aebc

Monochromatic Colors of #bcaebb

#bcaebb

Complementary Color

#bcaebb #aebcaf

#bcaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaebb Color CSS Codes

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

#bcaebb Text Font Color

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

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


#bcaebb Background Color

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

This div background color is #bcaebb


#bcaebb Border Color

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

This div border color is #bcaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaebb


Comments

No comments written yet.

Please login to write comment.