Color Hex Logo

#bbffb9 Color Hex

#BBFFB9
(187,255,185)
0 Favorites   0 Comments

Color spaces of #bbffb9

RGB 187255185
HSL0.331.000.86
HSV118°27°100°
CMYK 0.270.000.27   0.00
XYZ65.010585.587658.9926
Yxy85.58760.31020.4084
Hunter Lab92.5136-36.464426.9524
CIE-Lab94.1357-34.183326.8436

#bbffb9 color RGB value is (187,255,185).

#bbffb9 hex color red value is 187, green value is 255 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bbffb9 hue: 0.33 , saturation: 1.00 and the lightness value of bbffb9 is 0.86.

The process color (four color CMYK) of #bbffb9 color hex is 0.27, 0.00, 0.27, 0.00. Web safe color of #bbffb9 is #ccffcc. Color #bbffb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 10111001
Octal 273 377 271
Decimal 187 255 185
Hex BB FF B9

RGB Percentages of Color #bbffb9

%29.82
%40.67
%29.51

CMYK Percentages of Color #bbffb9

%27
%0
%27
%0

Triadic Colors of #bbffb9

#bbffb9 #b9bbff #ffb9bb

Analogous Colors of #bbffb9

#bbffb9 #b9ffda #deffb9

Monochromatic Colors of #bbffb9

#bbffb9

Complementary Color

#bbffb9 #fdb9ff

#bbffb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffb9 Color CSS Codes

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

#bbffb9 Text Font Color

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

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


#bbffb9 Background Color

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

This div background color is #bbffb9


#bbffb9 Border Color

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

This div border color is #bbffb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffb9

#bbffb9 Color Palettes


Comments

No comments written yet.

Please login to write comment.