Color Hex Logo

#bbc199 Color Hex

#BBC199
(187,193,153)
0 Favorites   0 Comments

Color spaces of #bbc199

RGB 187193153
HSL0.190.240.68
HSV69°21°76°
CMYK 0.030.000.21   0.24
XYZ45.313351.004637.5936
Yxy51.00460.33840.3809
Hunter Lab71.4175-11.725118.7825
CIE-Lab76.6818-8.890319.4886

#bbc199 color RGB value is (187,193,153).

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

The process color (four color CMYK) of #bbc199 color hex is 0.03, 0.00, 0.21, 0.24. Web safe color of #bbc199 is #cccc99. Color #bbc199 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 10011001
Octal 273 301 231
Decimal 187 193 153
Hex BB C1 99

RGB Percentages of Color #bbc199

%35.08
%36.21
%28.71

CMYK Percentages of Color #bbc199

%3
%0
%21
%24

Triadic Colors of #bbc199

#bbc199 #99bbc1 #c199bb

Analogous Colors of #bbc199

#bbc199 #a7c199 #c1b399

Monochromatic Colors of #bbc199

#bbc199

Complementary Color

#bbc199 #9f99c1

#bbc199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc199 Color CSS Codes

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

#bbc199 Text Font Color

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

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


#bbc199 Background Color

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

This div background color is #bbc199


#bbc199 Border Color

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

This div border color is #bbc199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc199


Comments

No comments written yet.

Please login to write comment.