Color Hex Logo

#bbd195 Color Hex

#BBD195
(187,209,149)
0 Favorites   0 Comments

Color spaces of #bbd195

RGB 187209149
HSL0.230.390.70
HSV82°29°82°
CMYK 0.110.000.29   0.18
XYZ48.718858.335737.1259
Yxy58.33570.33790.4046
Hunter Lab76.3778-19.802124.6446
CIE-Lab80.9251-17.630627.3888

#bbd195 color RGB value is (187,209,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 10010101
Octal 273 321 225
Decimal 187 209 149
Hex BB D1 95

RGB Percentages of Color #bbd195

%34.31
%38.35
%27.34

CMYK Percentages of Color #bbd195

%11
%0
%29
%18

Triadic Colors of #bbd195

#bbd195 #95bbd1 #d195bb

Analogous Colors of #bbd195

#bbd195 #9dd195 #d1c995

Monochromatic Colors of #bbd195

#bbd195

Complementary Color

#bbd195 #ab95d1

#bbd195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd195 Color CSS Codes

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

#bbd195 Text Font Color

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

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


#bbd195 Background Color

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

This div background color is #bbd195


#bbd195 Border Color

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

This div border color is #bbd195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd195


Comments

No comments written yet.

Please login to write comment.