Color Hex Logo

#bbc390 Color Hex

#BBC390
(187,195,144)
0 Favorites   0 Comments

Color spaces of #bbc390

RGB 187195144
HSL0.190.300.66
HSV69°26°76°
CMYK 0.040.000.26   0.24
XYZ45.042751.608633.9730
Yxy51.60860.34480.3951
Hunter Lab71.8391-13.800022.2489
CIE-Lab77.0462-11.240124.7740

#bbc390 color RGB value is (187,195,144).

#bbc390 hex color red value is 187, green value is 195 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bbc390 hue: 0.19 , saturation: 0.30 and the lightness value of bbc390 is 0.66.

The process color (four color CMYK) of #bbc390 color hex is 0.04, 0.00, 0.26, 0.24. Web safe color of #bbc390 is #cccc99. Color #bbc390 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000011 10010000
Octal 273 303 220
Decimal 187 195 144
Hex BB C3 90

RGB Percentages of Color #bbc390

%35.55
%37.07
%27.38

CMYK Percentages of Color #bbc390

%4
%0
%26
%24

Triadic Colors of #bbc390

#bbc390 #90bbc3 #c390bb

Analogous Colors of #bbc390

#bbc390 #a2c390 #c3b290

Monochromatic Colors of #bbc390

#bbc390

Complementary Color

#bbc390 #9890c3

#bbc390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc390 Color CSS Codes

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

#bbc390 Text Font Color

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

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


#bbc390 Background Color

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

This div background color is #bbc390


#bbc390 Border Color

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

This div border color is #bbc390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc390

#bbc390 Color Palettes


Comments

No comments written yet.

Please login to write comment.