Color Hex Logo

#bbd196 Color Hex

#BBD196
(187,209,150)
0 Favorites   0 Comments

Color spaces of #bbd196

RGB 187209150
HSL0.230.390.70
HSV82°28°82°
CMYK 0.110.000.28   0.18
XYZ48.799058.367737.5483
Yxy58.36770.33720.4033
Hunter Lab76.3988-19.682624.3394
CIE-Lab80.9428-17.487526.8915

#bbd196 color RGB value is (187,209,150).

#bbd196 hex color red value is 187, green value is 209 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bbd196 hue: 0.23 , saturation: 0.39 and the lightness value of bbd196 is 0.70.

The process color (four color CMYK) of #bbd196 color hex is 0.11, 0.00, 0.28, 0.18. Web safe color of #bbd196 is #cccc99. Color #bbd196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 10010110
Octal 273 321 226
Decimal 187 209 150
Hex BB D1 96

RGB Percentages of Color #bbd196

%34.25
%38.28
%27.47

CMYK Percentages of Color #bbd196

%11
%0
%28
%18

Triadic Colors of #bbd196

#bbd196 #96bbd1 #d196bb

Analogous Colors of #bbd196

#bbd196 #9ed196 #d1ca96

Monochromatic Colors of #bbd196

#bbd196

Complementary Color

#bbd196 #ac96d1

#bbd196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd196 Color CSS Codes

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

#bbd196 Text Font Color

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

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


#bbd196 Background Color

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

This div background color is #bbd196


#bbd196 Border Color

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

This div border color is #bbd196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd196


Comments

No comments written yet.

Please login to write comment.