Color Hex Logo

#bcb1df Color Hex

#BCB1DF
(188,177,223)
0 Favorites   0 Comments

Color spaces of #bcb1df

RGB 188177223
HSL0.710.420.78
HSV254°21°87°
CMYK 0.160.210.00   0.13
XYZ49.780547.463476.3497
Yxy47.46340.28680.2734
Hunter Lab68.89378.4148-17.4811
CIE-Lab74.485213.0133-21.6740

#bcb1df color RGB value is (188,177,223).

#bcb1df hex color red value is 188, green value is 177 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bcb1df hue: 0.71 , saturation: 0.42 and the lightness value of bcb1df is 0.78.

The process color (four color CMYK) of #bcb1df color hex is 0.16, 0.21, 0.00, 0.13. Web safe color of #bcb1df is #cc99cc. Color #bcb1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 11011111
Octal 274 261 337
Decimal 188 177 223
Hex BC B1 DF

RGB Percentages of Color #bcb1df

%31.97
%30.10
%37.93

CMYK Percentages of Color #bcb1df

%16
%21
%0
%13

Triadic Colors of #bcb1df

#bcb1df #dfbcb1 #b1dfbc

Analogous Colors of #bcb1df

#bcb1df #d3b1df #b1bddf

Monochromatic Colors of #bcb1df

#bcb1df

Complementary Color

#bcb1df #d4dfb1

#bcb1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb1df Color CSS Codes

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

#bcb1df Text Font Color

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

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


#bcb1df Background Color

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

This div background color is #bcb1df


#bcb1df Border Color

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

This div border color is #bcb1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb1df


Comments

No comments written yet.

Please login to write comment.