Color Hex Logo

#bbc098 Color Hex

#BBC098
(187,192,152)
0 Favorites   0 Comments

Color spaces of #bbc098

RGB 187192152
HSL0.190.240.67
HSV67°21°75°
CMYK 0.030.000.21   0.25
XYZ45.010650.531137.0869
Yxy50.53110.33940.3810
Hunter Lab71.0852-11.374418.8266
CIE-Lab76.3941-8.522019.6258

#bbc098 color RGB value is (187,192,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 10011000
Octal 273 300 230
Decimal 187 192 152
Hex BB C0 98

RGB Percentages of Color #bbc098

%35.22
%36.16
%28.63

CMYK Percentages of Color #bbc098

%3
%0
%21
%25

Triadic Colors of #bbc098

#bbc098 #98bbc0 #c098bb

Analogous Colors of #bbc098

#bbc098 #a7c098 #c0b198

Monochromatic Colors of #bbc098

#bbc098

Complementary Color

#bbc098 #9d98c0

#bbc098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc098 Color CSS Codes

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

#bbc098 Text Font Color

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

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


#bbc098 Background Color

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

This div background color is #bbc098


#bbc098 Border Color

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

This div border color is #bbc098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc098


Comments

No comments written yet.

Please login to write comment.