Color Hex Logo

#bcadd9 Color Hex

#BCADD9
(188,173,217)
0 Favorites   0 Comments

Color spaces of #bcadd9

RGB 188173217
HSL0.720.370.76
HSV260°20°85°
CMYK 0.130.200.00   0.15
XYZ48.207045.588371.9043
Yxy45.58830.29090.2751
Hunter Lab67.51919.2862-15.8774
CIE-Lab73.277613.9266-20.2384

#bcadd9 color RGB value is (188,173,217).

#bcadd9 hex color red value is 188, green value is 173 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bcadd9 hue: 0.72 , saturation: 0.37 and the lightness value of bcadd9 is 0.76.

The process color (four color CMYK) of #bcadd9 color hex is 0.13, 0.20, 0.00, 0.15. Web safe color of #bcadd9 is #cc99cc. Color #bcadd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 11011001
Octal 274 255 331
Decimal 188 173 217
Hex BC AD D9

RGB Percentages of Color #bcadd9

%32.53
%29.93
%37.54

CMYK Percentages of Color #bcadd9

%13
%20
%0
%15

Triadic Colors of #bcadd9

#bcadd9 #d9bcad #add9bc

Analogous Colors of #bcadd9

#bcadd9 #d2add9 #adb4d9

Monochromatic Colors of #bcadd9

#bcadd9

Complementary Color

#bcadd9 #cad9ad

#bcadd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcadd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcadd9 Color CSS Codes

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

#bcadd9 Text Font Color

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

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


#bcadd9 Background Color

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

This div background color is #bcadd9


#bcadd9 Border Color

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

This div border color is #bcadd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcadd9


Comments

No comments written yet.

Please login to write comment.