Color Hex Logo

#bbc099 Color Hex

#BBC099
(187,192,153)
0 Favorites   0 Comments

Color spaces of #bbc099

RGB 187192153
HSL0.190.240.68
HSV68°20°75°
CMYK 0.030.000.20   0.25
XYZ45.092950.564037.5202
Yxy50.56400.33860.3797
Hunter Lab71.1084-11.245118.4916
CIE-Lab76.4141-8.371019.1185

#bbc099 color RGB value is (187,192,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 10011001
Octal 273 300 231
Decimal 187 192 153
Hex BB C0 99

RGB Percentages of Color #bbc099

%35.15
%36.09
%28.76

CMYK Percentages of Color #bbc099

%3
%0
%20
%25

Triadic Colors of #bbc099

#bbc099 #99bbc0 #c099bb

Analogous Colors of #bbc099

#bbc099 #a8c099 #c0b299

Monochromatic Colors of #bbc099

#bbc099

Complementary Color

#bbc099 #9e99c0

#bbc099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc099 Color CSS Codes

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

#bbc099 Text Font Color

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

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


#bbc099 Background Color

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

This div background color is #bbc099


#bbc099 Border Color

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

This div border color is #bbc099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc099

#bbc099 Color Palettes


Comments

No comments written yet.

Please login to write comment.