Color Hex Logo

#bbe5bf Color Hex

#BBE5BF
(187,229,191)
0 Favorites   0 Comments

Color spaces of #bbe5bf

RGB 187229191
HSL0.350.450.82
HSV126°18°90°
CMYK 0.180.000.17   0.10
XYZ57.916870.365059.8195
Yxy70.36500.30790.3741
Hunter Lab83.8838-23.553116.4376
CIE-Lab87.1756-20.826914.0850

#bbe5bf color RGB value is (187,229,191).

#bbe5bf hex color red value is 187, green value is 229 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bbe5bf hue: 0.35 , saturation: 0.45 and the lightness value of bbe5bf is 0.82.

The process color (four color CMYK) of #bbe5bf color hex is 0.18, 0.00, 0.17, 0.10. Web safe color of #bbe5bf is #cccccc. Color #bbe5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100101 10111111
Octal 273 345 277
Decimal 187 229 191
Hex BB E5 BF

RGB Percentages of Color #bbe5bf

%30.81
%37.73
%31.47

CMYK Percentages of Color #bbe5bf

%18
%0
%17
%10

Triadic Colors of #bbe5bf

#bbe5bf #bfbbe5 #e5bfbb

Analogous Colors of #bbe5bf

#bbe5bf #bbe5d4 #cce5bb

Monochromatic Colors of #bbe5bf

#bbe5bf

Complementary Color

#bbe5bf #e5bbe1

#bbe5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe5bf Color CSS Codes

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

#bbe5bf Text Font Color

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

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


#bbe5bf Background Color

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

This div background color is #bbe5bf


#bbe5bf Border Color

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

This div border color is #bbe5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe5bf


Comments

No comments written yet.

Please login to write comment.