Color Hex Logo

#bcaacb Color Hex

#BCAACB
(188,170,203)
0 Favorites   0 Comments

Color spaces of #bcaacb

RGB 188170203
HSL0.760.240.73
HSV273°16°80°
CMYK 0.070.160.00   0.20
XYZ45.893343.752662.5262
Yxy43.75260.30160.2875
Hunter Lab66.14578.0920-9.7436
CIE-Lab72.062812.6785-14.4057

#bcaacb color RGB value is (188,170,203).

#bcaacb hex color red value is 188, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bcaacb hue: 0.76 , saturation: 0.24 and the lightness value of bcaacb is 0.73.

The process color (four color CMYK) of #bcaacb color hex is 0.07, 0.16, 0.00, 0.20. Web safe color of #bcaacb is #cc99cc. Color #bcaacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11001011
Octal 274 252 313
Decimal 188 170 203
Hex BC AA CB

RGB Percentages of Color #bcaacb

%33.51
%30.30
%36.19

CMYK Percentages of Color #bcaacb

%7
%16
%0
%20

Triadic Colors of #bcaacb

#bcaacb #cbbcaa #aacbbc

Analogous Colors of #bcaacb

#bcaacb #cbaaca #acaacb

Monochromatic Colors of #bcaacb

#bcaacb

Complementary Color

#bcaacb #b9cbaa

#bcaacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaacb Color CSS Codes

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

#bcaacb Text Font Color

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

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


#bcaacb Background Color

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

This div background color is #bcaacb


#bcaacb Border Color

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

This div border color is #bcaacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaacb


Comments

No comments written yet.

Please login to write comment.