Color Hex Logo

#bcbbeb Color Hex

#BCBBEB
(188,187,235)
0 Favorites   0 Comments

Color spaces of #bcbbeb

RGB 188187235
HSL0.670.550.83
HSV241°20°92°
CMYK 0.200.200.00   0.08
XYZ53.504852.230285.8587
Yxy52.23020.27930.2726
Hunter Lab72.27055.6776-19.8483
CIE-Lab77.418310.1810-23.7068

#bcbbeb color RGB value is (188,187,235).

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

The process color (four color CMYK) of #bcbbeb color hex is 0.20, 0.20, 0.00, 0.08. Web safe color of #bcbbeb is #ccccff. Color #bcbbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11101011
Octal 274 273 353
Decimal 188 187 235
Hex BC BB EB

RGB Percentages of Color #bcbbeb

%30.82
%30.66
%38.52

CMYK Percentages of Color #bcbbeb

%20
%20
%0
%8

Triadic Colors of #bcbbeb

#bcbbeb #ebbcbb #bbebbc

Analogous Colors of #bcbbeb

#bcbbeb #d4bbeb #bbd2eb

Monochromatic Colors of #bcbbeb

#bcbbeb

Complementary Color

#bcbbeb #eaebbb

#bcbbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbeb Color CSS Codes

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

#bcbbeb Text Font Color

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

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


#bcbbeb Background Color

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

This div background color is #bcbbeb


#bcbbeb Border Color

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

This div border color is #bcbbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbeb


Comments

No comments written yet.

Please login to write comment.