Color Hex Logo

#bbe8bf Color Hex

#BBE8BF
(187,232,191)
0 Favorites   0 Comments

Color spaces of #bbe8bf

RGB 187232191
HSL0.350.490.82
HSV125°19°91°
CMYK 0.190.000.18   0.09
XYZ58.754172.039660.0986
Yxy72.03960.30780.3774
Hunter Lab84.8761-24.969617.4316
CIE-Lab87.9876-22.294215.2308

#bbe8bf color RGB value is (187,232,191).

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

The process color (four color CMYK) of #bbe8bf color hex is 0.19, 0.00, 0.18, 0.09. Web safe color of #bbe8bf is #ccffcc. Color #bbe8bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101000 10111111
Octal 273 350 277
Decimal 187 232 191
Hex BB E8 BF

RGB Percentages of Color #bbe8bf

%30.66
%38.03
%31.31

CMYK Percentages of Color #bbe8bf

%19
%0
%18
%9

Triadic Colors of #bbe8bf

#bbe8bf #bfbbe8 #e8bfbb

Analogous Colors of #bbe8bf

#bbe8bf #bbe8d6 #cee8bb

Monochromatic Colors of #bbe8bf

#bbe8bf

Complementary Color

#bbe8bf #e8bbe4

#bbe8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe8bf Color CSS Codes

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

#bbe8bf Text Font Color

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

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


#bbe8bf Background Color

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

This div background color is #bbe8bf


#bbe8bf Border Color

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

This div border color is #bbe8bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,232,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 #bbe8bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe8bf


Comments

No comments written yet.

Please login to write comment.