Color Hex Logo

#bbe5bc Color Hex

#BBE5BC
(187,229,188)
0 Favorites   0 Comments

Color spaces of #bbe5bc

RGB 187229188
HSL0.340.450.82
HSV121°18°90°
CMYK 0.180.000.18   0.10
XYZ57.589970.234358.0982
Yxy70.23430.30980.3778
Hunter Lab83.8059-23.998417.5615
CIE-Lab87.1117-21.350415.5613

#bbe5bc color RGB value is (187,229,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100101 10111100
Octal 273 345 274
Decimal 187 229 188
Hex BB E5 BC

RGB Percentages of Color #bbe5bc

%30.96
%37.91
%31.13

CMYK Percentages of Color #bbe5bc

%18
%0
%18
%10

Triadic Colors of #bbe5bc

#bbe5bc #bcbbe5 #e5bcbb

Analogous Colors of #bbe5bc

#bbe5bc #bbe5d1 #cfe5bb

Monochromatic Colors of #bbe5bc

#bbe5bc

Complementary Color

#bbe5bc #e5bbe4

#bbe5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe5bc Color CSS Codes

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

#bbe5bc Text Font Color

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

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


#bbe5bc Background Color

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

This div background color is #bbe5bc


#bbe5bc Border Color

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

This div border color is #bbe5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe5bc


Comments

No comments written yet.

Please login to write comment.