Color Hex Logo

#bbc893 Color Hex

#BBC893
(187,200,147)
0 Favorites   0 Comments

Color spaces of #bbc893

RGB 187200147
HSL0.210.330.68
HSV75°27°78°
CMYK 0.070.000.27   0.22
XYZ46.414353.979935.5766
Yxy53.97990.34140.3970
Hunter Lab73.4710-15.809422.7199
CIE-Lab78.4500-13.373725.0928

#bbc893 color RGB value is (187,200,147).

#bbc893 hex color red value is 187, green value is 200 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bbc893 hue: 0.21 , saturation: 0.33 and the lightness value of bbc893 is 0.68.

The process color (four color CMYK) of #bbc893 color hex is 0.07, 0.00, 0.27, 0.22. Web safe color of #bbc893 is #cccc99. Color #bbc893 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 10010011
Octal 273 310 223
Decimal 187 200 147
Hex BB C8 93

RGB Percentages of Color #bbc893

%35.02
%37.45
%27.53

CMYK Percentages of Color #bbc893

%7
%0
%27
%22

Triadic Colors of #bbc893

#bbc893 #93bbc8 #c893bb

Analogous Colors of #bbc893

#bbc893 #a1c893 #c8bb93

Monochromatic Colors of #bbc893

#bbc893

Complementary Color

#bbc893 #a093c8

#bbc893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc893 Color CSS Codes

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

#bbc893 Text Font Color

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

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


#bbc893 Background Color

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

This div background color is #bbc893


#bbc893 Border Color

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

This div border color is #bbc893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc893


Comments

No comments written yet.

Please login to write comment.