Color Hex Logo

#bcbbe1 Color Hex

#BCBBE1
(188,187,225)
0 Favorites   0 Comments

Color spaces of #bcbbe1

RGB 188187225
HSL0.670.390.81
HSV242°17°88°
CMYK 0.160.170.00   0.12
XYZ52.100051.668378.4612
Yxy51.66830.28590.2835
Hunter Lab71.88073.5879-14.4014
CIE-Lab77.08217.9849-18.8197

#bcbbe1 color RGB value is (188,187,225).

#bcbbe1 hex color red value is 188, green value is 187 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bcbbe1 hue: 0.67 , saturation: 0.39 and the lightness value of bcbbe1 is 0.81.

The process color (four color CMYK) of #bcbbe1 color hex is 0.16, 0.17, 0.00, 0.12. Web safe color of #bcbbe1 is #cccccc. Color #bcbbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11100001
Octal 274 273 341
Decimal 188 187 225
Hex BC BB E1

RGB Percentages of Color #bcbbe1

%31.33
%31.17
%37.50

CMYK Percentages of Color #bcbbe1

%16
%17
%0
%12

Triadic Colors of #bcbbe1

#bcbbe1 #e1bcbb #bbe1bc

Analogous Colors of #bcbbe1

#bcbbe1 #cfbbe1 #bbcde1

Monochromatic Colors of #bcbbe1

#bcbbe1

Complementary Color

#bcbbe1 #e0e1bb

#bcbbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbe1 Color CSS Codes

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

#bcbbe1 Text Font Color

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

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


#bcbbe1 Background Color

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

This div background color is #bcbbe1


#bcbbe1 Border Color

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

This div border color is #bcbbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbe1


Comments

No comments written yet.

Please login to write comment.