Color Hex Logo

#bbc093 Color Hex

#BBC093
(187,192,147)
0 Favorites   0 Comments

Color spaces of #bbc093

RGB 187192147
HSL0.190.260.66
HSV67°23°75°
CMYK 0.030.000.23   0.25
XYZ44.609650.370734.9751
Yxy50.37070.34330.3876
Hunter Lab70.9723-12.005520.4626
CIE-Lab76.2962-9.260922.1601

#bbc093 color RGB value is (187,192,147).

#bbc093 hex color red value is 187, green value is 192 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bbc093 hue: 0.19 , saturation: 0.26 and the lightness value of bbc093 is 0.66.

The process color (four color CMYK) of #bbc093 color hex is 0.03, 0.00, 0.23, 0.25. Web safe color of #bbc093 is #cccc99. Color #bbc093 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 10010011
Octal 273 300 223
Decimal 187 192 147
Hex BB C0 93

RGB Percentages of Color #bbc093

%35.55
%36.50
%27.95

CMYK Percentages of Color #bbc093

%3
%0
%23
%25

Triadic Colors of #bbc093

#bbc093 #93bbc0 #c093bb

Analogous Colors of #bbc093

#bbc093 #a5c093 #c0af93

Monochromatic Colors of #bbc093

#bbc093

Complementary Color

#bbc093 #9893c0

#bbc093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc093 Color CSS Codes

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

#bbc093 Text Font Color

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

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


#bbc093 Background Color

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

This div background color is #bbc093


#bbc093 Border Color

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

This div border color is #bbc093


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,192,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 #bbc093">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc093


Comments

No comments written yet.

Please login to write comment.