Color Hex Logo

#bcaad0 Color Hex

#BCAAD0
(188,170,208)
0 Favorites   0 Comments

Color spaces of #bcaad0

RGB 188170208
HSL0.750.290.74
HSV268°18°82°
CMYK 0.100.180.00   0.18
XYZ46.498943.994965.7156
Yxy43.99490.29770.2816
Hunter Lab66.32879.0601-12.3119
CIE-Lab72.225113.6970-16.9057

#bcaad0 color RGB value is (188,170,208).

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

The process color (four color CMYK) of #bcaad0 color hex is 0.10, 0.18, 0.00, 0.18. Web safe color of #bcaad0 is #cc99cc. Color #bcaad0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 11010000
Octal 274 252 320
Decimal 188 170 208
Hex BC AA D0

RGB Percentages of Color #bcaad0

%33.22
%30.04
%36.75

CMYK Percentages of Color #bcaad0

%10
%18
%0
%18

Triadic Colors of #bcaad0

#bcaad0 #d0bcaa #aad0bc

Analogous Colors of #bcaad0

#bcaad0 #cfaad0 #aaabd0

Monochromatic Colors of #bcaad0

#bcaad0

Complementary Color

#bcaad0 #bed0aa

#bcaad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaad0 Color CSS Codes

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

#bcaad0 Text Font Color

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

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


#bcaad0 Background Color

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

This div background color is #bcaad0


#bcaad0 Border Color

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

This div border color is #bcaad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaad0


Comments

No comments written yet.

Please login to write comment.