Color Hex Logo

#bbf0be Color Hex

#BBF0BE
(187,240,190)
0 Favorites   0 Comments

Color spaces of #bbf0be

RGB 187240190
HSL0.340.640.84
HSV123°22°94°
CMYK 0.220.000.21   0.06
XYZ60.947976.602760.2887
Yxy76.60270.30810.3872
Hunter Lab87.5230-28.864120.4252
CIE-Lab90.1384-26.328318.7663

#bbf0be color RGB value is (187,240,190).

#bbf0be hex color red value is 187, green value is 240 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bbf0be hue: 0.34 , saturation: 0.64 and the lightness value of bbf0be is 0.84.

The process color (four color CMYK) of #bbf0be color hex is 0.22, 0.00, 0.21, 0.06. Web safe color of #bbf0be is #ccffcc. Color #bbf0be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11110000 10111110
Octal 273 360 276
Decimal 187 240 190
Hex BB F0 BE

RGB Percentages of Color #bbf0be

%30.31
%38.90
%30.79

CMYK Percentages of Color #bbf0be

%22
%0
%21
%6

Triadic Colors of #bbf0be

#bbf0be #bebbf0 #f0bebb

Analogous Colors of #bbf0be

#bbf0be #bbf0d9 #d3f0bb

Monochromatic Colors of #bbf0be

#bbf0be

Complementary Color

#bbf0be #f0bbed

#bbf0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbf0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbf0be Color CSS Codes

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

#bbf0be Text Font Color

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

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


#bbf0be Background Color

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

This div background color is #bbf0be


#bbf0be Border Color

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

This div border color is #bbf0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbf0be


Comments

No comments written yet.

Please login to write comment.