Color Hex Logo

#bbd192 Color Hex

#BBD192
(187,209,146)
0 Favorites   0 Comments

Color spaces of #bbd192

RGB 187209146
HSL0.220.410.70
HSV81°30°82°
CMYK 0.110.000.30   0.18
XYZ48.482358.241035.8805
Yxy58.24100.34000.4084
Hunter Lab76.3158-20.154225.5454
CIE-Lab80.8726-18.052928.8785

#bbd192 color RGB value is (187,209,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010001 10010010
Octal 273 321 222
Decimal 187 209 146
Hex BB D1 92

RGB Percentages of Color #bbd192

%34.50
%38.56
%26.94

CMYK Percentages of Color #bbd192

%11
%0
%30
%18

Triadic Colors of #bbd192

#bbd192 #92bbd1 #d192bb

Analogous Colors of #bbd192

#bbd192 #9cd192 #d1c892

Monochromatic Colors of #bbd192

#bbd192

Complementary Color

#bbd192 #a892d1

#bbd192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd192 Color CSS Codes

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

#bbd192 Text Font Color

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

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


#bbd192 Background Color

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

This div background color is #bbd192


#bbd192 Border Color

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

This div border color is #bbd192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd192


Comments

No comments written yet.

Please login to write comment.