Color Hex Logo

#bcabd5 Color Hex

#BCABD5
(188,171,213)
0 Favorites   0 Comments

Color spaces of #bcabd5

RGB 188171213
HSL0.730.330.75
HSV264°20°84°
CMYK 0.120.200.00   0.16
XYZ47.312244.621369.0699
Yxy44.62130.29390.2771
Hunter Lab66.79929.5286-14.5460
CIE-Lab72.641814.1844-19.0153

#bcabd5 color RGB value is (188,171,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 11010101
Octal 274 253 325
Decimal 188 171 213
Hex BC AB D5

RGB Percentages of Color #bcabd5

%32.87
%29.90
%37.24

CMYK Percentages of Color #bcabd5

%12
%20
%0
%16

Triadic Colors of #bcabd5

#bcabd5 #d5bcab #abd5bc

Analogous Colors of #bcabd5

#bcabd5 #d1abd5 #abafd5

Monochromatic Colors of #bcabd5

#bcabd5

Complementary Color

#bcabd5 #c4d5ab

#bcabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcabd5 Color CSS Codes

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

#bcabd5 Text Font Color

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

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


#bcabd5 Background Color

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

This div background color is #bcabd5


#bcabd5 Border Color

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

This div border color is #bcabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcabd5


Comments

No comments written yet.

Please login to write comment.